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

Public Member Functions | |
| DtCockpitModelDefinitionRenamedChanged (DtDe &de) | |
| virtual | ~DtCockpitModelDefinitionRenamedChanged () |
| 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::DtModelDefinitionManagerDefinitionRenamed will handle the renaming of a model definition as it applied to changing a cockpit definition
| virtual makVrv::DtCockpitModelDefinitionRenamedChanged::~DtCockpitModelDefinitionRenamedChanged | ( | ) | [virtual] |
| virtual void makVrv::DtCockpitModelDefinitionRenamedChanged::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 cockpit definitions to see if a name there needs to be changed. If so will register that the cockpit definition in question needs to be restored if the model definition is restored
| const std::string& makVrv::DtCockpitModelDefinitionRenamedChanged::oldName | ( | ) | const [inline] |
| const std::string& makVrv::DtCockpitModelDefinitionRenamedChanged::newName | ( | ) | const [inline] |
DtDe& makVrv::DtCockpitModelDefinitionRenamedChanged::myDe [protected] |
std::string makVrv::DtCockpitModelDefinitionRenamedChanged::myOldName [protected] |
std::string makVrv::DtCockpitModelDefinitionRenamedChanged::myNewName [protected] |