java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGOpacityNode
- All Implemented Interfaces:
QtObjectInterface
Used to change opacity of nodes
Java wrapper for Qt's class QSGOpacityNode
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGNode
QSGNode.DirtyState, QSGNode.DirtyStateBit, QSGNode.Flag, QSGNode.FlagsNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal doublebooleanfinal doubleopacity()final voidsetCombinedOpacity(double opacity) final voidsetOpacity(double opacity) toString()Methods inherited from class io.qt.quick.QSGNode
appendChildNode, childAtIndex, childCount, clearDirty, dirtyState, firstChild, flags, insertChildNodeAfter, insertChildNodeBefore, lastChild, markDirty, markDirty, nextSibling, parent, prependChildNode, preprocess, previousSibling, qsgnode_set_description, removeAllChildNodes, removeChildNode, reparentChildNodesTo, setFlag, setFlag, setFlags, setFlagsMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGOpacityNode
public QSGOpacityNode() -
QSGOpacityNode
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
combinedOpacity
-
opacity
-
setCombinedOpacity
-
setOpacity
-
isSubtreeBlocked
- Overrides:
isSubtreeBlockedin classQSGNode
-
toString
-