OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::CompositorChain::RQListener Class Reference

Render queue listener used to set up rendering events. More...

#include <OgreCompositorChain.h>

+ Inheritance diagram for Ogre::CompositorChain::RQListener:
+ Collaboration diagram for Ogre::CompositorChain::RQListener:

Public Member Functions

 RQListener ()
 
void flushUpTo (uint8 id)
 Flush remaining render system operations. More...
 
void notifyViewport (Viewport *vp)
 Notify current destination viewport. More...
 
virtual void postRenderQueues ()
 Event raised after all render queues are processed. More...
 
virtual void preRenderQueues ()
 Event raised before all render queues are processed. More...
 
virtual void renderQueueEnded (uint8 queueGroupId, const String &invocation, bool &repeatThisInvocation)
 Event raised after a queue group is rendered. More...
 
virtual void renderQueueStarted (uint8 queueGroupId, const String &invocation, bool &skipThisInvocation)
 Event raised before a queue group is rendered. More...
 
void setOperation (CompositorInstance::TargetOperation *op, SceneManager *sm, RenderSystem *rs)
 Set current operation and target. More...
 

Private Attributes

CompositorInstance::RenderSystemOpPairs::iterator currentOp
 
CompositorInstance::RenderSystemOpPairs::iterator lastOp
 
CompositorInstance::TargetOperationmOperation
 
RenderSystemmRenderSystem
 
SceneManagermSceneManager
 
ViewportmViewport
 

Detailed Description

Render queue listener used to set up rendering events.

Definition at line 202 of file OgreCompositorChain.h.

Constructor & Destructor Documentation

Ogre::CompositorChain::RQListener::RQListener ( )
inline

Definition at line 205 of file OgreCompositorChain.h.

Member Function Documentation

void Ogre::CompositorChain::RQListener::flushUpTo ( uint8  id)

Flush remaining render system operations.

void Ogre::CompositorChain::RQListener::notifyViewport ( Viewport vp)
inline

Notify current destination viewport.

Definition at line 218 of file OgreCompositorChain.h.

virtual void Ogre::RenderQueueListener::postRenderQueues ( )
inlinevirtualinherited

Event raised after all render queues are processed.

Definition at line 66 of file OgreRenderQueueListener.h.

virtual void Ogre::RenderQueueListener::preRenderQueues ( )
inlinevirtualinherited

Event raised before all render queues are processed.

Definition at line 63 of file OgreRenderQueueListener.h.

virtual void Ogre::CompositorChain::RQListener::renderQueueEnded ( uint8  queueGroupId,
const String invocation,
bool &  repeatThisInvocation 
)
virtual

Event raised after a queue group is rendered.

Remarks
This method is called by the SceneManager after each queue group is rendered.
Parameters
queueGroupIdThe id of the queue group which has just been rendered
invocationName of the invocation which is causing this to be called (
See also
RenderQueueInvocation)
Parameters
repeatThisInvocationA 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 from Ogre::RenderQueueListener.

virtual void Ogre::CompositorChain::RQListener::renderQueueStarted ( uint8  queueGroupId,
const String invocation,
bool &  skipThisInvocation 
)
virtual

Event raised before a queue group is rendered.

Remarks
This method is called by the SceneManager before each queue group is rendered.
Parameters
queueGroupIdThe id of the queue group which is about to be rendered
invocationName of the invocation which is causing this to be called (
See also
RenderQueueInvocation)
Parameters
skipThisInvocationA boolean passed by reference which is by default set to false. If the event sets this to true, the queue will be skipped and not rendered. Note that in this case the renderQueueEnded event will not be raised for this queue group.

Reimplemented from Ogre::RenderQueueListener.

void Ogre::CompositorChain::RQListener::setOperation ( CompositorInstance::TargetOperation op,
SceneManager sm,
RenderSystem rs 
)

Set current operation and target.

Member Data Documentation

CompositorInstance::RenderSystemOpPairs::iterator Ogre::CompositorChain::RQListener::currentOp
private

Definition at line 227 of file OgreCompositorChain.h.

CompositorInstance::RenderSystemOpPairs::iterator Ogre::CompositorChain::RQListener::lastOp
private

Definition at line 227 of file OgreCompositorChain.h.

CompositorInstance::TargetOperation* Ogre::CompositorChain::RQListener::mOperation
private

Definition at line 223 of file OgreCompositorChain.h.

RenderSystem* Ogre::CompositorChain::RQListener::mRenderSystem
private

Definition at line 225 of file OgreCompositorChain.h.

SceneManager* Ogre::CompositorChain::RQListener::mSceneManager
private

Definition at line 224 of file OgreCompositorChain.h.

Viewport* Ogre::CompositorChain::RQListener::mViewport
private

Definition at line 226 of file OgreCompositorChain.h.


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