- 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
ConstructorDescriptionSeeQSGGeometry::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.AttributeSet
(Collection<QSGGeometry.Attribute> attributes, int stride) Deprecated. -
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 void
setAttributes
(QSGGeometry.Attribute ... attributes) SeeQSGGeometry::AttributeSet::
attributes final void
setStride
(int stride) SeeQSGGeometry::AttributeSet::
stride final int
stride()
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) -
AttributeSet
See
QSGGeometry::AttributeSet::
AttributeSet{int, int, const QSGGeometry::Attribute*} -
AttributeSet
Deprecated. -
AttributeSet
-
AttributeSet
Deprecated.
-
-
Method Details
-
equals
See
operator==(QSGGeometry::AttributeSet,
QSGGeometry::AttributeSet) -
setAttributes
See
QSGGeometry::AttributeSet::
attributes -
attributes
See
QSGGeometry::AttributeSet::
attributes -
count
See
QSGGeometry::AttributeSet::
count -
setStride
See
QSGGeometry::AttributeSet::
stride -
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.
See
QSGGeometry::AttributeSet::
AttributeSet(QSGGeometry::AttributeSet)
-