|
CFx SDK Documentation 2026 SP0
|
#include <TfSchemaManagerInterface.h>
Public Member Functions | |
| virtual bool | registerSchema (const OdString &schemeName)=0 |
| virtual bool | registerSchema (const OdString &schemaName, OdTf::SaveType fileType)=0 |
| virtual void | convertSchema (const OdString &schemeName)=0 |
| virtual void | unloadSchema (const OdString &schemeName)=0 |
| OdTfSchemaManagerInterface () | |
| virtual | ~OdTfSchemaManagerInterface () |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
Represents the interface for the Schema Manager.
Definition at line 51 of file TfSchemaManagerInterface.h.
|
inline |
Creates a new instance of a Schema Manager interface with default parameters.
Definition at line 88 of file TfSchemaManagerInterface.h.
|
inlinevirtual |
Destructor for objects of the OdTfSchemaManagerInterface class. Frees allocated resources.
Definition at line 93 of file TfSchemaManagerInterface.h.
Converts an XML schema to the binary format.
| schemeName | [in] The XML schema name. |
Implemented in OdTfSchemaManager.
|
pure virtual |
Tries to register the XML or binary schema.
| schemeName | [in] The XML or binary schema name. |
| fileType | [in] Type of the file. Refer to the OdTf::SaveType enumerated type for the available file types. |
Implemented in OdTfSchemaManager.
|
pure virtual |
Tries to register the XML or binary schema.
| schemeName | [in] The XML or binary schema name. |
Implemented in OdTfSchemaManager.
Unloads a registered schema.
| schemeName | [in] The schema name. |
Implemented in OdTfSchemaManager.