VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCockpitModelDefinitionRenamedChanged.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
15 
16 #pragma once
17 
20 
21 namespace makVrv
22 {
23  class DtDe;
24 
31  {
32  public:
34 
36 
41  virtual void modelDefinitionRenamed(const std::string& oldName,
42  const std::string& newName);
43 
44  const std::string& oldName() const
45  {
46  return myOldName;
47  }
48 
49  const std::string& newName() const
50  {
51  return myNewName;
52  }
53 
54  protected:
56  std::string myOldName;
57  std::string myNewName;
58  };
59 }
makVrv::DtModelDefinitionManagerDefinitionRenamed will handle the renaming of a model definition as i...
Definition: DtCockpitModelDefinitionRenamedChanged.h:29
DtDe & myDe
Definition: DtCockpitModelDefinitionRenamedChanged.h:55
const std::string & newName() const
Definition: DtCockpitModelDefinitionRenamedChanged.h:49
std::string myOldName
Definition: DtCockpitModelDefinitionRenamedChanged.h:56
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:22
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:31
std::string myNewName
Definition: DtCockpitModelDefinitionRenamedChanged.h:57
const std::string & oldName() const
Definition: DtCockpitModelDefinitionRenamedChanged.h:44
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:72

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)