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

Public Member Functions | |
| virtual void | toggleOnScreenStats () |
| toggles the on screen stats for the stats handler More... | |
| virtual void | toggleProfilerStats () |
| toggles the on screen stats for the Profiler stats More... | |
| virtual void | printStats () |
| sends the command to the stats handler for printing out the stats More... | |
| virtual void | transformStats () |
| virtual void | recreateStatsHandler () |
| creates or recreates the stats handler More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtStatsHandlerManager & | instance (DtDe &de) |
| creates if needed and returns the static instance of this class More... | |
Protected Member Functions | |
| DtStatsHandlerManager (DtDe &de) | |
| Default constructor should only be called by instance, initializes members. More... | |
| virtual | ~DtStatsHandlerManager () |
| destructor More... | |
Protected Attributes | |
| DtDe & | myDe |
| osg::ref_ptr< DtStatsHandler > | myStatsHandler |
Private Member Functions | |
| DtStatsHandlerManager (const DtStatsHandlerManager &other)=delete | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtStatsHandlerManager & | operator= (const DtStatsHandlerManager &other)=delete |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
Class for managing the creation and recreation of the stats handler.
This class was added to clean up stats handler usage 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
|
privatedelete |
Copy Constructor not implemented – Copy Not Allowed.
|
privatedelete |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
toggles the on screen stats for the stats handler
|
virtual |
toggles the on screen stats for the Profiler stats
|
virtual |
sends the command to the stats handler for printing out the stats
|
virtual |
|
virtual |
creates or recreates the stats handler
|
static |
creates if needed and returns the static instance of this class
|
protected |
|
protected |