java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.Attribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry
Java wrapper for Qt's class QSGGeometry::Attribute
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
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
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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()
final boolean
final int
position()
final int
final int
type()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Attribute
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
create
Overloaded function for
create(int, int, int, boolean)
withisPosition = false
. -
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) -
getAttributeType
Kotlin property getter. In Java use
attributeType()
instead. -
attributeType
-
getIsVertexCoordinate
Kotlin property getter. In Java use
isVertexCoordinate()
instead. -
isVertexCoordinate
-
getPosition
Kotlin property getter. In Java use
position()
instead. -
position
-
getTupleSize
Kotlin property getter. In Java use
tupleSize()
instead. -
tupleSize
-
getType
Kotlin property getter. In Java use
type()
instead. -
type
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-