java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGNodeVisitor
- All Implemented Interfaces:
QtObjectInterface
public class QSGNodeVisitor extends QtObject
Java wrapper for Qt class QSGNodeVisitor
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSGNodeVisitor()
protected
QSGNodeVisitor(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description protected void
enterClipNode(QSGClipNode arg__1)
protected void
enterGeometryNode(QSGGeometryNode arg__1)
protected void
enterOpacityNode(QSGOpacityNode arg__1)
protected void
enterTransformNode(QSGTransformNode arg__1)
protected void
leaveClipNode(QSGClipNode arg__1)
protected void
leaveGeometryNode(QSGGeometryNode arg__1)
protected void
leaveOpacityNode(QSGOpacityNode arg__1)
protected void
leaveTransformNode(QSGTransformNode arg__1)
protected void
visitChildren(QSGNode n)
protected void
visitNode(QSGNode n)
-
Constructor Details
-
QSGNodeVisitor
public QSGNodeVisitor() -
QSGNodeVisitor
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details