java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGBasicGeometryNode
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGClipNode
,QSGGeometryNode
public abstract class QSGBasicGeometryNode extends QSGNode
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
-
Constructor Summary
Constructors Modifier Constructor Description protected
QSGBasicGeometryNode(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSGClipNode
clipList()
QSGGeometry
geometry()
QMatrix4x4
matrix()
void
setGeometry(QSGGeometry geometry)
void
setRendererClipList(QSGClipNode c)
void
setRendererMatrix(QMatrix4x4 m)
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, removeAllChildNodes, removeChildNode, reparentChildNodesTo, setFlag, setFlag, setFlags, setFlags, toString
-
Constructor Details
-
QSGBasicGeometryNode
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details