osgEarth 2.1.1
|
Public Member Functions | |
MyMeasureToolCallback (LabelControl *label) | |
virtual void | onDistanceChanged (MeasureToolHandler *sender, double distance) |
Public Attributes | |
LabelControl * | _label |
Definition at line 41 of file osgearth_measure.cpp.
MyMeasureToolCallback::MyMeasureToolCallback | ( | LabelControl * | label | ) | [inline] |
Definition at line 44 of file osgearth_measure.cpp.
: _label(label) { }
virtual void MyMeasureToolCallback::onDistanceChanged | ( | MeasureToolHandler * | sender, |
double | distance | ||
) | [inline, virtual] |
Reimplemented from osgEarth::Util::MeasureToolHandler::MeasureToolEventHandler.
Definition at line 49 of file osgearth_measure.cpp.
Definition at line 55 of file osgearth_measure.cpp.