Uses of Class
io.qt.quick.QSGGeometry.Attribute
Packages that use QSGGeometry.Attribute
-
Uses of QSGGeometry.Attribute in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.AttributeModifier and TypeMethodDescriptionfinal QSGGeometry.Attribute[]
QSGGeometry.attributes()
final QSGGeometry.Attribute []
QSGGeometry.AttributeSet.attributes()
SeeQSGGeometry::AttributeSet::
attributes QSGGeometry.Attribute.clone()
Creates and returns a copy of this object.static QSGGeometry.Attribute
QSGGeometry.Attribute.create
(int pos, int tupleSize, int primitiveType) Overloaded function forcreate(int, int, int, boolean)
withisPosition = false
.static QSGGeometry.Attribute
QSGGeometry.Attribute.create
(int pos, int tupleSize, int primitiveType, boolean isPosition) static QSGGeometry.Attribute
QSGGeometry.Attribute.createWithAttributeType
(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType) Methods in io.qt.quick with parameters of type QSGGeometry.AttributeModifier and TypeMethodDescriptionfinal boolean
QSGGeometry.Attribute.equals
(QSGGeometry.Attribute value2) Seeoperator==(QSGGeometry::Attribute,
QSGGeometry::Attribute) final void
QSGGeometry.AttributeSet.setAttributes
(QSGGeometry.Attribute ... attributes) SeeQSGGeometry::AttributeSet::
attributes Constructors in io.qt.quick with parameters of type QSGGeometry.AttributeModifierConstructorDescriptionAttribute
(QSGGeometry.Attribute other) SeeQSGGeometry::Attribute::
Attribute(QSGGeometry::Attribute) AttributeSet
(int stride, QSGGeometry.Attribute ... attributes) SeeQSGGeometry::AttributeSet::
AttributeSet{int, int, const QSGGeometry::Attribute*} AttributeSet
(QSGGeometry.Attribute[] attributes, int stride) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in io.qt.quick with type arguments of type QSGGeometry.AttributeModifierConstructorDescriptionAttributeSet
(int stride, Collection<QSGGeometry.Attribute> attributes) AttributeSet
(Collection<QSGGeometry.Attribute> attributes, int stride) Deprecated, for removal: This API element is subject to removal in a future version.