VR-Forces 4.2 Class Documentation
DtEditGlobalPlanWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
19  {
20 
21  public:
22 
24  DtEditGlobalPlanWidgetLogic(makVrv::DtDe& de, DtPlanWidgetInterface* iFace, bool isNewPlan);
25 
27  virtual ~DtEditGlobalPlanWidgetLogic();
28 
29  protected:
30  virtual bool sendPlan(bool);
31  virtual void restartPlan();
32  virtual void abandonPlan();
33  virtual void unregisterPlanCallbacks(const std::vector<std::string>& names);
34  virtual void registerPlanCallbacks(const std::vector<std::string>& names);
35  virtual bool globalPlan() const;
36 
37  virtual void slot_onObjectBeingCreated();
38  virtual void slot_onObjectStoppedBeingCreated();
39  virtual void connectSignals(const std::vector<makVrv::DtSimEntry*>& s);
40  virtual void slot_onDialogCreated();
41 
42  protected:
44  };
45 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)