Uses of Class
io.qt.quick.QSGGeometry.AttributeType
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGGeometry.AttributeType in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.AttributeType Modifier and Type Method Description QSGGeometry.AttributeType
QSGGeometry.Attribute. attributeType()
static QSGGeometry.AttributeType
QSGGeometry.AttributeType. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGGeometry.AttributeType
QSGGeometry.AttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGGeometry.AttributeType[]
QSGGeometry.AttributeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGGeometry.AttributeType Modifier and Type Method Description static QSGGeometry.Attribute
QSGGeometry.Attribute. createWithAttributeType(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType)