VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
38  virtual void setPlan(DtPlan* plan);
39 
42  virtual void registerPlanCallbacks(const std::vector<DtUUID>& names);
43 
44  virtual void init();
45 
46  protected:
47 
48  virtual void processReceiveMultiPlan(DtIfMultiplePlanResponse* rsp);
50  virtual void requestPlan(const std::vector<DtUUID>& names);
52  virtual bool isWatching(const DtUUID&) const;
56  virtual void displayPlanStatusString(DtPlanStatus status);
57  };
58 
59 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)