PySide6.QtQuick.QSGNodeVisitor¶
- class QSGNodeVisitor¶
- Synopsis¶- Virtual methods¶- def - enterClipNode()
- def - leaveClipNode()
- def - visitChildren()
- def - visitNode()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - Detailed Description¶- enterClipNode(arg__1)¶
- Parameters:
- arg__1 – - QSGClipNode
 
 - enterGeometryNode(arg__1)¶
- Parameters:
- arg__1 – - QSGGeometryNode
 
 - enterOpacityNode(arg__1)¶
- Parameters:
- arg__1 – - QSGOpacityNode
 
 - enterTransformNode(arg__1)¶
- Parameters:
- arg__1 – - QSGTransformNode
 
 - leaveClipNode(arg__1)¶
- Parameters:
- arg__1 – - QSGClipNode
 
 - leaveGeometryNode(arg__1)¶
- Parameters:
- arg__1 – - QSGGeometryNode
 
 - leaveOpacityNode(arg__1)¶
- Parameters:
- arg__1 – - QSGOpacityNode
 
 - leaveTransformNode(arg__1)¶
- Parameters:
- arg__1 – - QSGTransformNode