#include <AcDbFileDependencyManager.h>
|
| | AcDbFileDependencyManager (AcDbImpDatabase *) |
| |
| virtual | ~AcDbFileDependencyManager (void) |
| |
| virtual Acad::ErrorStatus | eraseEntry (long, bool) |
| |
| virtual Acad::ErrorStatus | eraseEntry (wchar_t const *, wchar_t const *, bool) |
| |
| virtual Acad::ErrorStatus | getEntry (long, AcFileDependencyInfo *&, bool) |
| |
| virtual Acad::ErrorStatus | getEntry (wchar_t const *, wchar_t const *, AcFileDependencyInfo *&, bool) |
| |
| virtual Acad::ErrorStatus | updateEntry (long) |
| |
| virtual Acad::ErrorStatus | updateEntry (wchar_t const *, wchar_t const *) |
| |
| virtual long | countEntries (void) |
| |
| virtual long | createEntry (wchar_t const *, wchar_t const *, bool, bool) |
| |
| virtual long | iteratorNext (void) |
| |
| virtual void | iteratorInitialize (wchar_t const *, bool, bool, bool) |
| |
| void | loadList (AcDwgFileHandle const *) |
| |
| void | saveList (AcDwgFileHandle const *) |
| |
| void | wipeList (void) |
| |
Definition at line 25 of file AcDbFileDependencyManager.h.
◆ AcDbFileDependencyManager()
◆ ~AcDbFileDependencyManager()
| virtual AcDbFileDependencyManager::~AcDbFileDependencyManager |
( |
void | | ) |
|
|
virtual |
◆ countEntries()
◆ createEntry()
◆ eraseEntry() [1/2]
| virtual Acad::ErrorStatus AcDbFileDependencyManager::eraseEntry |
( |
long | , |
|
|
bool | ) |
|
virtual |
◆ eraseEntry() [2/2]
◆ getEntry() [1/2]
◆ getEntry() [2/2]
◆ iteratorInitialize()
◆ iteratorNext()
◆ loadList()
◆ saveList()
◆ updateEntry() [1/2]
| virtual Acad::ErrorStatus AcDbFileDependencyManager::updateEntry |
( |
long | | ) |
|
|
virtual |
◆ updateEntry() [2/2]
◆ wipeList()
| void AcDbFileDependencyManager::wipeList |
( |
void | | ) |
|
The documentation for this class was generated from the following file: