java.lang.Object
io.qt.QtObject
io.qt.quick3d.QQuick3DGeometry.Attribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QQuick3DGeometry
Java wrapper for Qt class QQuick3DGeometry::Attribute
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QQuick3DGeometry::Attribute::ComponentTypestatic enum
Java wrapper for Qt enum QQuick3DGeometry::Attribute::SemanticNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used 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.Kotlin property getter.final int
Kotlin property getter.Kotlin property getter.int
hashCode()
final int
offset()
semantic()
final void
setComponentType
(QQuick3DGeometry.Attribute.ComponentType componentType) final void
setOffset
(int offset) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Attribute
public Attribute() -
Attribute
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setComponentType
@QtUninvokable public final void setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) -
getComponentType
Kotlin property getter. In Java use
componentType()
instead. -
componentType
-
setOffset
-
getOffset
Kotlin property getter. In Java use
offset()
instead. -
offset
-
setSemantic
-
getSemantic
Kotlin property getter. In Java use
semantic()
instead. -
semantic
-
equals
Description copied from class:QtObject
Used 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
-