15 #ifndef DtCigiModelDefinitionRenamedChanged_H_
16 #define DtCigiModelDefinitionRenamedChanged_H_
38 virtual void modelDefinitionRenamed(
const std::string& oldName,
const std::string& newName);
DtDe & myDe
Definition: DtCigiModelDefinitionRenamedChanged.h:51
const std::string & newName() const
Definition: DtCigiModelDefinitionRenamedChanged.h:45
Contains DLL export macros.
std::string myOldName
Definition: DtCigiModelDefinitionRenamedChanged.h:52
const std::string & oldName() const
Definition: DtCigiModelDefinitionRenamedChanged.h:40
std::string myNewName
Definition: DtCigiModelDefinitionRenamedChanged.h:53
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:31
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:70
#define DT_DLL_VRVCIGI
Definition: vrvCigi.h:19
makVrv::DtCigiModelDefinitionRenamedChanged will handle the renaming of a model definition as it appl...
Definition: DtCigiModelDefinitionRenamedChanged.h:28