- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QQuick3DGeometry
Java wrapper for Qt class QQuick3DGeometry::Attribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQQuick3DGeometry::Attribute::ComponentTypestatic enumJava wrapper for Qt enumQQuick3DGeometry::Attribute::Semantic -
Constructor Summary
ConstructorsConstructorDescriptionSeeQQuick3DGeometry::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 booleanSeeoperator==(QQuick3DGeometry::Attribute,QQuick3DGeometry::Attribute) booleanSeeoperator==(QQuick3DGeometry::Attribute,QQuick3DGeometry::Attribute) inthashCode()Returns the objects's hash code computed byqHash(QQuick3DGeometry::Attribute).final intoffset()SeeQQuick3DGeometry::Attribute::offset semantic()SeeQQuick3DGeometry::Attribute::semantic final voidsetComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) SeeQQuick3DGeometry::Attribute::componentType final voidsetOffset(int offset) SeeQQuick3DGeometry::Attribute::offset final voidSeeQQuick3DGeometry::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) - Parameters:
other-
-
Attribute
public Attribute(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType) See
QQuick3DGeometry::Attribute::Attribute{QQuick3DGeometry::Attribute::Semantic, int, QQuick3DGeometry::Attribute::ComponentType} - Parameters:
semantic-offset-componentType-
-
-
Method Details
-
equals
See
operator==(QQuick3DGeometry::Attribute,QQuick3DGeometry::Attribute) - Parameters:
b-- Returns:
-
setComponentType
@QtUninvokable public final void setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType) See
QQuick3DGeometry::Attribute::componentType - Parameters:
componentType-
-
componentType
See
QQuick3DGeometry::Attribute::componentType - Returns:
-
setOffset
See
QQuick3DGeometry::Attribute::offset - Parameters:
offset-
-
offset
See
QQuick3DGeometry::Attribute::offset - Returns:
-
setSemantic
See
QQuick3DGeometry::Attribute::semantic - Parameters:
semantic-
-
semantic
See
QQuick3DGeometry::Attribute::semantic - Returns:
-
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)
-