#include <AcDbAuditInfo.h>
|
| | AcDbAuditInfo (void) |
| |
| | ~AcDbAuditInfo (void) |
| |
| bool | fixErrors (void) const |
| |
| AuditPass | auditPass (void) const |
| |
| Acad::ErrorStatus | fetchObject (AcDbObjectId, AcDbObjectId &, AcRxClass *, bool, bool, bool) |
| |
| Acad::ErrorStatus | registerObject (AcDbHandle, bool, AcRxClass *) |
| |
| Acad::ErrorStatus | updateObject (AcDbHandle, bool, bool, bool, bool, bool, bool, bool, AcRxClass *, AcRxClass *, AcDbObjectId) |
| |
| int | numEntities (void) |
| |
| int | numErrors (void) const |
| |
| int | numFixes (void) const |
| |
| void | errorsFixed (int) |
| |
| void | errorsFound (int) |
| |
| void | incNumEntities (void) |
| |
| void | printError (AcDbObject const *, wchar_t const *, wchar_t const *, wchar_t const *) |
| |
| void | printError (wchar_t const *, wchar_t const *, wchar_t const *, wchar_t const *) |
| |
| void | printNumEntities (wchar_t const *) |
| |
| void | requestRegen (void) |
| |
| void | resetNumEntities (void) |
| |
Definition at line 28 of file AcDbAuditInfo.h.
◆ AuditPass
◆ AcDbAuditInfo()
| AcDbAuditInfo::AcDbAuditInfo |
( |
void | | ) |
|
◆ ~AcDbAuditInfo()
| AcDbAuditInfo::~AcDbAuditInfo |
( |
void | | ) |
|
◆ auditPass()
◆ errorsFixed()
| void AcDbAuditInfo::errorsFixed |
( |
int | | ) |
|
◆ errorsFound()
| void AcDbAuditInfo::errorsFound |
( |
int | | ) |
|
◆ fetchObject()
◆ fixErrors()
| bool AcDbAuditInfo::fixErrors |
( |
void | | ) |
const |
◆ incNumEntities()
| void AcDbAuditInfo::incNumEntities |
( |
void | | ) |
|
◆ numEntities()
| int AcDbAuditInfo::numEntities |
( |
void | | ) |
|
◆ numErrors()
| int AcDbAuditInfo::numErrors |
( |
void | | ) |
const |
◆ numFixes()
| int AcDbAuditInfo::numFixes |
( |
void | | ) |
const |
◆ printError() [1/2]
◆ printError() [2/2]
◆ printNumEntities()
| void AcDbAuditInfo::printNumEntities |
( |
wchar_t const * | | ) |
|
◆ registerObject()
◆ requestRegen()
| void AcDbAuditInfo::requestRegen |
( |
void | | ) |
|
◆ resetNumEntities()
| void AcDbAuditInfo::resetNumEntities |
( |
void | | ) |
|
◆ updateObject()
| Acad::ErrorStatus AcDbAuditInfo::updateObject |
( |
AcDbHandle | , |
|
|
bool | , |
|
|
bool | , |
|
|
bool | , |
|
|
bool | , |
|
|
bool | , |
|
|
bool | , |
|
|
bool | , |
|
|
AcRxClass * | , |
|
|
AcRxClass * | , |
|
|
AcDbObjectId | ) |
The documentation for this class was generated from the following file: