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

Public Member Functions | |
| DtCigiModelDefinitionRenamedChanged (DtDe &de) | |
| virtual | ~DtCigiModelDefinitionRenamedChanged () |
| virtual void | modelDefinitionRenamed (const std::string &oldName, const std::string &newName) |
| Method called when the model definition has indicated a name has changed. | |
| const std::string & | oldName () const |
| const std::string & | newName () const |
Protected Attributes | |
| DtDe & | myDe |
| std::string | myOldName |
| std::string | myNewName |
makVrv::DtCigiModelDefinitionRenamedChanged will handle the renaming of a model definition as it applied to changing a Cigi definition
| virtual makVrv::DtCigiModelDefinitionRenamedChanged::~DtCigiModelDefinitionRenamedChanged | ( | ) | [virtual] |
| virtual void makVrv::DtCigiModelDefinitionRenamedChanged::modelDefinitionRenamed | ( | const std::string & | oldName, |
| const std::string & | newName | ||
| ) | [virtual] |
Method called when the model definition has indicated a name has changed.
Will look at Cigi definitions to see if a name there needs to be changed. If so will register that the Cigi definition in question needs to be restored if the model definition is restored
| const std::string& makVrv::DtCigiModelDefinitionRenamedChanged::oldName | ( | ) | const [inline] |
| const std::string& makVrv::DtCigiModelDefinitionRenamedChanged::newName | ( | ) | const [inline] |
DtDe& makVrv::DtCigiModelDefinitionRenamedChanged::myDe [protected] |
std::string makVrv::DtCigiModelDefinitionRenamedChanged::myOldName [protected] |
std::string makVrv::DtCigiModelDefinitionRenamedChanged::myNewName [protected] |