VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtModelDefinitionManagerDefinitionRenamed.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtModelDefinitionManagerSettingsChanges.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
18 
19 #pragma once
20 #include <vrvCore/vrvCore.h>
22 
23 namespace makVrv
24 {
25  class DtDe;
26  class DtElementDefinitionManager;
27  class DtUnicode;
28 
34  : public DtSettingsChangeObject
35  {
36  public:
37 
40 
43 
44  protected:
45 
50  virtual void on_modelDefinitionRenamed(const std::string& oldName,
51  const std::string& newName);
52 
53  bool findAndReplaceModelDefinitions( DtElementDefinitionManager& man,
54  const DtUnicode& oldValue, const DtUnicode& newValue );
55 
56  protected:
58  };
59 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)