VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)