#include <OgreRenderQueueInvocation.h>
Public Member Functions | |
RenderQueueInvocationSequence (const String &name) | |
virtual | ~RenderQueueInvocationSequence () |
const String & | getName (void) const |
Get the name of this sequence. | |
RenderQueueInvocation * | add (uint8 renderQueueGroupID, const String &invocationName) |
Add a standard invocation to the sequence. | |
void | add (RenderQueueInvocation *i) |
Add a custom invocation to the sequence. | |
size_t | size (void) const |
Get the number of invocations in this sequence. | |
void | clear (void) |
Clear and delete all invocations in this sequence. | |
RenderQueueInvocation * | get (size_t index) |
Gets the details of an invocation at a given index. | |
void | remove (size_t index) |
Removes (and deletes) an invocation by index. | |
RenderQueueInvocationIterator | iterator (void) |
Get an iterator over the invocations. | |
Protected Attributes | |
String | mName |
RenderQueueInvocationList | mInvocations |
Definition at line 168 of file OgreRenderQueueInvocation.h.
Ogre::RenderQueueInvocationSequence::RenderQueueInvocationSequence | ( | const String & | name | ) |
virtual Ogre::RenderQueueInvocationSequence::~RenderQueueInvocationSequence | ( | ) | [virtual] |
const String& Ogre::RenderQueueInvocationSequence::getName | ( | void | ) | const |
RenderQueueInvocation* Ogre::RenderQueueInvocationSequence::add | ( | uint8 | renderQueueGroupID, | |
const String & | invocationName | |||
) |
Add a standard invocation to the sequence.
renderQueueGroupID | The ID of the render queue group | |
invocationName | Optional name to identify the invocation, useful for listeners if a single queue group is invoked more than once |
void Ogre::RenderQueueInvocationSequence::add | ( | RenderQueueInvocation * | i | ) |
Add a custom invocation to the sequence.
size_t Ogre::RenderQueueInvocationSequence::size | ( | void | ) | const |
Get the number of invocations in this sequence.
Definition at line 198 of file OgreRenderQueueInvocation.h.
void Ogre::RenderQueueInvocationSequence::clear | ( | void | ) |
Clear and delete all invocations in this sequence.
RenderQueueInvocation* Ogre::RenderQueueInvocationSequence::get | ( | size_t | index | ) |
Gets the details of an invocation at a given index.
void Ogre::RenderQueueInvocationSequence::remove | ( | size_t | index | ) |
Removes (and deletes) an invocation by index.
RenderQueueInvocationIterator Ogre::RenderQueueInvocationSequence::iterator | ( | void | ) |
Get an iterator over the invocations.
String Ogre::RenderQueueInvocationSequence::mName [protected] |
Definition at line 171 of file OgreRenderQueueInvocation.h.
Definition at line 172 of file OgreRenderQueueInvocation.h.
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:52:06 2008