![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2012 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00008 00010 00011 #pragma once 00012 00013 #include <vrvUtil/signalslib.h> 00014 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00015 #include <vrvUtil/DtVirtualBaseClass.h> 00016 00017 namespace makVrv 00018 { 00019 class DtDe; 00020 }; 00021 class DtSimCommand; 00022 00023 namespace makVrf 00024 { 00027 class DT_DLL_VRFGUICOREQT DtPlanCommandSignaler : public makVrv::DtVirtualBaseClass 00028 { 00029 public: 00030 00032 DtPlanCommandSignaler(); 00033 00035 virtual ~DtPlanCommandSignaler(); 00036 00037 static DtPlanCommandSignaler& instance(makVrv::DtDe&); 00038 00040 boost::signal<void (DtSimCommand&, bool)> signal_commandRequestToBeAddedToPlan; 00041 }; 00042 }