Interface for compositor logics, which can be automatically binded to compositors, allowing per-compositor logic (such as attaching a relevant listener) to happen automatically. More...
#include <OgreCompositorLogic.h>
Public Member Functions | |
virtual void | compositorInstanceCreated (CompositorInstance *newInstance) |
Called when a compositor instance has been created. | |
virtual void | compositorInstanceDestroyed (CompositorInstance *destroyedInstance) |
Called when a compositor instance has been destroyed. | |
virtual | ~CompositorLogic () |
Interface for compositor logics, which can be automatically binded to compositors, allowing per-compositor logic (such as attaching a relevant listener) to happen automatically.
Definition at line 46 of file OgreCompositorLogic.h.
virtual Ogre::CompositorLogic::~CompositorLogic | ( | ) | [virtual] |
Definition at line 62 of file OgreCompositorLogic.h.
virtual void Ogre::CompositorLogic::compositorInstanceCreated | ( | CompositorInstance * | newInstance | ) | [virtual] |
Called when a compositor instance has been created.
Definition at line 54 of file OgreCompositorLogic.h.
virtual void Ogre::CompositorLogic::compositorInstanceDestroyed | ( | CompositorInstance * | destroyedInstance | ) | [virtual] |
Called when a compositor instance has been destroyed.
Definition at line 60 of file OgreCompositorLogic.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:37:17 2012