![]() |
VR-Forces 4.5 Class Documentation
|
osgViewer::StatsHandler derrived class used to fix a few problems that class has in VR-Vantage More specifically fixes a problem with stats sizing and multiple windows. More...

Public Member Functions | |
| DtStatsHandler () | |
| Default constructor - currently does nothing on purpose. | |
| virtual int | getStatsType () |
| Accessor for protected _statsType osgViewer::StatsHandler variable. | |
| virtual bool | handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa) |
| Override method for handle() in order to fix a few minor bugs with how window size is handled. | |
Protected Member Functions | |
| virtual | ~DtStatsHandler () |
| destructor is protected since it should only be handled by osg::ref_ptr's | |
Protected Attributes | |
| bool | myFixedText |
Private Member Functions | |
| DtStatsHandler (const DtStatsHandler &other) | |
| Copy Constructor not implemented – Copy Not Allowed. | |
| DtStatsHandler & | operator= (const DtStatsHandler &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. | |
osgViewer::StatsHandler derrived class used to fix a few problems that class has in VR-Vantage More specifically fixes a problem with stats sizing and multiple windows.
Also fixes a problem with the event handler and a passthrough switch error. Lastly exposes the _statsType variable to allow recreation of the stats handler while maintaining the current visible stats.
| makVrv::DtStatsHandler::DtStatsHandler | ( | ) |
Default constructor - currently does nothing on purpose.
|
protectedvirtual |
destructor is protected since it should only be handled by osg::ref_ptr's
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
Accessor for protected _statsType osgViewer::StatsHandler variable.
|
virtual |
Override method for handle() in order to fix a few minor bugs with how window size is handled.
|
protected |