VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtElementDefinitionChanges.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
19 
20 #pragma once
21 #include <vrvVrl/vrvVrl.h>
24 
25 class DtEntityType;
26 
27 namespace makVrv
28 {
29  class DtDe;
30  class DtUnicode;
31  class DtEntityTypeMapper;
32 
37  : public DtSettingsChangeObject
38  {
39  public:
42 
45 
46  protected:
47 
50  virtual void elementDefinitionRenamed(const DtUnicode& oldName,
51  const DtUnicode& newName);
52 
53  protected:
56  };
57 }
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
A unicode string.
Definition: DtUnicode.h:33
makVrv::DtElementDefinitionRenamedChanged will handle the renaming of an element definition ...
Definition: DtElementDefinitionRenamedChanged.h:36
DtSignalConnectionManager myConnections
Definition: DtElementDefinitionRenamedChanged.h:55
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
DtDe & myDe
Definition: DtElementDefinitionRenamedChanged.h:54
Base class to provide boost signal/slot management.
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)