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.DataPatternQSGGeometry.indexDataPattern()static QSGGeometry.DataPatternQSGGeometry.DataPattern.resolve(int value) Returns the corresponding enum entry for the given value.static QSGGeometry.DataPatternReturns 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.DataPatternQSGGeometry.vertexDataPattern()Methods in io.qt.quick with parameters of type QSGGeometry.DataPatternModifier and TypeMethodDescriptionfinal voidQSGGeometry.setIndexDataPattern(QSGGeometry.DataPattern p) final voidQSGGeometry.setVertexDataPattern(QSGGeometry.DataPattern p)