| osgViewer::StatsHandler::StatsHandler | ( | ) |
| osg::Geometry* osgViewer::StatsHandler::createBackgroundRectangle | ( | const osg::Vec3 & | pos, | |
| const float | width, | |||
| const float | height, | |||
| osg::Vec4 & | color | |||
| ) | [protected] |
| osg::Node* osgViewer::StatsHandler::createCameraTimeStats | ( | const std::string & | font, | |
| osg::Vec3 & | pos, | |||
| float | startBlocks, | |||
| bool | acquireGPUStats, | |||
| float | characterSize, | |||
| osg::Stats * | viewerStats, | |||
| osg::Camera * | camera | |||
| ) | [protected] |
| osg::Geometry* osgViewer::StatsHandler::createFrameMarkers | ( | const osg::Vec3 & | pos, | |
| float | height, | |||
| const osg::Vec4 & | colour, | |||
| unsigned int | numBlocks | |||
| ) | [protected] |
| osg::Geometry* osgViewer::StatsHandler::createGeometry | ( | const osg::Vec3 & | pos, | |
| float | height, | |||
| const osg::Vec4 & | colour, | |||
| unsigned int | numBlocks | |||
| ) | [protected] |
| osg::Geometry* osgViewer::StatsHandler::createTick | ( | const osg::Vec3 & | pos, | |
| float | height, | |||
| const osg::Vec4 & | colour, | |||
| unsigned int | numTicks | |||
| ) | [protected] |
| double osgViewer::StatsHandler::getBlockMultiplier | ( | ) | const [inline] |
| const osg::Camera* osgViewer::StatsHandler::getCamera | ( | ) | const [inline] |
| osg::Camera* osgViewer::StatsHandler::getCamera | ( | ) | [inline] |
| int osgViewer::StatsHandler::getKeyEventPrintsOutStats | ( | ) | const [inline] |
| int osgViewer::StatsHandler::getKeyEventTogglesOnScreenStats | ( | ) | const [inline] |
| virtual void osgViewer::StatsHandler::getUsage | ( | osg::ApplicationUsage & | usage | ) | const [virtual] |
| virtual bool osgViewer::StatsHandler::handle | ( | const osgGA::GUIEventAdapter & | , | |
| osgGA::GUIActionAdapter & | ||||
| ) | [virtual] |
Deprecated, Handle events, return true if handled, false otherwise.
Reimplemented from osgGA::GUIEventHandler.
| void osgViewer::StatsHandler::reset | ( | ) |
| void osgViewer::StatsHandler::setKeyEventPrintsOutStats | ( | int | key | ) | [inline] |
| void osgViewer::StatsHandler::setKeyEventTogglesOnScreenStats | ( | int | key | ) | [inline] |
| void osgViewer::StatsHandler::setUpHUDCamera | ( | osgViewer::ViewerBase * | viewer | ) | [protected] |
| void osgViewer::StatsHandler::setUpScene | ( | osgViewer::ViewerBase * | viewer | ) | [protected] |
| void osgViewer::StatsHandler::updateThreadingModelText | ( | ) | [protected] |
double osgViewer::StatsHandler::_blockMultiplier [protected] |
osg::ref_ptr<osg::Camera> osgViewer::StatsHandler::_camera [protected] |
unsigned int osgViewer::StatsHandler::_cameraSceneChildNum [protected] |
unsigned int osgViewer::StatsHandler::_frameRateChildNum [protected] |
bool osgViewer::StatsHandler::_initialized [protected] |
int osgViewer::StatsHandler::_keyEventPrintsOutStats [protected] |
int osgViewer::StatsHandler::_keyEventTogglesOnScreenStats [protected] |
unsigned int osgViewer::StatsHandler::_numBlocks [protected] |
float osgViewer::StatsHandler::_statsHeight [protected] |
int osgViewer::StatsHandler::_statsType [protected] |
float osgViewer::StatsHandler::_statsWidth [protected] |
osg::ref_ptr<osg::Switch> osgViewer::StatsHandler::_switch [protected] |
unsigned int osgViewer::StatsHandler::_viewerChildNum [protected] |
unsigned int osgViewer::StatsHandler::_viewerSceneChildNum [protected] |
| Generated at Sat May 14 08:21:24 2011 for the OpenSceneGraph by doxygen 1.5.9. |