VR-Forces 5.0.1 Developer's Guide
 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. 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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)