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 TypeClassDescriptionclassServes as a baseclass for geometry based nodesclassImplements the clipping functionality in the scene graphclassUsed for all rendered content in the scene graphclassProvided for convenience to easily draw textured content using the QML scene graphclassJava wrapper for Qt classQSGNinePatchNodeclassUsed to change opacity of nodesclassConvenience class for drawing solid filled rectangles using scenegraphclassRepresents a set of custom rendering commands targeting the graphics API that is in use by the scenegraphclassJava wrapper for Qt classQSGRootNodeclassConvenience class for drawing solid filled rectangles using scenegraphclassProvided for convenience to easily draw textured content using the QML scene graphclassClass for drawing text layouts and text documents in the Qt Quick scene graphclassImplements transformations in the scene graphMethods in io.qt.quick that return QSGNodeModifier and TypeMethodDescriptionfinal QSGNodeQSGNode.childAtIndex(int i) final QSGNodeQSGNode.firstChild()final QSGNodeQSGNode.lastChild()final QSGNodeQSGNode.nextSibling()final QSGNodeQSGNode.parent()final QSGNodeQSGNode.previousSibling()protected QSGNodeQQuickFramebufferObject.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNodeQQuickItem.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNodeQQuickPaintedItem.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNodeQQuickRhiItem.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) SeeQQuickItem::updatePaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*) Methods in io.qt.quick with parameters of type QSGNodeModifier and TypeMethodDescriptionfinal voidQSGNode.appendChildNode(QSGNode node) final voidQSGNode.insertChildNodeAfter(QSGNode node, QSGNode after) final voidQSGNode.insertChildNodeBefore(QSGNode node, QSGNode before) final voidQSGNode.prependChildNode(QSGNode node) static voidQSGNode.qsgnode_set_description(QSGNode node, String description) Seeqsgnode_set_description(QSGNode*,QString) final voidQSGNode.removeChildNode(QSGNode node) final voidQSGNode.reparentChildNodesTo(QSGNode newParent) SeeQSGNode::reparentChildNodesTo(QSGNode*) protected QSGNodeQQuickFramebufferObject.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNodeQQuickItem.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNodeQQuickPaintedItem.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) protected QSGNodeQQuickRhiItem.updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2) SeeQQuickItem::updatePaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*) protected voidQSGNodeVisitor.visitChildren(QSGNode n) SeeQSGNodeVisitor::visitChildren(QSGNode*) protected voidSeeQSGNodeVisitor::visitNode(QSGNode*)