Uses of Class
io.qt.quick.QSGGeometry.DataPattern
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGGeometry.DataPattern in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.DataPattern Modifier and Type Method Description QSGGeometry.DataPattern
QSGGeometry. indexDataPattern()
static QSGGeometry.DataPattern
QSGGeometry.DataPattern. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGGeometry.DataPattern
QSGGeometry.DataPattern. valueOf(String name)
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.QSGGeometry.DataPattern
QSGGeometry. vertexDataPattern()
Methods in io.qt.quick with parameters of type QSGGeometry.DataPattern Modifier and Type Method Description void
QSGGeometry. setIndexDataPattern(QSGGeometry.DataPattern p)
void
QSGGeometry. setVertexDataPattern(QSGGeometry.DataPattern p)