28 class DtSimObjectEntry;
33 template <
typename _View>
49 virtual std::vector<DtVector>
points();
95 #include <vrfGuiCore/terrainProfileDataStateView.inl>
A unicode string.
Definition: DtUnicode.h:33
virtual bool setElementID(makVrv::DtUniqueID id)
The ID of the element to provide data for.
virtual void slot_simObjectEntryAboutToBeRemoved(makVrv::DtSimObjectEntry &e)
Called when an object is about to be removed, will remove this dialog if the ID is the ID being profi...
bool myReversePoints
Definition: terrainProfileDataStateView.h:91
boost::signals2::connection myCompleteRateChangeConnection
Definition: terrainProfileDataStateView.h:88
Contains makVrv::DtSimData class.
makVrv::DtElementID id() const
Definition: terrainProfileDataStateView.h:55
virtual void slot_onUpdateRateChanged(makVrv::DtUniqueID id, int rate)
Called when the update rate has changed, make sure we at least keep the 1Hz update rate...
Contains makVrv::DtStateView class.
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
std::vector< DtVector > myGeocentricPoints
Definition: terrainProfileDataStateView.h:86
virtual bool reversePoints() const
Definition: terrainProfileDataStateView.h:61
makVrv::DtSignalConnectionManager myConnections
Definition: terrainProfileDataStateView.h:90
Definition: terrainProfileDataStateView.h:34
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition: DtSimObjectEntry.h:22
makVrv::DtUniqueID myElementID
Definition: terrainProfileDataStateView.h:84
Contains makVrv::DtSimObjectEntry class.
virtual void slot_onStateViewUpdated()=0
Called when the state view is updated, signal that new data has been received.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
boost::signals2::connection myElementIDConnection
Definition: terrainProfileDataStateView.h:87
DtTerrainProfileDataStateView(makVrv::DtDe &de, makVrv::DtUniqueID id)
CTOR.
boost::signals2::connection myStateViewUpdateConnection
Definition: terrainProfileDataStateView.h:89
Contains makVrv::DtDataBankSignaler class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Base class to provide boost signal/slot management.
virtual std::vector< DtVector > points()
The list of points to be used to plot for the profile line in the graph.
virtual void setReversePoints(bool b)
virtual ~DtTerrainProfileDataStateView()
DTOR.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtStateView< _View > * myStateView
Definition: terrainProfileDataStateView.h:85
virtual makVrv::DtUnicode name() const
The name of the object to display in the graph title bar.
virtual void completeRateChange()
Contains makVrv::DtDataBank class.
Contains the makVrf::DtTerrainProfileDataProvider class.
Definition: terrainProfileDataProvider.h:40
virtual const makVrv::DtStateView< _View > * findStateView(makVrv::DtElementID id)=0
Called to find the state view.