13 #include <matrix/vlVector.h>
61 virtual std::vector<DtVector> points() = 0;
84 if (b != myDataFrozen)
A unicode string.
Definition: DtUnicode.h:33
boost::signals2::signal< void()> signal_dataRemoved
Signal emitted when the source data has been removed.
Definition: terrainProfileDataProvider.h:108
makVrv::DtDe & myDe
Definition: terrainProfileDataProvider.h:114
virtual ~DtTerrainProfileDataProvider()
DTOR.
Definition: terrainProfileDataProvider.h:52
bool dataFrozen() const
Definition: terrainProfileDataProvider.h:77
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
virtual void setDataFrozen(bool b)
Definition: terrainProfileDataProvider.h:82
boost::signals2::signal< void()> signal_dataUpdated
Signal emitted when there is updated data to provide to the graph.
Definition: terrainProfileDataProvider.h:105
virtual bool allowsVertices() const
For some providers it does not make sense to allow vertices to be displayed on the graph due to the f...
Definition: terrainProfileDataProvider.h:94
DtTerrainProfileDataProvider(makVrv::DtDe &de)
CTOR.
Definition: terrainProfileDataProvider.h:45
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual int color() const
Returns the rgba value color of the line. Default is green.
Definition: terrainProfileDataProvider.h:64
Contains the makVrf::DtTerrainProfileDataProvider class.
Definition: terrainProfileDataProvider.h:40
boost::signals2::signal< void(bool)> signal_dataFrozen
Signal when data is frozen/unfrozen.
Definition: terrainProfileDataProvider.h:111
virtual bool allowsTracking() const
For some providers it does not make sense to allow symbol tracking (i.e.
Definition: terrainProfileDataProvider.h:72
virtual bool reversePoints() const
Definition: terrainProfileDataProvider.h:99
bool myDataFrozen
Definition: terrainProfileDataProvider.h:115