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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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 boolean
Seeoperator==(QSGGeometry::AttributeSet,
QSGGeometry::AttributeSet) final QSGGeometry.Attribute []
Kotlin property getter.final int
getCount()
Kotlin property getter.final int
Kotlin property getter.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
-
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.
-
getAttributes
Kotlin property getter. In Java use
attributes()
instead. -
getCount
Kotlin property getter. In Java use
count()
instead. -
getStride
Kotlin property getter. In Java use
stride()
instead.
-