VR-Forces Developer's Guide
 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 
27  virtual ~DtIssueEntityPlanWidgetLogic() override;
28 
32  virtual bool sendPlan(bool reregister = true) override;
33  virtual void close();
34 
38  virtual void setPlan(DtPlan* plan);
39 
42  virtual void registerPlanCallbacks(const std::vector<DtUUID>& names) override;
43 
44  virtual void init();
45 
46  protected:
47  virtual bool ignoreOperationsCheck() const override;
48 
49  virtual void processReceiveMultiPlan(DtIfMultiplePlanResponse* rsp);
51  virtual void requestPlan(const std::vector<DtUUID>& names) override;
53  virtual bool isWatching(const DtUUID&) const override;
57  virtual void displayPlanStatusString(DtPlanStatus status) override;
58  };
59 
60 }
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: planWidgetInterface.h:39
Definition: editEntityPlanWidgetLogic.h:35
Definition: issueEntityPlanWidgetLogic.h:19
class DtPlan:
Definition: plan.h:92
Small container class that holds the status of a running DtPlan.
Definition: plan.h:45
class DtIfMultiplePlanResponse:
Definition: ifMultiplePlanResponse.h:32
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)