![]() |
VR-Forces Development_Version Class Documentation
|
Class for managing the creatation and recreation of the stats handler. More...

Public Member Functions | |
| virtual void | toggleOnScreenStats () |
| toggles the on screen stats for the stats handler | |
| virtual void | printStats () |
| sends the command to the stats handler for printing out the stats | |
| virtual void | recreateStatsHandler () |
| creates or recreates the stats handler | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtStatsHandlerManager & | instance (DtDe &de) |
| creates if needed and returns the static instance of this class | |
Protected Member Functions | |
| DtStatsHandlerManager (DtDe &de) | |
| Default constructor should only be called by instance, initializes members. | |
| virtual | ~DtStatsHandlerManager () |
| destructor | |
Protected Attributes | |
| DtDe & | myDe |
| osg::ref_ptr< DtStatsHandler > | myStatsHandler |
Private Member Functions | |
| DtStatsHandlerManager (const DtStatsHandlerManager &other) | |
| Copy Constructor not implemented – Copy Not Allowed. | |
| DtStatsHandlerManager & | operator= (const DtStatsHandlerManager &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. | |
Class for managing the creatation and recreation of the stats handler.
This class was added to clean up stats handler useage and avoid situations where we ended up with multiple stats handlers. It maintains the stats handler and handles the key events for the stats handler.
|
protected |
Default constructor should only be called by instance, initializes members.
|
protectedvirtual |
destructor
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
toggles the on screen stats for the stats handler
|
virtual |
sends the command to the stats handler for printing out the stats
|
virtual |
creates or recreates the stats handler
|
static |
creates if needed and returns the static instance of this class
|
protected |
|
protected |