|
CFx SDK Documentation
2023 SP0
|
#include <TfSchemaManager.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdTfSchemaManager) | |
| OdTfSchemaManager () | |
| virtual | ~OdTfSchemaManager () |
| bool | registerSchema (const OdString &schemeName) |
| void | setAppServices (OdDbHostAppServices *pHostAppServices) |
Public Member Functions inherited from OdTfSchemaManageriInterface | |
| OdTfSchemaManageriInterface () | |
| virtual | ~OdTfSchemaManageriInterface () |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Member Functions | |
| void | mergeSchema (const OdString &schemeName) |
| void | merge (OdStreamBuf *mainSchema, OdStreamBuf *extraSchema) |
Protected Attributes | |
| std::set< OdString > | m_setNames |
| OdDbHostAppServices * | m_appServices |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Definition at line 44 of file TfSchemaManager.h.
|
inline |
Definition at line 48 of file TfSchemaManager.h.
|
inlinevirtual |
Definition at line 49 of file TfSchemaManager.h.
|
protected |
| OdTfSchemaManager::ODRX_DECLARE_MEMBERS | ( | OdTfSchemaManager | ) |
|
virtual |
Try to register the scheme.
| schemeName | [in] scheme name. Returns true if the schema is registered. Return false if the schema was registered early. |
Implements OdTfSchemaManageriInterface.
| void OdTfSchemaManager::setAppServices | ( | OdDbHostAppServices * | pHostAppServices | ) |
|
protected |
Definition at line 64 of file TfSchemaManager.h.
|
protected |
Definition at line 63 of file TfSchemaManager.h.