![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtEntityMappingEditorLogic.h,v $ $Revision: 1.10 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtEntityMappingEditorLogic_H_ 00014 #define DtEntityMappingEditorLogic_H_ 00015 00016 #include <vrvVrlQt/vrvVrlQt.h> 00017 #include <vrvVrlQt/DtEntityTypeToDefinitionLogic.h> 00018 00019 namespace makVrv 00020 { 00021 class DtMapEditorInterface; 00022 class DtEntityTypeMapEditorInterface; 00023 00026 class DT_DLL_VRVVRLQT DtEntityMappingEditorLogic : 00027 public DtEntityTypeToElementDefinitionLogic 00028 { 00029 public: 00030 00032 DtEntityMappingEditorLogic( 00033 DtDe& de, 00034 DtEntityMappingEditorInterface& editorInterface, 00035 DtEntityTypeMapEditorInterface& entityTypeMapInterface, 00036 DtMultiMapEditorInterface& mapInterface, 00037 DtPersistenceControlsInterface& toolbarInterface); 00038 00040 virtual ~DtEntityMappingEditorLogic(); 00041 }; 00042 } 00043 00044 #endif 00045