java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick3d.QQuick3DGeometry.Attribute
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
- Enclosing class:
- QQuick3DGeometry
Java wrapper for Qt class QQuick3DGeometry::Attribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QQuick3DGeometry::Attribute::ComponentTypestatic enumJava wrapper for Qt enum QQuick3DGeometry::Attribute::SemanticNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final intoffset()semantic()final voidsetComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) final voidsetOffset(int offset) final voidMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Attribute
public Attribute() -
Attribute
protected Attribute(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setComponentType
@QtUninvokable public final void setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) -
componentType
-
setOffset
@QtUninvokable public final void setOffset(int offset) -
offset
@QtUninvokable public final int offset() -
setSemantic
-
semantic
-
equals
Description copied from class:io.qt.QtObjectUsed 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-