VR-Forces 4.6.1 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 /******************************************************************************
6 ** $RCSfile: DtCigiModelDefinitionRenamedChanged.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
17 
18 #ifndef DtCigiModelDefinitionRenamedChanged_H_
19 #define DtCigiModelDefinitionRenamedChanged_H_
20 
21 #include <vrvCigi/vrvCigi.h>
23 
24 namespace makVrv
25 {
26  class DtDe;
27 
32  {
33  public:
35 
37 
41  virtual void modelDefinitionRenamed(const std::string& oldName, const std::string& newName);
42 
43  const std::string& oldName() const
44  {
45  return myOldName;
46  }
47 
48  const std::string& newName() const
49  {
50  return myNewName;
51  }
52 
53  protected:
55  std::string myOldName;
56  std::string myNewName;
57  };
58 }
59 
60 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)