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's class QSGNode
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
QFlags type for enumQSGNode.DirtyStateBit
static enum
Java wrapper for Qt enum QSGNode::DirtyStateBitstatic enum
Java wrapper for Qt enum QSGNode::Flagstatic final class
QFlags type for enumQSGNode.Flag
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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) final void
final void
removeChildNode
(QSGNode node) final void
reparentChildNodesTo
(QSGNode newParent) 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()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGNode
public QSGNode() -
QSGNode
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
appendChildNode
-
childAtIndex
-
childCount
-
clearDirty
Deprecated. -
dirtyState
Deprecated. -
firstChild
-
flags
-
insertChildNodeAfter
-
insertChildNodeBefore
-
lastChild
-
markDirty
Overloaded function for
markDirty(io.qt.quick.QSGNode.DirtyState)
. -
markDirty
-
nextSibling
-
parent
-
prependChildNode
-
previousSibling
-
removeAllChildNodes
-
removeChildNode
-
reparentChildNodesTo
-
setFlag
Overloaded function for
setFlag(io.qt.quick.QSGNode.Flag, boolean)
witharg__2 = true
. -
setFlag
-
setFlags
Overloaded function for
setFlags(io.qt.quick.QSGNode.Flags, boolean)
witharg__2 = true
. -
setFlags
-
isSubtreeBlocked
-
preprocess
-
qsgnode_set_description
-
toString
-