VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtStatsHandlerManager Class Reference

Class for managing the creatation and recreation of the stats handler. More...

Inheritance diagram for makVrv::DtStatsHandlerManager:
Inheritance graph
[legend]

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 DtStatsHandlerManagerinstance (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

DtDemyDe
 
osg::ref_ptr< DtStatsHandlermyStatsHandler
 

Private Member Functions

 DtStatsHandlerManager (const DtStatsHandlerManager &other)
 Copy Constructor not implemented – Copy Not Allowed. More...
 
DtStatsHandlerManageroperator= (const DtStatsHandlerManager &other)
 Assignment Operator Not implemented – Assignment Not Allowed. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

makVrv::DtStatsHandlerManager::DtStatsHandlerManager ( DtDe de)
protected

Default constructor should only be called by instance, initializes members.

virtual makVrv::DtStatsHandlerManager::~DtStatsHandlerManager ( )
protectedvirtual

destructor

makVrv::DtStatsHandlerManager::DtStatsHandlerManager ( const DtStatsHandlerManager other)
private

Copy Constructor not implemented – Copy Not Allowed.

Member Function Documentation

DtStatsHandlerManager& makVrv::DtStatsHandlerManager::operator= ( const DtStatsHandlerManager other)
private

Assignment Operator Not implemented – Assignment Not Allowed.

virtual void makVrv::DtStatsHandlerManager::toggleOnScreenStats ( )
virtual

toggles the on screen stats for the stats handler

virtual void makVrv::DtStatsHandlerManager::toggleProfilerStats ( )
virtual

toggles the on screen stats for the Profiler stats

virtual void makVrv::DtStatsHandlerManager::printStats ( )
virtual

sends the command to the stats handler for printing out the stats

virtual void makVrv::DtStatsHandlerManager::transformStats ( )
virtual
virtual void makVrv::DtStatsHandlerManager::recreateStatsHandler ( )
virtual

creates or recreates the stats handler

static DtStatsHandlerManager& makVrv::DtStatsHandlerManager::instance ( DtDe de)
static

creates if needed and returns the static instance of this class

Member Data Documentation

DtDe& makVrv::DtStatsHandlerManager::myDe
protected
osg::ref_ptr<DtStatsHandler> makVrv::DtStatsHandlerManager::myStatsHandler
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)