java.lang.Object
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGTransformNode
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGTextNode
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
-
Method Summary
Modifier and TypeMethodDescriptionfinal QMatrix4x4
SeeQSGTransformNode::
combinedMatrix()const final QMatrix4x4
matrix()
final void
setCombinedMatrix
(QMatrix4x4 matrix) SeeQSGTransformNode::
setCombinedMatrix(QMatrix4x4) final void
setCombinedMatrix
(QTransform matrix) Overloaded function forsetCombinedMatrix(io.qt.gui.QMatrix4x4)
.final void
setMatrix
(QMatrix4x4 matrix) final void
setMatrix
(QTransform matrix) Overloaded function forsetMatrix(io.qt.gui.QMatrix4x4)
.toString()
Seeoperator<<(QDebug,
const QSGTransformNode*) 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
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGTransformNode
public QSGTransformNode()
-
-
Method Details
-
combinedMatrix
See
QSGTransformNode::
combinedMatrix()const -
matrix
-
setCombinedMatrix
See
QSGTransformNode::
setCombinedMatrix(QMatrix4x4) -
setMatrix
-
toString
See
operator<<(QDebug,
const QSGTransformNode*) -
setCombinedMatrix
Overloaded function for
setCombinedMatrix(io.qt.gui.QMatrix4x4)
. -
setMatrix
Overloaded function for
setMatrix(io.qt.gui.QMatrix4x4)
.
-