java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick3d.QQuick3DGeometry.Attribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QQuick3DGeometry
public static class QQuick3DGeometry.Attribute extends QtObject implements Cloneable
Java wrapper for Qt class QQuick3DGeometry::Attribute
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QQuick3DGeometry.Attribute.ComponentType
Java wrapper for Qt enum QQuick3DGeometry::Attribute::ComponentTypestatic class
QQuick3DGeometry.Attribute.Semantic
Java wrapper for Qt enum QQuick3DGeometry::Attribute::Semantic -
Constructor Summary
Constructors Modifier Constructor Description Attribute()
protected
Attribute(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QQuick3DGeometry.Attribute
clone()
QQuick3DGeometry.Attribute.ComponentType
componentType()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
int
offset()
QQuick3DGeometry.Attribute.Semantic
semantic()
void
setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType)
void
setOffset(int offset)
void
setSemantic(QQuick3DGeometry.Attribute.Semantic semantic)
-
Constructor Details
-
Method Details
-
setComponentType
@QtUninvokable public final void setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) -
componentType
-
setOffset
-
offset
-
setSemantic
-
semantic
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-