Carna
Version 3.0.1
|
Notified by Node objects. More...
#include <NodeListener.h>
Public Member Functions | |
virtual | ~NodeListener () |
Deletes. | |
virtual void | onNodeDelete (const Node &node)=0 |
Indicates that node is about to be deleted. Dying nodes never notify onTreeChange. | |
virtual void | onTreeChange (Node &node, bool inThisSubtree)=0 |
Indicates that the scene's tree structure has changed. The tree structure of node only has changed if inThisSubtree is true . | |
virtual void | onTreeInvalidated (Node &subtree)=0 |
Indicates that subtree has been invalidated. This may include changes of the tree structure as well as updated materials and suchlike. | |
Documentation generated by Doxygen