VR-Forces 4.0.4 Class Documentation
include/vrvVrl/DtElementDefinitionRenamedChanged.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2010 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtElementDefinitionChanges.h,v $ $Revision: 1.16 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00019  
00020 #pragma once
00021 #include <vrvVrl/vrvVrl.h> 
00022 #include <vrvCore/DtSettingsChangeManager.h> 
00023 #include <vrvUtil/DtSignalConnectionManager.h>
00024 
00025 class DtEntityType;
00026 
00027 namespace makVrv 
00028 { 
00029    class DtDe;
00030    class DtUnicode;
00031    class DtEntityTypeMapper;
00032 
00036    class DT_DLL_VRVVRL DtElementDefinitionRenamedChanged 
00037       : public DtSettingsChangeObject
00038    {
00039    public:
00041       DtElementDefinitionRenamedChanged(DtDe& de);
00042 
00044       virtual ~DtElementDefinitionRenamedChanged();
00045 
00046    protected:
00047 
00050       virtual void elementDefinitionRenamed(const DtUnicode& oldName, 
00051          const DtUnicode& newName);
00052 
00053    protected:
00054       DtDe& myDe;
00055       DtSignalConnectionManager myConnections;
00056    };
00057 } 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)