- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry
Java wrapper for Qt class QSGGeometry::Attribute
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Method Summary
Modifier and TypeMethodDescriptionSeeQSGGeometry::Attribute::
attributeType clone()
Creates and returns a copy of this object.static QSGGeometry.Attribute
create
(int pos, int tupleSize, int primitiveType) Overloaded function forcreate(int, int, int, boolean)
withisPosition = false
.static QSGGeometry.Attribute
create
(int pos, int tupleSize, int primitiveType, boolean isPosition) static QSGGeometry.Attribute
createWithAttributeType
(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType) boolean
Seeoperator==(QSGGeometry::Attribute,
QSGGeometry::Attribute) Kotlin property getter.final boolean
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final int
getType()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QSGGeometry::Attribute)
.final boolean
SeeQSGGeometry::Attribute::
isVertexCoordinate final int
position()
SeeQSGGeometry::Attribute::
position final int
SeeQSGGeometry::Attribute::
tupleSize final int
type()
SeeQSGGeometry::Attribute::
type Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Method Details
-
create
public static QSGGeometry.Attribute create(int pos, int tupleSize, int primitiveType, boolean isPosition) -
createWithAttributeType
public static QSGGeometry.Attribute createWithAttributeType(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType) -
attributeType
See
QSGGeometry::Attribute::
attributeType -
isVertexCoordinate
See
QSGGeometry::Attribute::
isVertexCoordinate -
position
See
QSGGeometry::Attribute::
position -
tupleSize
See
QSGGeometry::Attribute::
tupleSize -
type
See
QSGGeometry::Attribute::
type -
equals
See
operator==(QSGGeometry::Attribute,
QSGGeometry::Attribute) -
hashCode
Returns the objects's hash code computed byqHash(QSGGeometry::Attribute)
. -
clone
Creates and returns a copy of this object.
-
create
Overloaded function for
create(int, int, int, boolean)
withisPosition = false
. -
getAttributeType
Kotlin property getter. In Java use
attributeType()
instead. -
getIsVertexCoordinate
Kotlin property getter. In Java use
isVertexCoordinate()
instead. -
getPosition
Kotlin property getter. In Java use
position()
instead. -
getTupleSize
Kotlin property getter. In Java use
tupleSize()
instead. -
getType
Kotlin property getter. In Java use
type()
instead.
-