VR-Forces 5.0.1 Developer's Guide
 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 
15 
16 #pragma once
17 #include <vrvCore/vrvCore.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtElementDefinitionManager;
24  class DtUnicode;
25 
31  : public DtSettingsChangeObject
32  {
33  public:
34 
37 
40 
41  protected:
42 
47  virtual void on_modelDefinitionRenamed(const std::string& oldName,
48  const std::string& newName);
49 
50  bool findAndReplaceModelDefinitions( DtElementDefinitionManager& man,
51  const DtUnicode& oldValue, const DtUnicode& newValue );
52 
53  protected:
55  };
56 }
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
DtDe & myDe
Definition: DtModelDefinitionManagerDefinitionRenamed.h:54
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:30
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:31
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Contains DLL export macros.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)