VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtCockpitModelDefinitionRenamedChanged.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
18 
19 #pragma once
20 
23 
24 namespace makVrv
25 {
26  class DtDe;
27 
34  {
35  public:
37 
39 
44  virtual void modelDefinitionRenamed(const std::string& oldName,
45  const std::string& newName);
46 
47  const std::string& oldName() const
48  {
49  return myOldName;
50  }
51 
52  const std::string& newName() const
53  {
54  return myNewName;
55  }
56 
57  protected:
59  std::string myOldName;
60  std::string myNewName;
61  };
62 }
makVrv::DtModelDefinitionManagerDefinitionRenamed will handle the renaming of a model definition as i...
Definition: DtCockpitModelDefinitionRenamedChanged.h:32
DtDe & myDe
Definition: DtCockpitModelDefinitionRenamedChanged.h:58
const std::string & newName() const
Definition: DtCockpitModelDefinitionRenamedChanged.h:52
std::string myOldName
Definition: DtCockpitModelDefinitionRenamedChanged.h:59
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:25
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:34
std::string myNewName
Definition: DtCockpitModelDefinitionRenamedChanged.h:60
const std::string & oldName() const
Definition: DtCockpitModelDefinitionRenamedChanged.h:47
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)