VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
issueEntityPlanWidgetLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  class DtSimCommandObjectWrapper;
18 
20  {
21  public:
22 
25 
28 
32  virtual bool sendPlan(bool reregister = true);
33  virtual void close();
34 
35  virtual const DtPlan * plan() const;
39  virtual void setPlan(DtPlan* plan);
40 
43  virtual void registerPlanCallbacks(const std::vector<DtUUID>& names);
44 
45  protected:
46 
47  virtual void processReceiveMultiPlan(DtIfMultiplePlanResponse* rsp);
49  virtual void requestPlan(const std::vector<DtUUID>& names);
51  virtual bool isWatching(const DtUUID&) const;
55  virtual void displayPlanStatusString(DtPlanStatus status);
56  };
57 
58 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)