42 virtual void schemaRenamed(
const std::string& oldName,
43 const std::string& newName);
49 virtual bool checkModelDefinitions(
const std::string& oldName,
50 const std::string& newName);
76 virtual void schemaParameterRenamed(
const std::string& schema,
77 const std::string& oldName,
const std::string& newName);
82 virtual bool updateModelDefinitionSchemas(
const std::string& schema,
83 const std::string& oldName,
const std::string& newName);
DtDe & myDe
Definition: DtSchemaManagerSchemaRenamed.h:87
makVrv::DtSchemaManagerSchemaRenamed will handle the renaming of a schema as it applied to changing m...
Definition: DtSchemaManagerSchemaRenamed.h:28
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
makVrv::DtSchemaManagerSchemaParameterRenamed will handle the renaming of a schema parameter as it ap...
Definition: DtSchemaManagerSchemaRenamed.h:61
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:31
DtDe & myDe
Definition: DtSchemaManagerSchemaRenamed.h:54
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.