VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtElementDefinitionRenamedChanged.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
16 
17 #pragma once
18 #include <vrvVrl/vrvVrl.h>
21 
22 class DtEntityType;
23 
24 namespace makVrv
25 {
26  class DtDe;
27  class DtUnicode;
28  class DtEntityTypeMapper;
29 
34  : public DtSettingsChangeObject
35  {
36  public:
39 
42 
43  protected:
44 
47  virtual void elementDefinitionRenamed(const DtUnicode& oldName,
48  const DtUnicode& newName);
49 
50  protected:
53  };
54 }
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
makVrv::DtElementDefinitionRenamedChanged will handle the renaming of an element definition ...
Definition: DtElementDefinitionRenamedChanged.h:33
DtSignalConnectionManager myConnections
Definition: DtElementDefinitionRenamedChanged.h:52
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtDe & myDe
Definition: DtElementDefinitionRenamedChanged.h:51
Base class to provide boost signal/slot management.
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)