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
Nested ClassesModifier and TypeClassDescriptionstatic final classQFlagstype for enumQSGNode.DirtyStateBitstatic enumJava wrapper for Qt enumQSGNode::DirtyStateBitstatic enumJava wrapper for Qt enumQSGNode::Flagstatic final classQFlagstype for enumQSGNode.Flag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendChildNode(QSGNode node) final QSGNodechildAtIndex(int i) final intfinal voidDeprecated.final QSGNode.DirtyStateDeprecated.final QSGNodefinal QSGNode.Flagsflags()final voidinsertChildNodeAfter(QSGNode node, QSGNode after) final voidinsertChildNodeBefore(QSGNode node, QSGNode before) booleanfinal QSGNodefinal voidmarkDirty(QSGNode.DirtyState bits) final voidmarkDirty(QSGNode.DirtyStateBit ... bits) Overloaded function formarkDirty(io.qt.quick.QSGNode.DirtyState).final QSGNodefinal QSGNodeparent()final voidprependChildNode(QSGNode node) voidfinal QSGNodestatic voidqsgnode_set_description(QSGNode node, String description) Seeqsgnode_set_description(QSGNode*,QString) final voidfinal voidremoveChildNode(QSGNode node) final voidreparentChildNodesTo(QSGNode newParent) SeeQSGNode::reparentChildNodesTo(QSGNode*) final voidsetFlag(QSGNode.Flag arg__1) Overloaded function forsetFlag(io.qt.quick.QSGNode.Flag, boolean)witharg__2 = true.final voidsetFlag(QSGNode.Flag arg__1, boolean arg__2) final voidsetFlags(QSGNode.Flags arg__1) Overloaded function forsetFlags(io.qt.quick.QSGNode.Flags, boolean)witharg__2 = true.final voidsetFlags(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
- Parameters:
node-
-
childAtIndex
- Parameters:
i-- Returns:
-
childCount
- Returns:
-
clearDirty
Deprecated.See
QSGNode::clearDirty() -
dirtyState
Deprecated.See
QSGNode::dirtyState()const - Returns:
-
firstChild
- Returns:
-
flags
- Returns:
-
insertChildNodeAfter
- Parameters:
node-after-
-
insertChildNodeBefore
- Parameters:
node-before-
-
lastChild
- Returns:
-
markDirty
- Parameters:
bits-
-
nextSibling
- Returns:
-
parent
- Returns:
-
prependChildNode
- Parameters:
node-
-
previousSibling
- Returns:
-
removeAllChildNodes
-
removeChildNode
- Parameters:
node-
-
reparentChildNodesTo
See
QSGNode::reparentChildNodesTo(QSGNode*) - Parameters:
newParent-
-
setFlag
- Parameters:
arg__1-arg__2-
-
setFlags
- Parameters:
arg__1-arg__2-
-
isSubtreeBlocked
- Returns:
-
preprocess
-
qsgnode_set_description
See
qsgnode_set_description(QSGNode*,QString) - Parameters:
node-description-
-
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.
-