![]() |
LibCarna Version 3.4.0
|
Notified by Node objects. More...
#include <NodeListener.hpp>
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. | |
Notified by Node objects.
Definition at line 42 of file NodeListener.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen