Uses of Class
io.qt.quick.QSGGeometry
Packages that use QSGGeometry
-
Uses of QSGGeometry in io.qt.quick
Methods in io.qt.quick that return QSGGeometryModifier and TypeMethodDescriptionQSGGeometry.clone()
Creates and returns a copy of this object.final QSGGeometry
QSGBasicGeometryNode.geometry()
Methods in io.qt.quick with parameters of type QSGGeometryModifier and TypeMethodDescriptionstatic void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformFlag ... texCoordMode) static void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformMode texCoordMode) static void
QSGNinePatchNode.rebuildGeometry
(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRectF bounds, double dpr) SeeQSGNinePatchNode::
rebuildGeometry(QSGTexture*, QSGGeometry*, QVector4D, QRectF, qreal) final void
QSGBasicGeometryNode.setGeometry
(QSGGeometry geometry) static void
QSGGeometry.updateColoredRectGeometry
(QSGGeometry g, QRectF rect) static void
QSGGeometry.updateRectGeometry
(QSGGeometry g, QRectF rect) static void
QSGGeometry.updateTexturedRectGeometry
(QSGGeometry g, QRectF rect, QRectF sourceRect)