OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Node::Listener Class Reference

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

#include <OgreNode.h>

+ Inheritance diagram for Ogre::Node::Listener:

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...
 

Detailed Description

Listener which gets called back on Node events.

Definition at line 84 of file OgreNode.h.

Constructor & Destructor Documentation

Ogre::Node::Listener::Listener ( )
inline

Definition at line 87 of file OgreNode.h.

virtual Ogre::Node::Listener::~Listener ( )
inlinevirtual

Definition at line 88 of file OgreNode.h.

Member Function Documentation

virtual void Ogre::Node::Listener::nodeAttached ( const Node )
inlinevirtual

Node has been attached to a parent.

Definition at line 100 of file OgreNode.h.

virtual void Ogre::Node::Listener::nodeDestroyed ( const Node )
inlinevirtual

Node is being destroyed.

Reimplemented in Ogre::RibbonTrail.

Definition at line 98 of file OgreNode.h.

virtual void Ogre::Node::Listener::nodeDetached ( const Node )
inlinevirtual

Node has been detached from a parent.

Definition at line 102 of file OgreNode.h.

virtual void Ogre::Node::Listener::nodeUpdated ( const Node )
inlinevirtual

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 96 of file OgreNode.h.


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