java.lang.Object
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGBasicGeometryNode
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGClipNode
,QSGGeometryNode
Serves as a baseclass for geometry based nodes
Java wrapper for Qt class QSGBasicGeometryNode
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGNode
QSGNode.DirtyState, QSGNode.DirtyStateBit, QSGNode.Flag, QSGNode.Flags
-
Method Summary
Modifier and TypeMethodDescriptionfinal QSGClipNode
clipList()
SeeQSGBasicGeometryNode::
clipList()const final QSGGeometry
geometry()
final QMatrix4x4
matrix()
SeeQSGBasicGeometryNode::
matrix()const final void
setGeometry
(QSGGeometry geometry) final void
SeeQSGBasicGeometryNode::
setRendererClipList(const QSGClipNode*) final void
SeeQSGBasicGeometryNode::
setRendererMatrix(const QMatrix4x4*) Methods inherited from class io.qt.quick.QSGNode
appendChildNode, childAtIndex, childCount, clearDirty, dirtyState, firstChild, flags, insertChildNodeAfter, insertChildNodeBefore, isSubtreeBlocked, lastChild, markDirty, markDirty, nextSibling, parent, prependChildNode, preprocess, previousSibling, qsgnode_set_description, removeAllChildNodes, removeChildNode, reparentChildNodesTo, setFlag, setFlag, setFlags, setFlags, toString
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
clipList
See
QSGBasicGeometryNode::
clipList()const -
geometry
-
matrix
See
QSGBasicGeometryNode::
matrix()const -
setGeometry
-
setRendererClipList
See
QSGBasicGeometryNode::
setRendererClipList(const QSGClipNode*) -
setRendererMatrix
See
QSGBasicGeometryNode::
setRendererMatrix(const QMatrix4x4*)
-