bool myStopChecking
Definition: DtAttachableRangeLineTextUpdater.h:45
This class will compute the range from this to the next or previous point and then update the attache...
Definition: DtAttachableRangeLineTextUpdater.h:16
double myLastRange
Definition: DtAttachableRangeLineTextUpdater.h:43
int mySourceIndex
Definition: DtAttachableRangeLineTextUpdater.h:44
bool myComputeToNextPoint
Definition: DtAttachableRangeLineTextUpdater.h:41
virtual void setComputeToNextPoint(bool)
Set whether or not to compute to the next or previous point. Default is false – compute to previous p...
DtAttachableRangeLineTextUpdater(makVrv::DtDe &de, makVrv::DtUniqueID id)
CTOR.
virtual void setParentId(makVrv::DtUniqueID)
The ID of the line object we are looking at for range calculations.
makVrv::DtUniqueID myParentId
Definition: DtAttachableRangeLineTextUpdater.h:42
virtual double calculateRange()
Given the parent ID and our position, attempt to find out index and calculate the range...
makVrv::DtDisplayUnitsConverter::DistanceUnits myDistanceUnits
Definition: DtAttachableRangeLineTextUpdater.h:46
virtual void update(double)
Called to calculate the range.
virtual ~DtAttachableRangeLineTextUpdater()
DTOR.