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 QSGClipNodeclipList()SeeQSGBasicGeometryNode::clipList()const final QSGGeometrygeometry()final QMatrix4x4matrix()SeeQSGBasicGeometryNode::matrix()const final voidsetGeometry(QSGGeometry geometry) final voidSeeQSGBasicGeometryNode::setRendererClipList(const QSGClipNode*) final voidSeeQSGBasicGeometryNode::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, toStringMethods 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*)
-