#include <OgreNode.h>

Public Member Functions | |
| Listener () | |
| virtual | ~Listener () |
| virtual void | nodeUpdated (const Node *) |
| Called when a node gets updated. | |
| virtual void | nodeDestroyed (const Node *) |
| Node is being destroyed. | |
| virtual void | nodeAttached (const Node *) |
| Node has been attached to a parent. | |
| virtual void | nodeDetached (const Node *) |
| Node has been detached from a parent. | |
Definition at line 74 of file OgreNode.h.
| Ogre::Node::Listener::Listener | ( | ) |
Definition at line 77 of file OgreNode.h.
| virtual Ogre::Node::Listener::~Listener | ( | ) | [virtual] |
Definition at line 78 of file OgreNode.h.
| virtual void Ogre::Node::Listener::nodeUpdated | ( | const Node * | ) | [virtual] |
Called when a node gets updated.
Reimplemented in Ogre::RibbonTrail.
Definition at line 86 of file OgreNode.h.
| virtual void Ogre::Node::Listener::nodeDestroyed | ( | const Node * | ) | [virtual] |
Node is being destroyed.
Reimplemented in Ogre::RibbonTrail.
Definition at line 88 of file OgreNode.h.
| virtual void Ogre::Node::Listener::nodeAttached | ( | const Node * | ) | [virtual] |
| virtual void Ogre::Node::Listener::nodeDetached | ( | const Node * | ) | [virtual] |
Copyright © 2008 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jul 26 11:34:24 2009