Listener which gets called back on MovableObject events. More...
#include <OgreMovableObject.h>
Public Member Functions | |
Listener (void) | |
virtual | ~Listener () |
virtual void | objectDestroyed (MovableObject *) |
MovableObject is being destroyed. | |
virtual void | objectAttached (MovableObject *) |
MovableObject has been attached to a node. | |
virtual void | objectDetached (MovableObject *) |
MovableObject has been detached from a node. | |
virtual void | objectMoved (MovableObject *) |
MovableObject has been moved. | |
virtual bool | objectRendering (const MovableObject *, const Camera *) |
Called when the movable object of the camera to be used for rendering. | |
virtual const LightList * | objectQueryLights (const MovableObject *) |
Called when the movable object needs to query a light list. |
Listener which gets called back on MovableObject events.
Definition at line 64 of file OgreMovableObject.h.
Ogre::MovableObject::Listener::Listener | ( | void | ) |
Definition at line 67 of file OgreMovableObject.h.
virtual Ogre::MovableObject::Listener::~Listener | ( | ) | [virtual] |
Definition at line 68 of file OgreMovableObject.h.
virtual void Ogre::MovableObject::Listener::objectAttached | ( | MovableObject * | ) | [virtual] |
MovableObject has been attached to a node.
Definition at line 72 of file OgreMovableObject.h.
virtual void Ogre::MovableObject::Listener::objectDestroyed | ( | MovableObject * | ) | [virtual] |
MovableObject is being destroyed.
Definition at line 70 of file OgreMovableObject.h.
virtual void Ogre::MovableObject::Listener::objectDetached | ( | MovableObject * | ) | [virtual] |
MovableObject has been detached from a node.
Definition at line 74 of file OgreMovableObject.h.
virtual void Ogre::MovableObject::Listener::objectMoved | ( | MovableObject * | ) | [virtual] |
MovableObject has been moved.
Definition at line 76 of file OgreMovableObject.h.
virtual const LightList* Ogre::MovableObject::Listener::objectQueryLights | ( | const MovableObject * | ) | [virtual] |
Called when the movable object needs to query a light list.
Definition at line 104 of file OgreMovableObject.h.
virtual bool Ogre::MovableObject::Listener::objectRendering | ( | const MovableObject * | , |
const Camera * | |||
) | [virtual] |
Called when the movable object of the camera to be used for rendering.
Definition at line 81 of file OgreMovableObject.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sat Jan 14 2012 18:40:49