![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtScenarioLoadLogic.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00016 00017 #include <string> 00018 00019 class DtBackendMap; 00020 class DtScenarioLoadInformation; 00021 00022 namespace makVrv 00023 { 00024 class DtDe; 00025 } 00026 00027 namespace makVrf 00028 { 00029 class DtScenarioSettingsInterface; 00030 00031 class DT_DLL_VRFGUICOREQT DtScenarioLoadLogic 00032 { 00033 public: 00034 00036 DtScenarioLoadLogic(makVrv::DtDe& de, DtScenarioSettingsInterface* iFace); 00037 00039 ~DtScenarioLoadLogic(); 00040 00041 public: 00046 00047 public: 00049 virtual bool slot_onLoadScenario(const DtScenarioLoadInformation&); 00050 00052 virtual void slot_onCloseScenario(); 00053 00054 00055 protected: 00056 00057 makVrv::DtDe& myDe; 00058 DtScenarioSettingsInterface* myInterface; 00059 }; 00060 }