VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cloudLayerStatePageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
14 
15 #include <vrvCore/DtStateView.h>
16 
17 namespace makVrf
18 {
19  namespace makVrfGuiObjectInformationQt
20  {
22  {
23  public:
25 
26  virtual ~DtCloudLayerStatePageLogic();
27 
28  virtual void deactivate();
29  virtual void setState(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
30  virtual void clearInterface();
31 
33  {
34  return myCloudLayerState;
35  }
36 
37  protected:
38  virtual void slot_onStateViewAboutToBeRemoved(const makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>& state);
39 
40  protected:
42  };
43  }
44 }
Contains makVrv::DtStateView class.
Contains makVrv::DtEntityStatePageLogic class.
makVrv::DtStateView< DtVrlinkSimulatedCloudLayerState > * myCloudLayerState
Definition: cloudLayerStatePageLogic.h:41
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition: entityStatePageLogic.h:30
makVrv::DtStateView< DtVrlinkSimulatedCloudLayerState > * cloudLayerState()
Definition: cloudLayerStatePageLogic.h:32
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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:70

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)