Go to the documentation of this file.
28 #ifndef __RenderQueueListener_H__
29 #define __RenderQueueListener_H__
81 bool& skipThisInvocation)
82 { (void)queueGroupId; (void)invocation; (void)skipThisInvocation; }
97 bool& repeatThisInvocation)
98 { (void)queueGroupId; (void)invocation; (void)repeatThisInvocation; }
virtual void preRenderQueues()
Event raised before all render queues are processed.
Abstract interface which classes must implement if they wish to receive events from the render queue.
virtual void renderQueueEnded(uint8 queueGroupId, const String &invocation, bool &repeatThisInvocation)
Event raised after a queue group is rendered.
virtual void renderQueueStarted(uint8 queueGroupId, const String &invocation, bool &skipThisInvocation)
Event raised before a queue group is rendered.
virtual void postRenderQueues()
Event raised after all render queues are processed.
virtual ~RenderQueueListener()
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Apr 13 2021 08:53:15