
Public Member Functions | |
| ThreadingHandler () | |
| virtual void | getUsage (osg::ApplicationUsage &usage) const |
| Get the keyboard and mouse usage of this manipulator. | |
| void | setKeyEventChangeThreadingModel (int key) |
| int | getKeyEventChangeThreadingModel () const |
| void | setChangeThreadingModel (bool flag) |
| bool | getChangeThreadingModel () const |
| void | setKeyEventChangeEndBarrierPosition (int key) |
| int | getKeyEventChangeEndBarrierPosition () const |
| void | setChangeEndBarrierPosition (bool flag) |
| bool | getChangeEndBarrierPosition () const |
| bool | handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa) |
| Deprecated, Handle events, return true if handled, false otherwise. | |
Protected Attributes | |
| int | _keyEventChangeThreadingModel |
| bool | _changeThreadingModel |
| int | _keyEventChangeEndBarrierPosition |
| bool | _changeEndBarrierPosition |
| osg::Timer_t | _tickOrLastKeyPress |
| bool | _done |
| osgViewer::ThreadingHandler::ThreadingHandler | ( | ) |
| virtual void osgViewer::ThreadingHandler::getUsage | ( | osg::ApplicationUsage & | usage | ) | const [virtual] |
| void osgViewer::ThreadingHandler::setKeyEventChangeThreadingModel | ( | int | key | ) | [inline] |
| int osgViewer::ThreadingHandler::getKeyEventChangeThreadingModel | ( | ) | const [inline] |
| void osgViewer::ThreadingHandler::setChangeThreadingModel | ( | bool | flag | ) | [inline] |
| bool osgViewer::ThreadingHandler::getChangeThreadingModel | ( | ) | const [inline] |
| void osgViewer::ThreadingHandler::setKeyEventChangeEndBarrierPosition | ( | int | key | ) | [inline] |
| int osgViewer::ThreadingHandler::getKeyEventChangeEndBarrierPosition | ( | ) | const [inline] |
| void osgViewer::ThreadingHandler::setChangeEndBarrierPosition | ( | bool | flag | ) | [inline] |
| bool osgViewer::ThreadingHandler::getChangeEndBarrierPosition | ( | ) | const [inline] |
| bool osgViewer::ThreadingHandler::handle | ( | const osgGA::GUIEventAdapter & | , | |
| osgGA::GUIActionAdapter & | ||||
| ) | [virtual] |
Deprecated, Handle events, return true if handled, false otherwise.
Reimplemented from osgGA::GUIEventHandler.
int osgViewer::ThreadingHandler::_keyEventChangeThreadingModel [protected] |
bool osgViewer::ThreadingHandler::_changeThreadingModel [protected] |
int osgViewer::ThreadingHandler::_keyEventChangeEndBarrierPosition [protected] |
bool osgViewer::ThreadingHandler::_changeEndBarrierPosition [protected] |
bool osgViewer::ThreadingHandler::_done [protected] |