Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Reimplemented in QSGNodeDumper.
Definition at line 1416 of file qsgnode.cpp.
Reimplemented in QSGNodeDumper.
Definition at line 1383 of file qsgnode.cpp.