Uses of Enum
io.qt.quick.QSGGeometry.DataPattern
Packages that use QSGGeometry.DataPattern
-
Uses of QSGGeometry.DataPattern in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.DataPatternModifier and TypeMethodDescriptionfinal QSGGeometry.DataPattern
QSGGeometry.indexDataPattern()
static QSGGeometry.DataPattern
QSGGeometry.DataPattern.resolve
(int value) Returns the corresponding enum entry for the given value.static QSGGeometry.DataPattern
Returns the enum constant of this type with the specified name.static QSGGeometry.DataPattern[]
QSGGeometry.DataPattern.values()
Returns an array containing the constants of this enum type, in the order they are declared.final QSGGeometry.DataPattern
QSGGeometry.vertexDataPattern()
Methods in io.qt.quick with parameters of type QSGGeometry.DataPatternModifier and TypeMethodDescriptionfinal void
QSGGeometry.setIndexDataPattern
(QSGGeometry.DataPattern p) final void
QSGGeometry.setVertexDataPattern
(QSGGeometry.DataPattern p)