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

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...

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

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

Private Member Functions

 DtStatsHandler (const DtStatsHandler &other)
 Copy Constructor not implemented – Copy Not Allowed.
DtStatsHandleroperator= (const DtStatsHandler &other)
 Assignment Operator Not implemented – Assignment Not Allowed.

Detailed Description

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.

Constructor & Destructor Documentation

makVrv::DtStatsHandler::DtStatsHandler ( )

Default constructor - currently does nothing on purpose.

virtual makVrv::DtStatsHandler::~DtStatsHandler ( )
protectedvirtual

destructor is protected since it should only be handled by osg::ref_ptr's

makVrv::DtStatsHandler::DtStatsHandler ( const DtStatsHandler other)
private

Copy Constructor not implemented – Copy Not Allowed.

Member Function Documentation

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

Assignment Operator Not implemented – Assignment Not Allowed.

virtual int makVrv::DtStatsHandler::getStatsType ( )
virtual

Accessor for protected _statsType osgViewer::StatsHandler variable.

virtual bool makVrv::DtStatsHandler::handle ( const osgGA::GUIEventAdapter &  ea,
osgGA::GUIActionAdapter &  aa 
)
virtual

Override method for handle() in order to fix a few minor bugs with how window size is handled.


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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)