Go to the documentation of this file.
28 #ifndef __RenderTargetListener_H__
29 #define __RenderTargetListener_H__
virtual ~RenderTargetListener()
virtual void preRenderTargetUpdate(const RenderTargetEvent &evt)
Called just before a RenderTarget is about to be rendered into.
virtual void preViewportUpdate(const RenderTargetViewportEvent &evt)
virtual void postViewportUpdate(const RenderTargetViewportEvent &evt)
virtual void postRenderTargetUpdate(const RenderTargetEvent &evt)
Called just after a RenderTarget has been rendered to.
A interface class defining a listener which can be used to receive notifications of RenderTarget even...
virtual void viewportRemoved(const RenderTargetViewportEvent &evt)
Called to notify listener that a Viewport has been removed from the target in question.
A 'canvas' which can receive the results of a rendering operation.
An abstraction of a viewport, i.e.
Struct containing information about a RenderTarget event.
virtual void viewportAdded(const RenderTargetViewportEvent &evt)
Called to notify listener that a Viewport has been added to the target in question.
RenderTarget * source
The source of the event being raised.
Struct containing information about a RenderTarget Viewport-specific event.
Viewport * source
The source of the event being raised.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.