Listener which gets called back on Node events. More...
#include <OgreNode.h>
Public Member Functions | |
Listener () | |
virtual | ~Listener () |
virtual void | nodeAttached (const Node *) |
Node has been attached to a parent. | |
virtual void | nodeDestroyed (const Node *) |
Node is being destroyed. | |
virtual void | nodeDetached (const Node *) |
Node has been detached from a parent. | |
virtual void | nodeUpdated (const Node *) |
Called when a node gets updated. | |
Listener which gets called back on Node events.
Definition at line 84 of file OgreNode.h.
Ogre::Node::Listener::Listener | ( | ) |
Definition at line 87 of file OgreNode.h.
|
virtual |
Definition at line 88 of file OgreNode.h.
Node has been attached to a parent.
Definition at line 100 of file OgreNode.h.
Node is being destroyed.
Reimplemented in Ogre::RibbonTrail.
Definition at line 98 of file OgreNode.h.
Node has been detached from a parent.
Definition at line 102 of file OgreNode.h.
Called when a node gets updated.
Reimplemented in Ogre::RibbonTrail.
Definition at line 96 of file OgreNode.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.