java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGBasicGeometryNode
io.qt.quick.QSGGeometryNode
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGImageNode
,QSGNinePatchNode
,QSGRectangleNode
,QSGSimpleRectNode
,QSGSimpleTextureNode
public class QSGGeometryNode extends QSGBasicGeometryNode
Used for all rendered content in the scene graph
Java wrapper for Qt class QSGGeometryNode
-
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 QSGGeometryNode()
protected
QSGGeometryNode(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSGMaterial
activeMaterial()
double
inheritedOpacity()
QSGMaterial
material()
QSGMaterial
opaqueMaterial()
int
renderOrder()
void
setInheritedOpacity(double opacity)
void
setMaterial(QSGMaterial material)
void
setOpaqueMaterial(QSGMaterial material)
void
setRenderOrder(int order)
String
toString()
Methods inherited from class io.qt.quick.QSGBasicGeometryNode
clipList, geometry, matrix, setGeometry, setRendererClipList, setRendererMatrix
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
-
Constructor Details
-
QSGGeometryNode
public QSGGeometryNode() -
QSGGeometryNode
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details