java.lang.Object
io.qt.internal.QtJambiObject
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
-
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) final boolean
final int
position()
final int
final int
type()
Methods inherited from class io.qt.QtObject
dispose, equals, 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
-
clone
-