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. More... | |
virtual void | nodeDestroyed (const Node *) |
Node is being destroyed. More... | |
virtual void | nodeDetached (const Node *) |
Node has been detached from a parent. More... | |
virtual void | nodeUpdated (const Node *) |
Called when a node gets updated. More... | |
Listener which gets called back on Node events.
Definition at line 84 of file OgreNode.h.
|
inline |
Definition at line 87 of file OgreNode.h.
|
inlinevirtual |
Definition at line 88 of file OgreNode.h.
|
inlinevirtual |
Node has been attached to a parent.
Definition at line 100 of file OgreNode.h.
|
inlinevirtual |
Node is being destroyed.
Reimplemented in Ogre::RibbonTrail.
Definition at line 98 of file OgreNode.h.
|
inlinevirtual |
Node has been detached from a parent.
Definition at line 102 of file OgreNode.h.
|
inlinevirtual |
Called when a node gets updated.
Reimplemented in Ogre::RibbonTrail.
Definition at line 96 of file OgreNode.h.