Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ogre::Node::Listener Class Reference

Listener which gets called back on Node events. More...

#include <OgreNode.h>

Inheritance diagram for Ogre::Node::Listener:

Ogre::RibbonTrail List of all members.

Public Member Functions

 Listener ()
virtual ~Listener ()
virtual void nodeUpdated (const Node *node)
 Called when a node gets updated.

virtual void nodeDestroyed (const Node *node)
 Node is being destroyed.

virtual void nodeAttached (const Node *node)
 Node has been attached to a parent.

virtual void nodeDetached (const Node *node)
 Node has been detached from a parent.


Detailed Description

Listener which gets called back on Node events.

Definition at line 70 of file OgreNode.h.


Constructor & Destructor Documentation

Ogre::Node::Listener::Listener  ) 
 

Definition at line 73 of file OgreNode.h.

virtual Ogre::Node::Listener::~Listener  )  [virtual]
 

Definition at line 74 of file OgreNode.h.


Member Function Documentation

virtual void Ogre::Node::Listener::nodeAttached const Node node  )  [virtual]
 

Node has been attached to a parent.

Definition at line 86 of file OgreNode.h.

virtual void Ogre::Node::Listener::nodeDestroyed const Node node  )  [virtual]
 

Node is being destroyed.

Reimplemented in Ogre::RibbonTrail.

Definition at line 84 of file OgreNode.h.

virtual void Ogre::Node::Listener::nodeDetached const Node node  )  [virtual]
 

Node has been detached from a parent.

Definition at line 88 of file OgreNode.h.

virtual void Ogre::Node::Listener::nodeUpdated const Node node  )  [virtual]
 

Called when a node gets updated.

Remarks:
Note that this happens when the node's derived update happens, not every time a method altering it's state occurs. There may be several state-changing calls but only one of these calls, when the node graph is fully updated.

Reimplemented in Ogre::RibbonTrail.

Definition at line 82 of file OgreNode.h.


The documentation for this class was generated from the following file:

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:40:39 2006