VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
syncMatrixPlanWidgetLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 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  const DtString& phaseName);
26 
28  virtual ~DtSyncMatrixPlanWidgetLogic();
29 
31  virtual bool sendPlan(bool reregister = true);
32 
34  virtual void registerPlanCallbacks(const std::vector<DtUUID>& names);
35 
36  protected:
37 
38  virtual void unregisterPlanCallbacks(const std::vector<DtUUID>& names);
39  virtual void receivedPlanCallback(DtSimMessage* msg);
40 
41  virtual void processReceiveMultiPlan(DtIfMultiplePlanResponse* rsp);
42 
43  virtual void requestPlan(const std::vector<DtUUID>& names);
44 
45 
48  };
49 
50 }
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtString myPhaseName
Definition: syncMatrixPlanWidgetLogic.h:47
Definition: planWidgetInterface.h:39
Definition: editEntityPlanWidgetLogic.h:35
File: simMsg.h.
Definition: simMessage.h:35
Definition: syncMatrixPlanWidgetLogic.h:19
class DtIfMultiplePlanResponse:
Definition: ifMultiplePlanResponse.h:32
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:72
DtUUID mySyncMatrix
Definition: syncMatrixPlanWidgetLogic.h:46

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)