- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up
Java wrapper for Qt class QSGGeometry::AttributeSet
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQSGGeometry::AttributeSet::AttributeSet() AttributeSet(int stride, QSGGeometry.Attribute ... attributes) SeeQSGGeometry::AttributeSet::AttributeSet{int, int, const QSGGeometry::Attribute*} AttributeSet(int stride, Collection<QSGGeometry.Attribute> attributes) SeeQSGGeometry::AttributeSet::AttributeSet(QSGGeometry::AttributeSet) AttributeSet(QSGGeometry.Attribute[] attributes, int stride) Deprecated, for removal: This API element is subject to removal in a future version.AttributeSet(Collection<QSGGeometry.Attribute> attributes, int stride) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfinal QSGGeometry.Attribute []SeeQSGGeometry::AttributeSet::attributes clone()Creates and returns a copy of this object.final intcount()SeeQSGGeometry::AttributeSet::count final booleanequals(QSGGeometry.AttributeSet value2) Seeoperator==(QSGGeometry::AttributeSet,QSGGeometry::AttributeSet) booleanSeeoperator==(QSGGeometry::AttributeSet,QSGGeometry::AttributeSet) inthashCode()Returns the objects's hash code computed byqHash(QSGGeometry::AttributeSet).final voidsetAttributes(QSGGeometry.Attribute ... attributes) SeeQSGGeometry::AttributeSet::attributes final voidsetStride(int stride) SeeQSGGeometry::AttributeSet::stride final intstride()SeeQSGGeometry::AttributeSet::stride Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
AttributeSet
public AttributeSet()See
QSGGeometry::AttributeSet::AttributeSet() -
AttributeSet
See
QSGGeometry::AttributeSet::AttributeSet(QSGGeometry::AttributeSet) - Parameters:
other-
-
AttributeSet
See
QSGGeometry::AttributeSet::AttributeSet{int, int, const QSGGeometry::Attribute*} - Parameters:
stride-attributes-
-
AttributeSet
@Deprecated(forRemoval=true, since="6.8.2") public AttributeSet(Collection<QSGGeometry.Attribute> attributes, int stride) Deprecated, for removal: This API element is subject to removal in a future version. -
AttributeSet
-
AttributeSet
@Deprecated(forRemoval=true, since="6.8.2") public AttributeSet(QSGGeometry.Attribute[] attributes, int stride) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
equals
See
operator==(QSGGeometry::AttributeSet,QSGGeometry::AttributeSet) - Parameters:
value2-- Returns:
-
setAttributes
See
QSGGeometry::AttributeSet::attributes - Parameters:
attributes-
-
attributes
See
QSGGeometry::AttributeSet::attributes - Returns:
-
count
See
QSGGeometry::AttributeSet::count - Returns:
-
setStride
See
QSGGeometry::AttributeSet::stride - Parameters:
stride-
-
stride
See
QSGGeometry::AttributeSet::stride - Returns:
-
equals
See
operator==(QSGGeometry::AttributeSet,QSGGeometry::AttributeSet) -
hashCode
Returns the objects's hash code computed byqHash(QSGGeometry::AttributeSet). -
clone
Creates and returns a copy of this object.
See
QSGGeometry::AttributeSet::AttributeSet(QSGGeometry::AttributeSet)
-