OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::v1::OverlayProfileSessionListener Class Reference

Concrete impl. More...

#include <OgreOverlayProfileSessionListener.h>

+ Inheritance diagram for Ogre::v1::OverlayProfileSessionListener:

Public Member Functions

 OverlayProfileSessionListener ()
 
 ~OverlayProfileSessionListener () override
 
void changeEnableState (bool enabled) override
 
void displayResults (const ProfileInstance &instance, uint64 maxTotalFrameTime) override
 
void finializeSession () override
 
Real getOverlayHeight () const
 
Real getOverlayLeft () const
 
Real getOverlayTop () const
 
Real getOverlayWidth () const
 
void initializeSession () override
 
void setOverlayDimensions (Real width, Real height)
 Set the size of the profiler overlay, in pixels. More...
 
void setOverlayPosition (Real left, Real top)
 Set the position of the profiler overlay, in pixels. More...
 
- Public Member Functions inherited from Ogre::ProfileSessionListener
 ProfileSessionListener ()
 
virtual ~ProfileSessionListener ()
 
DisplayMode getDisplayMode () const
 Get the display mode for the overlay. More...
 
void setDisplayMode (DisplayMode d)
 Set the display mode for the overlay. More...
 

Additional Inherited Members

- Public Types inherited from Ogre::ProfileSessionListener
enum  DisplayMode { DISPLAY_PERCENTAGE , DISPLAY_MILLISECONDS }
 

Detailed Description

Concrete impl.

of the ProfileSessionListener which visualizes the profling results using overlays.


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