VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiModelDefinitionRenamedChanged.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
14 
15 #ifndef DtCigiModelDefinitionRenamedChanged_H_
16 #define DtCigiModelDefinitionRenamedChanged_H_
17 
18 #include <vrvCigi/vrvCigi.h>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 
29  {
30  public:
32 
34 
38  virtual void modelDefinitionRenamed(const std::string& oldName, const std::string& newName);
39 
40  const std::string& oldName() const
41  {
42  return myOldName;
43  }
44 
45  const std::string& newName() const
46  {
47  return myNewName;
48  }
49 
50  protected:
52  std::string myOldName;
53  std::string myNewName;
54  };
55 }
56 
57 #endif
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.
Definition: DtDe.h:69
#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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)