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 enumQQuick3DGeometry::Attribute::ComponentType
static enum
Java wrapper for Qt enumQQuick3DGeometry::Attribute::Semantic
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.SeeQQuick3DGeometry::Attribute::
componentType boolean
Seeoperator==(QQuick3DGeometry::Attribute,
QQuick3DGeometry::Attribute) Kotlin property getter.final int
Kotlin property getter.Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QQuick3DGeometry::Attribute)
.final int
offset()
SeeQQuick3DGeometry::Attribute::
offset semantic()
SeeQQuick3DGeometry::Attribute::
semantic final void
setComponentType
(QQuick3DGeometry.Attribute.ComponentType componentType) SeeQQuick3DGeometry::Attribute::
componentType final void
setOffset
(int offset) SeeQQuick3DGeometry::Attribute::
offset final void
SeeQQuick3DGeometry::Attribute::
semantic Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Attribute
public Attribute()See
QQuick3DGeometry::Attribute::
Attribute()
-
-
Method Details
-
setComponentType
@QtUninvokable public final void setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) See
QQuick3DGeometry::Attribute::
componentType -
componentType
See
QQuick3DGeometry::Attribute::
componentType -
setOffset
See
QQuick3DGeometry::Attribute::
offset -
offset
See
QQuick3DGeometry::Attribute::
offset -
setSemantic
See
QQuick3DGeometry::Attribute::
semantic -
semantic
See
QQuick3DGeometry::Attribute::
semantic -
equals
See
operator==(QQuick3DGeometry::Attribute,
QQuick3DGeometry::Attribute) -
hashCode
Returns the objects's hash code computed byqHash(QQuick3DGeometry::Attribute)
. -
clone
Creates and returns a copy of this object.
-
getComponentType
Kotlin property getter. In Java use
componentType()
instead. -
getOffset
Kotlin property getter. In Java use
offset()
instead. -
getSemantic
Kotlin property getter. In Java use
semantic()
instead.
-