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 class QSGGeometry::Attribute
-
Method Summary
Modifier and TypeMethodDescriptionSeeQSGGeometry::Attribute::attributeType clone()Creates and returns a copy of this object.static QSGGeometry.Attributecreate(int pos, int tupleSize, int primitiveType) Overloaded function forcreate(int, int, int, boolean)withisPosition = false.static QSGGeometry.Attributecreate(int pos, int tupleSize, int primitiveType, boolean isPosition) static QSGGeometry.AttributecreateWithAttributeType(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType) final booleanequals(QSGGeometry.Attribute value2) Seeoperator==(QSGGeometry::Attribute,QSGGeometry::Attribute) booleanSeeoperator==(QSGGeometry::Attribute,QSGGeometry::Attribute) inthashCode()Returns the objects's hash code computed byqHash(QSGGeometry::Attribute).final booleanSeeQSGGeometry::Attribute::isVertexCoordinate final intposition()SeeQSGGeometry::Attribute::position final intSeeQSGGeometry::Attribute::tupleSize final inttype()SeeQSGGeometry::Attribute::type Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Method Details
-
equals
See
operator==(QSGGeometry::Attribute,QSGGeometry::Attribute) -
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.
-