osgEarth 2.1.1
|
Public Member Functions | |
LockAzimuthHandler (char key, EarthManipulator *manip) | |
bool | handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa) |
void | getUsage (osg::ApplicationUsage &usage) const |
Public Attributes | |
char | _key |
osg::ref_ptr< EarthManipulator > | _manip |
Definition at line 115 of file osgearth_manip.cpp.
anonymous_namespace{osgearth_manip.cpp}::LockAzimuthHandler::LockAzimuthHandler | ( | char | key, |
EarthManipulator * | manip | ||
) | [inline] |
Definition at line 117 of file osgearth_manip.cpp.
void anonymous_namespace{osgearth_manip.cpp}::LockAzimuthHandler::getUsage | ( | osg::ApplicationUsage & | usage | ) | const [inline] |
Definition at line 134 of file osgearth_manip.cpp.
bool anonymous_namespace{osgearth_manip.cpp}::LockAzimuthHandler::handle | ( | const osgGA::GUIEventAdapter & | ea, |
osgGA::GUIActionAdapter & | aa | ||
) | [inline] |
Definition at line 122 of file osgearth_manip.cpp.
char anonymous_namespace{osgearth_manip.cpp}::LockAzimuthHandler::_key |
Definition at line 141 of file osgearth_manip.cpp.
osg::ref_ptr<EarthManipulator> anonymous_namespace{osgearth_manip.cpp}::LockAzimuthHandler::_manip |
Definition at line 142 of file osgearth_manip.cpp.