|
FRX SDK Documentation 2025 SP0
|
#include <AcTcManager.h>
Public Member Functions | |
| AcTcCatalogItem * | FindItem (struct _GUID const &) const |
| AcTcCatalogSet & | operator= (AcTcCatalogSet const &) |
| virtual | ~AcTcCatalogSet () |
| AcTcScheme * | GetScheme (void) const |
| INT_PTR | GetCatalogCount (void) const |
| AcTcCatalogItem * | GetCatalog (int) const |
| int | GetCatalogPath (LPTSTR, int) const |
| int | SetCatalogPath (LPCTSTR) |
| INT_PTR | AddCatalog (AcTcCatalogItem *) |
| INT_PTR | InsertCatalog (INT_PTR, AcTcCatalogItem *) |
| AcTcCatalogItem * | RemoveCatalog (int) |
| int | LoadCatalogs (void) |
| int | LoadCatalogs (DWORD) |
| int | UnloadCatalogs (void) |
| int | SaveCatalogs (void) |
| int | SaveCatalogs (DWORD) |
Protected Member Functions | |
| AcTcCatalogSet (unsigned long) | |
Definition at line 91 of file AcTcManager.h.
|
virtual |
| INT_PTR AcTcCatalogSet::AddCatalog | ( | AcTcCatalogItem * | ) |
| AcTcCatalogItem * AcTcCatalogSet::FindItem | ( | struct _GUID const & | ) | const |
| AcTcCatalogItem * AcTcCatalogSet::GetCatalog | ( | int | ) | const |
| AcTcScheme * AcTcCatalogSet::GetScheme | ( | void | ) | const |
| INT_PTR AcTcCatalogSet::InsertCatalog | ( | INT_PTR | , |
| AcTcCatalogItem * | ) |
| AcTcCatalogSet & AcTcCatalogSet::operator= | ( | AcTcCatalogSet const & | ) |
| AcTcCatalogItem * AcTcCatalogSet::RemoveCatalog | ( | int | ) |