VR-Forces 4.6 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 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)