java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.AttributeSet
- 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
ConstructorDescriptionAttributeSet
(QSGGeometry.Attribute[] attributes, int stride) SeeQSGGeometry::AttributeSet::
AttributeSet() AttributeSet
(Collection<QSGGeometry.Attribute> attributes, int stride) -
Method Summary
Modifier and TypeMethodDescriptionfinal QSGGeometry.Attribute []
SeeQSGGeometry::AttributeSet::
attributes clone()
Creates and returns a copy of this object.final int
count()
SeeQSGGeometry::AttributeSet::
count final boolean
equals
(QSGGeometry.AttributeSet value2) Seeoperator==(QSGGeometry::AttributeSet,
QSGGeometry::AttributeSet) boolean
Seeoperator==(QSGGeometry::AttributeSet,
QSGGeometry::AttributeSet) int
hashCode()
Returns the objects's hash code computed byqHash(QSGGeometry::AttributeSet)
.final int
stride()
SeeQSGGeometry::AttributeSet::
stride Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
AttributeSet
See
QSGGeometry::AttributeSet::
AttributeSet() -
AttributeSet
-
-
Method Details
-
equals
See
operator==(QSGGeometry::AttributeSet,
QSGGeometry::AttributeSet) -
attributes
See
QSGGeometry::AttributeSet::
attributes -
count
See
QSGGeometry::AttributeSet::
count -
stride
See
QSGGeometry::AttributeSet::
stride -
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.
-