#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.
|
|
|
|
|
|
|
|
Add a custom invocation to the sequence.
|
|
||||||||||||
|
Add a standard invocation to the sequence.
|
|
|
Clear and delete all invocations in this sequence.
|
|
|
Gets the details of an invocation at a given index.
|
|
|
Get the name of this sequence.
Definition at line 178 of file OgreRenderQueueInvocation.h. |
|
|
Get an iterator over the invocations.
|
|
|
Removes (and deletes) an invocation by index.
|
|
|
Get the number of invocations in this sequence.
Definition at line 198 of file OgreRenderQueueInvocation.h. |
|
|
Definition at line 172 of file OgreRenderQueueInvocation.h. |
|
|
Definition at line 171 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 Sun Sep 30 10:52:30 2007