VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiObjectInformationQt
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
8
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
9
#include <
vrfGuiObjectInformationQt/entityStatePageLogic.h
>
10
11
namespace
makVrf
12
{
13
namespace
makVrfGuiObjectInformationQt
14
{
19
20
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtEnvironmentalStatePageLogic
:
public
DtEntityStatePageLogic
21
{
22
public
:
23
DtEnvironmentalStatePageLogic
(
makVrv::DtDe
&,
DtInformationDialogPage
* iface);
24
25
virtual
~
DtEnvironmentalStatePageLogic
();
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
}
entityStatePageLogic.h
Contains makVrv::DtEntityStatePageLogic class.
DtVector
makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState >
makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPage
Definition:
informationDialogPage.h:259
makVrf::makVrfGuiObjectInformationQt::DtEntityStatePageLogic
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition:
entityStatePageLogic.h:30
makVrf::makVrfGuiObjectInformationQt::DtEnvironmentalStatePageLogic::myCachedPoints
std::vector< DtVector > myCachedPoints
Definition:
environmentalStatePageLogic.h:35
vrfGuiObjectInformationQt.h
DT_DLL_VRFGUIOBJECTINFORMATIONQT
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition:
vrfGuiObjectInformationQt.h:25
makVrf::makVrfGuiObjectInformationQt::DtEnvironmentalStatePageLogic
Items added DtEnvirontmentalForce - Force of the environmental DtEnvirontmentalType - Type of environ...
Definition:
environmentalStatePageLogic.h:20
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)