java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGTransformNode
- All Implemented Interfaces:
QtObjectInterface
public class QSGTransformNode extends QSGNode
Implements transformations in the scene graph
Java wrapper for Qt class QSGTransformNode
-
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 QSGTransformNode()
protected
QSGTransformNode(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QMatrix4x4
combinedMatrix()
QMatrix4x4
matrix()
void
setCombinedMatrix(QMatrix4x4 matrix)
void
setMatrix(QMatrix4x4 matrix)
String
toString()
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
-
QSGTransformNode
public QSGTransformNode() -
QSGTransformNode
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details