OGRE
1.9.0
|
This class simplify initialization / finalization of the overlay system. More...
#include <OgreOverlaySystem.h>
Private Attributes | |
FontManager * | mFontManager |
OverlayManager * | mOverlayManager |
This class simplify initialization / finalization of the overlay system.
OGRE root did this steps before the overlay system transformed into a component.
Definition at line 63 of file OgreOverlaySystem.h.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
Event raised after all render queues are processed.
Definition at line 66 of file OgreRenderQueueListener.h.
Event raised before all render queues are processed.
Definition at line 63 of file OgreRenderQueueListener.h.
|
virtualinherited |
Event raised after a queue group is rendered.
queueGroupId | The id of the queue group which has just been rendered |
invocation | Name of the invocation which is causing this to be called ( |
repeatThisInvocation | A boolean passed by reference which is by default set to false. If the event sets this to true, the queue which has just been rendered will be repeated, and the renderQueueStarted and renderQueueEnded events will also be fired for it again. |
Reimplemented in Ogre::CompositorChain::RQListener.
Definition at line 96 of file OgreRenderQueueListener.h.