Inheritance:
Public Fields
-
ref_ptr<NodeCallback> _nestedCallback
Public Methods
-
NodeCallback()
-
virtual ~NodeCallback()
-
virtual void operator()(Node* node, NodeVisitor* nv)
- Callback method call by the NodeVisitor when visiting a node
-
void traverse(Node* node, NodeVisitor* nv)
- Call any nested callbacks and then traverse the scene graph.
-
void setNestedCallback(NodeCallback* nc)
-
NodeCallback* getNestedCallback()
-
inline void addNestedCallback(NodeCallback* nc)
-
inline void removeNestedCallback(NodeCallback* nc)
Public Methods
-
inline Referenced& operator = (Referenced&)
-
inline void ref() const
-
inline void unref() const
-
inline void unref_nodelete() const
-
inline int referenceCount() const
-
inline static int createdCount()
-
inline static int deletedCount()
Protected Fields
-
mutable int _refCount
-
static int _createdCount
-
static int _deletedCount
Documentation
- NodeCallback()
- virtual ~NodeCallback()
- virtual void operator()(Node* node, NodeVisitor* nv)
- Callback method call by the NodeVisitor when visiting a node
- void traverse(Node* node, NodeVisitor* nv)
- Call any nested callbacks and then traverse the scene graph.
- void setNestedCallback(NodeCallback* nc)
- NodeCallback* getNestedCallback()
- inline void addNestedCallback(NodeCallback* nc)
- inline void removeNestedCallback(NodeCallback* nc)
- ref_ptr<NodeCallback> _nestedCallback
- Direct child classes:
- AnimationPathCallback
AnimationPathCallback
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.