VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
editGlobalPlanWidgetLogic.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 
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 void registerPlanCallbacksWithoutRequest(const std::vector<std::string>& names);
36  virtual bool globalPlan() const;
37 
38  virtual void slot_onObjectBeingCreated();
39  virtual void slot_onObjectStoppedBeingCreated();
40  virtual void connectSignals(const std::vector<makVrv::DtSimEntry*>& s);
41  virtual void slot_onDialogCreated();
42 
43  virtual bool isGlobalPlan() const;
44 
45  protected:
47  };
48 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)