Layers which is rendered on top of the 'normal' scene contents.  
More...
Layers which is rendered on top of the 'normal' scene contents. 
◆ OGRE_DEREF_DISPLAYSTRING_ITERATOR
      
        
          | #define OGRE_DEREF_DISPLAYSTRING_ITERATOR | ( |  | it | ) | *it | 
      
 
 
◆ FontPtr
◆ DisplayString
◆ FontType
Enumerates the types of Font usable in the engine. 
| Enumerator | 
|---|
| FT_TRUETYPE | Generated from a truetype (.ttf) font.  | 
| FT_IMAGE | Loaded from an image created by an artist.  | 
 
 
◆ GuiMetricsMode
Enum describing how the position / size of an element is to be recorded. 
| Enumerator | 
|---|
| GMM_RELATIVE | 'left', 'top', 'height' and 'width' are parametrics from 0.0 to 1.0  | 
| GMM_PIXELS | Positions & sizes are in absolute pixels.  | 
| GMM_RELATIVE_ASPECT_ADJUSTED | Positions & sizes are in virtual pixels.  | 
 
 
◆ GuiHorizontalAlignment
Enum describing where '0' is in relation to the parent in the horizontal dimension. 
| Enumerator | 
|---|
| GHA_LEFT |  | 
| GHA_CENTER |  | 
| GHA_RIGHT |  | 
 
 
◆ GuiVerticalAlignment
Enum describing where '0' is in relation to the parent in the vertical dimension. 
| Enumerator | 
|---|
| GVA_TOP |  | 
| GVA_CENTER |  | 
| GVA_BOTTOM |  | 
 
 
◆ OverlayProfileSessionListener()
      
        
          | Ogre::OverlayProfileSessionListener::OverlayProfileSessionListener | ( |  | ) |  | 
      
 
 
◆ ~OverlayProfileSessionListener()
  
  | 
        
          | virtual Ogre::OverlayProfileSessionListener::~OverlayProfileSessionListener | ( |  | ) |  |  | virtual | 
 
 
◆ initializeSession()
  
  | 
        
          | virtual void Ogre::OverlayProfileSessionListener::initializeSession | ( |  | ) |  |  | virtual | 
 
 
◆ finializeSession()
  
  | 
        
          | virtual void Ogre::OverlayProfileSessionListener::finializeSession | ( |  | ) |  |  | virtual | 
 
 
◆ displayResults()
  
  | 
        
          | virtual void Ogre::OverlayProfileSessionListener::displayResults | ( | const ProfileInstance & | instance, |  
          |  |  | ulong | maxTotalFrameTime |  
          |  | ) |  |  |  | virtual | 
 
 
◆ changeEnableState()
  
  | 
        
          | virtual void Ogre::OverlayProfileSessionListener::changeEnableState | ( | bool | enabled | ) |  |  | virtual | 
 
 
◆ setOverlayDimensions()
      
        
          | void Ogre::OverlayProfileSessionListener::setOverlayDimensions | ( | Real | width, | 
        
          |  |  | Real | height | 
        
          |  | ) |  |  | 
      
 
Set the size of the profiler overlay, in pixels. 
 
 
◆ setOverlayPosition()
      
        
          | void Ogre::OverlayProfileSessionListener::setOverlayPosition | ( | Real | left, | 
        
          |  |  | Real | top | 
        
          |  | ) |  |  | 
      
 
Set the position of the profiler overlay, in pixels. 
 
 
◆ getOverlayWidth()
      
        
          | Real Ogre::OverlayProfileSessionListener::getOverlayWidth | ( |  | ) | const | 
      
 
 
◆ getOverlayHeight()
      
        
          | Real Ogre::OverlayProfileSessionListener::getOverlayHeight | ( |  | ) | const | 
      
 
 
◆ getOverlayLeft()
      
        
          | Real Ogre::OverlayProfileSessionListener::getOverlayLeft | ( |  | ) | const | 
      
 
 
◆ getOverlayTop()
      
        
          | Real Ogre::OverlayProfileSessionListener::getOverlayTop | ( |  | ) | const | 
      
 
 
◆ OverlaySystem()
      
        
          | Ogre::OverlaySystem::OverlaySystem | ( |  | ) |  | 
      
 
 
◆ ~OverlaySystem()
  
  | 
        
          | virtual Ogre::OverlaySystem::~OverlaySystem | ( |  | ) |  |  | virtual | 
 
 
◆ renderQueueStarted()
  
  | 
        
          | virtual void Ogre::OverlaySystem::renderQueueStarted | ( | uint8 | queueGroupId, |  
          |  |  | const String & | invocation, |  
          |  |  | bool & | skipThisInvocation |  
          |  | ) |  |  |  | virtual | 
 
 
◆ eventOccurred()