java.lang.Object
io.qt.QtObject
io.qt.quick3d.QQuick3DGeometry.TargetAttribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QQuick3DGeometry
Java wrapper for Qt class QQuick3DGeometry::TargetAttribute
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionattr()
SeeQQuick3DGeometry::TargetAttribute::
attr clone()
Creates and returns a copy of this object.getAttr()
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final void
SeeQQuick3DGeometry::TargetAttribute::
attr final void
setStride
(int stride) SeeQQuick3DGeometry::TargetAttribute::
stride final void
setTargetId
(int targetId) SeeQQuick3DGeometry::TargetAttribute::
targetId final int
stride()
SeeQQuick3DGeometry::TargetAttribute::
stride final int
targetId()
SeeQQuick3DGeometry::TargetAttribute::
targetId Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
TargetAttribute
public TargetAttribute()See
QQuick3DGeometry::TargetAttribute::
TargetAttribute()
-
-
Method Details
-
setAttr
See
QQuick3DGeometry::TargetAttribute::
attr -
attr
See
QQuick3DGeometry::TargetAttribute::
attr -
setStride
See
QQuick3DGeometry::TargetAttribute::
stride -
stride
See
QQuick3DGeometry::TargetAttribute::
stride -
setTargetId
See
QQuick3DGeometry::TargetAttribute::
targetId -
targetId
See
QQuick3DGeometry::TargetAttribute::
targetId -
clone
Creates and returns a copy of this object.
-
getAttr
Kotlin property getter. In Java use
attr()
instead. -
getStride
Kotlin property getter. In Java use
stride()
instead. -
getTargetId
Kotlin property getter. In Java use
targetId()
instead.
-