java.lang.Object
io.qt.internal.NativeUtility.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
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()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) booleanUsed 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.inthashCode()final booleanfinal intposition()final intfinal inttype()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) -
attributeType
-
isVertexCoordinate
-
position
-
tupleSize
-
type
-
equals
Description copied from class:io.qt.QtObjectUsed 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
-