#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.
Definition at line 86 of file OgreNode.h.
| virtual void Ogre::Node::Listener::nodeDestroyed | ( | const Node * | ) | [virtual] |
| virtual void Ogre::Node::Listener::nodeAttached | ( | const Node * | ) | [virtual] |
| virtual void Ogre::Node::Listener::nodeDetached | ( | const Node * | ) | [virtual] |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:51:00 2008