osgEarth 2.1.1
Public Member Functions | Public Attributes

osgEarth::Util::Controls::ControlCanvasEventHandler Struct Reference

Collaboration diagram for osgEarth::Util::Controls::ControlCanvasEventHandler:

List of all members.

Public Member Functions

 ControlCanvasEventHandler (ControlCanvas *cs)
bool handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa)

Public Attributes

ControlCanvas_cs

Detailed Description

Definition at line 1749 of file Controls.cpp.


Constructor & Destructor Documentation

osgEarth::Util::Controls::ControlCanvasEventHandler::ControlCanvasEventHandler ( ControlCanvas cs) [inline]

Definition at line 1751 of file Controls.cpp.

: _cs(cs) { }

Member Function Documentation

bool osgEarth::Util::Controls::ControlCanvasEventHandler::handle ( const osgGA::GUIEventAdapter &  ea,
osgGA::GUIActionAdapter &  aa 
) [inline]

Definition at line 1753 of file Controls.cpp.

        {
            return _cs->handle( ea, aa );
        }

Here is the call graph for this function:


Member Data Documentation

Definition at line 1758 of file Controls.cpp.


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