13 #include <matrix/vlVector.h>
15 #include <boost/signals2.hpp>
62 virtual std::vector<DtVector> points() = 0;
85 if (b != myDataFrozen)
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
boost::signals2::signal< void()> signal_dataRemoved
Signal emitted when the source data has been removed.
Definition: terrainProfileDataProvider.h:109
makVrv::DtDe & myDe
Definition: terrainProfileDataProvider.h:115
virtual ~DtTerrainProfileDataProvider()
DTOR.
Definition: terrainProfileDataProvider.h:53
bool dataFrozen() const
Definition: terrainProfileDataProvider.h:78
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
virtual void setDataFrozen(bool b)
Definition: terrainProfileDataProvider.h:83
boost::signals2::signal< void()> signal_dataUpdated
Signal emitted when there is updated data to provide to the graph.
Definition: terrainProfileDataProvider.h:106
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:95
DtTerrainProfileDataProvider(makVrv::DtDe &de)
CTOR.
Definition: terrainProfileDataProvider.h:46
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:76
virtual int color() const
Returns the rgba value color of the line. Default is green.
Definition: terrainProfileDataProvider.h:65
Contains the makVrf::DtTerrainProfileDataProvider class. This class is a common base class for all ob...
Definition: terrainProfileDataProvider.h:41
boost::signals2::signal< void(bool)> signal_dataFrozen
Signal when data is frozen/unfrozen.
Definition: terrainProfileDataProvider.h:112
virtual bool allowsTracking() const
For some providers it does not make sense to allow symbol tracking (i.e. when you are creating a line...
Definition: terrainProfileDataProvider.h:73
virtual bool reversePoints() const
Definition: terrainProfileDataProvider.h:100
bool myDataFrozen
Definition: terrainProfileDataProvider.h:116