16 #include <osg/ref_ptr>
21 class DtOsgStatsHandler;
50 virtual void toggleOnScreenStats();
53 virtual void toggleProfilerStats();
56 virtual void transformStats();
59 virtual void recreateStatsHandler();
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
osg::ref_ptr< DtOsgStatsHandler > myStatsHandler
Definition: DtStatsHandlerManager.h:64
Definition: featureContext.h:37
Contains makVrv::DtVirtualBaseClass class.
DtDe & myDe
Definition: DtStatsHandlerManager.h:62
Class for managing the creation and recreation of the stats handler. This class was added to clean up...
Definition: DtStatsHandlerManager.h:27
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72