- All Implemented Interfaces:
QtObjectInterface
Provided for convenience to easily draw textured content using the QML scene graph
Java wrapper for Qt's class QSGImageNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QSGImageNode::TextureCoordinatesTransformFlagstatic final classQFlags type for enumQSGImageNode.TextureCoordinatesTransformFlagNested 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 TypeMethodDescriptionabstract QSGTexture.AnisotropyLevelabstract QSGTexture.Filteringabstract QSGTexture.Filteringabstract booleanstatic voidrebuildGeometry(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformFlag... texCoordMode) static voidrebuildGeometry(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformMode texCoordMode) abstract QRectFrect()abstract voidabstract voidsetFiltering(QSGTexture.Filtering filtering) abstract voidsetMipmapFiltering(QSGTexture.Filtering filtering) abstract voidsetOwnsTexture(boolean owns) final voidsetRect(double x, double y, double w, double h) abstract voidfinal voidsetSourceRect(double x, double y, double w, double h) abstract voidabstract voidsetTexture(QSGTexture texture) abstract voidabstract QRectFabstract QSGTexturetexture()Methods inherited from class io.qt.quick.QSGGeometryNode
activeMaterial, inheritedOpacity, material, opaqueMaterial, renderOrder, setInheritedOpacity, setMaterial, setOpaqueMaterial, setRenderOrder, toStringMethods inherited from class io.qt.quick.QSGBasicGeometryNode
clipList, geometry, matrix, setGeometry, setRendererClipList, setRendererMatrixMethods 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, setFlagsMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGImageNode
public QSGImageNode() -
QSGImageNode
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setRect
-
setSourceRect
-
anisotropyLevel
-
filtering
-
mipmapFiltering
-
ownsTexture
-
rect
-
setAnisotropyLevel
-
setFiltering
-
setMipmapFiltering
-
setOwnsTexture
-
setRect
-
setSourceRect
-
setTexture
-
setTextureCoordinatesTransform
@QtUninvokable public abstract void setTextureCoordinatesTransform(QSGImageNode.TextureCoordinatesTransformMode mode) -
sourceRect
-
texture
-
textureCoordinatesTransform
@QtUninvokable public abstract QSGImageNode.TextureCoordinatesTransformMode textureCoordinatesTransform() -
rebuildGeometry
public static void rebuildGeometry(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformFlag... texCoordMode) -
rebuildGeometry
public static void rebuildGeometry(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformMode texCoordMode)
-