VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
environmentalStatePageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makVrf
12 {
13  namespace makVrfGuiObjectInformationQt
14  {
19 
21  {
22  public:
24 
26 
28  virtual QString locationValue(const DtVector& geocentricLocation) const;
29 
30  protected:
31  virtual void slot_onStateViewUpdated(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
32  virtual bool inGeocentric() const;
33 
34  protected:
35  std::vector<DtVector> myCachedPoints;
36  };
37  }
38 }
Contains makVrv::DtEntityStatePageLogic class.
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition: entityStatePageLogic.h:30
std::vector< DtVector > myCachedPoints
Definition: environmentalStatePageLogic.h:35
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
Items added DtEnvirontmentalForce - Force of the environmental DtEnvirontmentalType - Type of environ...
Definition: environmentalStatePageLogic.h:20
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)