Public Member Functions | |
| LODScaleHandler () | |
| void | setKeyEventIncreaseLODScale (int key) |
| int | getKeyEventIncreaseLODScale () const |
| void | setKeyEventDecreaseLODScale (int key) |
| int | getKeyEventDecreaseLODScale () const |
| bool | handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa) |
| Deprecated, Handle events, return true if handled, false otherwise. | |
| virtual void | getUsage (osg::ApplicationUsage &usage) const |
| Get the keyboard and mouse usage of this manipulator. | |
Protected Attributes | |
| int | _keyEventIncreaseLODScale |
| int | _keyEventDecreaseLODScale |
| osgViewer::LODScaleHandler::LODScaleHandler | ( | ) |
| int osgViewer::LODScaleHandler::getKeyEventDecreaseLODScale | ( | ) | const [inline] |
| int osgViewer::LODScaleHandler::getKeyEventIncreaseLODScale | ( | ) | const [inline] |
| virtual void osgViewer::LODScaleHandler::getUsage | ( | osg::ApplicationUsage & | usage | ) | const [virtual] |
| bool osgViewer::LODScaleHandler::handle | ( | const osgGA::GUIEventAdapter & | , | |
| osgGA::GUIActionAdapter & | ||||
| ) | [virtual] |
Deprecated, Handle events, return true if handled, false otherwise.
Reimplemented from osgGA::GUIEventHandler.
| void osgViewer::LODScaleHandler::setKeyEventDecreaseLODScale | ( | int | key | ) | [inline] |
| void osgViewer::LODScaleHandler::setKeyEventIncreaseLODScale | ( | int | key | ) | [inline] |
int osgViewer::LODScaleHandler::_keyEventDecreaseLODScale [protected] |
int osgViewer::LODScaleHandler::_keyEventIncreaseLODScale [protected] |
| Generated at Sat May 14 08:21:24 2011 for the OpenSceneGraph by doxygen 1.5.9. |