VR-Forces 4.8 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 }
A unicode string.
Definition: DtUnicode.h:33
DtDe & myDe
Definition: DtModelDefinitionManagerDefinitionRenamed.h:57
Manager which owns element definitions.for one type of element Use the makVrv::DtElementDefinitionTyp...
Definition: DtElementDefinitionManager.h:44
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
makVrv::DtModelDefinitionManagerDefinitionRenamed will handle the renaming of a model definition as i...
Definition: DtModelDefinitionManagerDefinitionRenamed.h:33
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:34
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

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)