![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtEditGlobalPlanWidgetLogic.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00013 00014 #pragma once 00015 00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00017 #include <vrfGuiCoreQt/DtEditPlanWidgetLogic.h> 00018 00019 namespace makVrf 00020 { 00021 class DT_DLL_VRFGUICOREQT DtEditGlobalPlanWidgetLogic : public DtEditPlanWidgetLogic 00022 { 00023 00024 public: 00025 00027 DtEditGlobalPlanWidgetLogic(makVrv::DtDe& de, DtPlanWidgetInterface* iFace, bool isNewPlan); 00028 00030 virtual ~DtEditGlobalPlanWidgetLogic(); 00031 00032 protected: 00033 virtual bool sendPlan(bool); 00034 virtual void restartPlan(); 00035 virtual void abandonPlan(); 00036 virtual void unregisterPlanCallbacks(const std::vector<std::string>& names); 00037 virtual void registerPlanCallbacks(const std::vector<std::string>& names); 00038 virtual bool globalPlan() const; 00039 00040 virtual void slot_onObjectBeingCreated(); 00041 virtual void slot_onObjectStoppedBeingCreated(); 00042 virtual void connectSignals(const std::vector<makVrv::DtSimEntry*>& s); 00043 00044 protected: 00045 bool myIsNewPlan; 00046 }; 00047 }