![]() |
Qt 6.x
The Qt SDK
|
The QSGNodeVisitor class is a helper class for traversing the scene graph. More...
#include <qsgnode.h>
Public Member Functions | |
virtual | ~QSGNodeVisitor () |
Protected Member Functions | |
virtual void | enterTransformNode (QSGTransformNode *) |
virtual void | leaveTransformNode (QSGTransformNode *) |
virtual void | enterClipNode (QSGClipNode *) |
virtual void | leaveClipNode (QSGClipNode *) |
virtual void | enterGeometryNode (QSGGeometryNode *) |
virtual void | leaveGeometryNode (QSGGeometryNode *) |
virtual void | enterOpacityNode (QSGOpacityNode *) |
virtual void | leaveOpacityNode (QSGOpacityNode *) |
virtual void | visitNode (QSGNode *n) |
virtual void | visitChildren (QSGNode *n) |
The QSGNodeVisitor class is a helper class for traversing the scene graph.
|
virtual |
Definition at line 1377 of file qsgnode.cpp.
|
inlineprotectedvirtual |
Definition at line 304 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 306 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 308 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 302 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 305 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 307 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 309 of file qsgnode.h.
Referenced by visitNode().
|
inlineprotectedvirtual |
Definition at line 303 of file qsgnode.h.
Referenced by visitNode().
Reimplemented in QSGNodeDumper.
Definition at line 1416 of file qsgnode.cpp.
References QSGNode::firstChild(), and visitNode().
Referenced by QSGNodeDumper::visitChildren(), and visitNode().
Reimplemented in QSGNodeDumper.
Definition at line 1383 of file qsgnode.cpp.
References QSGNode::ClipNodeType, enterClipNode(), enterGeometryNode(), enterOpacityNode(), enterTransformNode(), QSGNode::GeometryNodeType, leaveClipNode(), leaveGeometryNode(), leaveOpacityNode(), leaveTransformNode(), o, QSGNode::OpacityNodeType, QSGNode::TransformNodeType, and visitChildren().
Referenced by visitChildren(), and QSGNodeDumper::visitNode().