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