|
osgEarth 2.1.1
|
Inheritance diagram for RotateImage:
Collaboration diagram for RotateImage:Public Member Functions | |
| void | onValueChanged (Control *control, float value) |
Definition at line 82 of file osgearth_controls.cpp.
| void RotateImage::onValueChanged | ( | Control * | control, |
| float | value | ||
| ) | [inline, virtual] |
Reimplemented from osgEarth::Util::Controls::ControlEventHandler.
Definition at line 84 of file osgearth_controls.cpp.
{
s_imageControl->setRotation( Angular(value) );
}
Here is the call graph for this function:
1.7.3