- 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
-
Constructor Summary
ConstructorDescriptionSeeQQuick3DGeometry::Attribute::
Attribute() SeeQQuick3DGeometry::Attribute::
Attribute(QQuick3DGeometry::Attribute) Attribute
(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType) SeeQQuick3DGeometry::Attribute::
Attribute{QQuick3DGeometry::Attribute::Semantic, int, QQuick3DGeometry::Attribute::ComponentType} -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.SeeQQuick3DGeometry::Attribute::
componentType final boolean
Seeoperator==(QQuick3DGeometry::Attribute,
QQuick3DGeometry::Attribute) boolean
Seeoperator==(QQuick3DGeometry::Attribute,
QQuick3DGeometry::Attribute) 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() -
Attribute
See
QQuick3DGeometry::Attribute::
Attribute(QQuick3DGeometry::Attribute) -
Attribute
public Attribute(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType) See
QQuick3DGeometry::Attribute::
Attribute{QQuick3DGeometry::Attribute::Semantic, int, QQuick3DGeometry::Attribute::ComponentType}
-
-
Method Details
-
equals
See
operator==(QQuick3DGeometry::Attribute,
QQuick3DGeometry::Attribute) -
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.
See
QQuick3DGeometry::Attribute::
Attribute(QQuick3DGeometry::Attribute)
-