![]() |
VR-Forces 4.0.4 Class Documentation
|
makVrv::DtModelDefinitionManagerDefinitionRenamed will handle the renaming of a model definition as it applied to changing an element definition More...

Public Member Functions | |
| DtModelDefinitionManagerDefinitionRenamed (DtDe &de) | |
| CTOR. | |
| virtual | ~DtModelDefinitionManagerDefinitionRenamed () |
| DTOR. | |
Protected Member Functions | |
| virtual void | on_modelDefinitionRenamed (const std::string &oldName, const std::string &newName) |
| Method called when the model definition has indicated a name has changed. | |
| bool | findAndReplaceModelDefinitions (DtElementDefinitionManager &man, const DtUnicode &oldValue, const DtUnicode &newValue) |
Protected Attributes | |
| DtDe & | myDe |
makVrv::DtModelDefinitionManagerDefinitionRenamed will handle the renaming of a model definition as it applied to changing an element definition
| makVrv::DtModelDefinitionManagerDefinitionRenamed::DtModelDefinitionManagerDefinitionRenamed | ( | DtDe & | de | ) |
CTOR.
| virtual makVrv::DtModelDefinitionManagerDefinitionRenamed::~DtModelDefinitionManagerDefinitionRenamed | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtModelDefinitionManagerDefinitionRenamed::on_modelDefinitionRenamed | ( | const std::string & | oldName, |
| const std::string & | newName | ||
| ) | [protected, virtual] |
Method called when the model definition has indicated a name has changed.
Will look at element definitions to see if a name there needs to be changed. If so will register that the element definition in question needs to be restored if the model definition is restored
| bool makVrv::DtModelDefinitionManagerDefinitionRenamed::findAndReplaceModelDefinitions | ( | DtElementDefinitionManager & | man, |
| const DtUnicode & | oldValue, | ||
| const DtUnicode & | newValue | ||
| ) | [protected] |