|
osgEarth 2.1.1
|
Inheritance diagram for SkySliderHandler:
Collaboration diagram for SkySliderHandler:Public Member Functions | |
| virtual void | onValueChanged (class Control *control, float value) |
Definition at line 65 of file osgearth_viewer.cpp.
| virtual void SkySliderHandler::onValueChanged | ( | class Control * | control, |
| float | value | ||
| ) | [inline, virtual] |
Reimplemented from osgEarth::Util::Controls::ControlEventHandler.
Definition at line 67 of file osgearth_viewer.cpp.
{
s_sky->setDateTime( 2011, 3, 6, value );
}
Here is the call graph for this function:
1.7.3