|
FRX SDK Documentation 2025 SP0
|
#include <DbPurgeHelper.h>
Classes | |
| struct | purgeTableInfo |
Public Types | |
| enum | PurgeableType |
Public Member Functions | |
| Acad::ErrorStatus __cdecl | collectIdsForPurging (AcDbDatabase *, PurgeableType, AcDbObjectIdArray const &, wchar_t const *, AcDbObjectIdArray &, PurgeableType &) |
| Acad::ErrorStatus __cdecl | isVisualStyleInUse (AcDbObjectId const &) |
| Acad::ErrorStatus __cdecl | purgeDatabase (AcDbDatabase *, int, PurgeableType, bool *) |
| Acad::ErrorStatus __cdecl | purgeUnUsedAnonymousVisualStyles (AcDbDatabase *) |
| int __cdecl | purgeTablesNumOfEntries (void) |
| purgeTableInfo *__cdecl | purgeTables (void) |
Definition at line 25 of file DbPurgeHelper.h.
Definition at line 28 of file DbPurgeHelper.h.
| Acad::ErrorStatus __cdecl DbPurgeHelper::collectIdsForPurging | ( | AcDbDatabase * | , |
| PurgeableType | , | ||
| AcDbObjectIdArray const & | , | ||
| wchar_t const * | , | ||
| AcDbObjectIdArray & | , | ||
| PurgeableType & | ) |
| Acad::ErrorStatus __cdecl DbPurgeHelper::isVisualStyleInUse | ( | AcDbObjectId const & | ) |
| Acad::ErrorStatus __cdecl DbPurgeHelper::purgeDatabase | ( | AcDbDatabase * | , |
| int | , | ||
| PurgeableType | , | ||
| bool * | ) |
| purgeTableInfo *__cdecl DbPurgeHelper::purgeTables | ( | void | ) |
| Acad::ErrorStatus __cdecl DbPurgeHelper::purgeUnUsedAnonymousVisualStyles | ( | AcDbDatabase * | ) |