![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Class to hold a linear sequence of RenderQueueInvocation objects. More...
#include <OgreRenderQueueInvocation.h>
Inheritance diagram for Ogre::RenderQueueInvocationSequence:Public Member Functions | |
| RenderQueueInvocationSequence (const String &name) | |
| ~RenderQueueInvocationSequence () | |
| void | add (RenderQueueInvocation *i) |
| Add a custom invocation to the sequence. | |
| RenderQueueInvocation * | add (uint8 renderQueueGroupID, const String &invocationName) |
| Add a standard invocation to the 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. | |
| const String & | getName (void) const |
| Get the name of this sequence. | |
| RenderQueueInvocationIterator | iterator (void) |
| Get an iterator over the invocations. | |
| void | remove (size_t index) |
| Removes (and deletes) an invocation by index. | |
| size_t | size (void) const |
| Get the number of invocations in this sequence. | |
Class to hold a linear sequence of RenderQueueInvocation objects.
| Ogre::RenderQueueInvocationSequence::~RenderQueueInvocationSequence | ( | ) |
Get the name of this sequence.
| 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.
Get the number of invocations in this sequence.
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.
Removes (and deletes) an invocation by index.
| RenderQueueInvocationIterator Ogre::RenderQueueInvocationSequence::iterator | ( | void | ) |
Get an iterator over the invocations.