Uses of Class
io.qt.quick.QSGNode
Packages that use QSGNode
-
Uses of QSGNode in io.qt.quick
Subclasses of QSGNode in io.qt.quickModifier and TypeClassDescriptionclass
Serves as a baseclass for geometry based nodesclass
Implements the clipping functionality in the scene graphclass
Used for all rendered content in the scene graphclass
Provided for convenience to easily draw textured content using the QML scene graphclass
Java wrapper for Qt class QSGNinePatchNodeclass
Used to change opacity of nodesclass
Convenience class for drawing solid filled rectangles using scenegraphclass
Represents a set of custom rendering commands targeting the graphics API that is in use by the scenegraphclass
Java wrapper for Qt class QSGRootNodeclass
Convenience class for drawing solid filled rectangles using scenegraphclass
Provided for convenience to easily draw textured content using the QML scene graphclass
Implements transformations in the scene graphMethods in io.qt.quick that return QSGNodeModifier and TypeMethodDescriptionfinal QSGNode
QSGNode.childAtIndex
(int i) final QSGNode
QSGNode.firstChild()
final QSGNode
QSGNode.lastChild()
final QSGNode
QSGNode.nextSibling()
final QSGNode
QSGNode.parent()
final QSGNode
QSGNode.previousSibling()
protected QSGNode
QQuickFramebufferObject.updatePaintNode
(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNode
QQuickItem.updatePaintNode
(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNode
QQuickPaintedItem.updatePaintNode
(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) Methods in io.qt.quick with parameters of type QSGNodeModifier and TypeMethodDescriptionfinal void
QSGNode.appendChildNode
(QSGNode node) final void
QSGNode.insertChildNodeAfter
(QSGNode node, QSGNode after) final void
QSGNode.insertChildNodeBefore
(QSGNode node, QSGNode before) final void
QSGNode.prependChildNode
(QSGNode node) final void
QSGNode.removeChildNode
(QSGNode node) final void
QSGNode.reparentChildNodesTo
(QSGNode newParent) protected QSGNode
QQuickFramebufferObject.updatePaintNode
(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNode
QQuickItem.updatePaintNode
(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNode
QQuickPaintedItem.updatePaintNode
(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected void
QSGNodeVisitor.visitChildren
(QSGNode n) protected void