java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGGeometry.AttributeSet
- All Implemented Interfaces:
QtObjectInterface
- Enclosing class:
- QSGGeometry
public static class QSGGeometry.AttributeSet extends QtObject
QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up
Java wrapper for Qt class QSGGeometry::AttributeSet
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttributeSet(QtObject.QPrivateConstructor p)
Constructor for internal use only.AttributeSet(QSGGeometry.Attribute[] attributes, int stride)
AttributeSet(Collection<QSGGeometry.Attribute> attributes, int stride)
-
Method Summary
Modifier and Type Method Description QSGGeometry.Attribute[]
attributes()
int
count()
int
stride()
-
Constructor Details
-
AttributeSet
-
AttributeSet
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
AttributeSet
-
-
Method Details