osgEarth 2.1.1
Public Member Functions

SkySliderHandler Struct Reference

Inheritance diagram for SkySliderHandler:
Collaboration diagram for SkySliderHandler:

List of all members.

Public Member Functions

virtual void onValueChanged (class Control *control, float value)

Detailed Description

Definition at line 65 of file osgearth_viewer.cpp.


Member Function Documentation

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:


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines