java.lang.Object
io.qt.QtObject
io.qt.quick.QSGNode
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGBasicGeometryNode
,QSGOpacityNode
,QSGRenderNode
,QSGRootNode
,QSGTransformNode
The base class for all nodes in the scene graph
Java wrapper for Qt class QSGNode
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
QFlags
type for enumQSGNode.DirtyStateBit
static enum
Java wrapper for Qt enumQSGNode::DirtyStateBit
static enum
Java wrapper for Qt enumQSGNode::Flag
static final class
QFlags
type for enumQSGNode.Flag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendChildNode
(QSGNode node) final QSGNode
childAtIndex
(int i) final int
final void
Deprecated.final QSGNode.DirtyState
Deprecated.final QSGNode
final QSGNode.Flags
flags()
final void
insertChildNodeAfter
(QSGNode node, QSGNode after) final void
insertChildNodeBefore
(QSGNode node, QSGNode before) boolean
final QSGNode
final void
markDirty
(QSGNode.DirtyState bits) final void
markDirty
(QSGNode.DirtyStateBit ... bits) Overloaded function formarkDirty(io.qt.quick.QSGNode.DirtyState)
.final QSGNode
final QSGNode
parent()
final void
prependChildNode
(QSGNode node) void
final QSGNode
static void
qsgnode_set_description
(QSGNode node, String description) Seeqsgnode_set_description(QSGNode*,
QString) final void
final void
removeChildNode
(QSGNode node) final void
reparentChildNodesTo
(QSGNode newParent) SeeQSGNode::
reparentChildNodesTo(QSGNode*) final void
setFlag
(QSGNode.Flag arg__1) Overloaded function forsetFlag(io.qt.quick.QSGNode.Flag, boolean)
witharg__2 = true
.final void
setFlag
(QSGNode.Flag arg__1, boolean arg__2) final void
setFlags
(QSGNode.Flags arg__1) Overloaded function forsetFlags(io.qt.quick.QSGNode.Flags, boolean)
witharg__2 = true
.final void
setFlags
(QSGNode.Flags arg__1, boolean arg__2) toString()
Seeoperator<<(QDebug,
const QSGNode*) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGNode
public QSGNode()
-
-
Method Details
-
appendChildNode
-
childAtIndex
-
childCount
-
clearDirty
Deprecated.See
QSGNode::
clearDirty() -
dirtyState
Deprecated.See
QSGNode::
dirtyState()const -
firstChild
-
flags
-
insertChildNodeAfter
-
insertChildNodeBefore
-
lastChild
-
markDirty
-
nextSibling
-
parent
-
prependChildNode
-
previousSibling
-
removeAllChildNodes
-
removeChildNode
-
reparentChildNodesTo
See
QSGNode::
reparentChildNodesTo(QSGNode*) -
setFlag
-
setFlags
-
isSubtreeBlocked
-
preprocess
-
qsgnode_set_description
See
qsgnode_set_description(QSGNode*,
QString) -
toString
See
operator<<(QDebug,
const QSGNode*) -
markDirty
Overloaded function for
markDirty(io.qt.quick.QSGNode.DirtyState)
. -
setFlag
Overloaded function for
setFlag(io.qt.quick.QSGNode.Flag, boolean)
witharg__2 = true
. -
setFlags
Overloaded function for
setFlags(io.qt.quick.QSGNode.Flags, boolean)
witharg__2 = true
.
-