java.lang.Object
io.qt.QtObject
io.qt.graphs.QSurfaceDataItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Container for resolved data to be added to surface graphs
Java wrapper for Qt class QSurfaceDataItem
-
Constructor Summary
ConstructorDescriptionQSurfaceDataItem
(float x, float y, float z) QSurfaceDataItem
(QSurfaceDataItem other) SeeQSurfaceDataItem::
QSurfaceDataItem(QSurfaceDataItem) QSurfaceDataItem
(QVector3D position) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
Seeoperator==(QSurfaceDataItem,
QSurfaceDataItem) boolean
Seeoperator==(QSurfaceDataItem,
QSurfaceDataItem) int
hashCode()
Returns the objects's hash code computed byqHash(QSurfaceDataItem)
.final QVector3D
position()
final void
setPosition
(QVector3D pos) final void
setX
(float value) final void
setY
(float value) final void
setZ
(float value) final float
x()
final float
y()
final float
z()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSurfaceDataItem
public QSurfaceDataItem() -
QSurfaceDataItem
See
QSurfaceDataItem::
QSurfaceDataItem(QSurfaceDataItem) -
QSurfaceDataItem
-
QSurfaceDataItem
public QSurfaceDataItem(float x, float y, float z)
-
-
Method Details
-
equals
See
operator==(QSurfaceDataItem,
QSurfaceDataItem) -
position
-
setPosition
-
setX
-
setY
-
setZ
-
x
-
y
-
z
-
equals
See
operator==(QSurfaceDataItem,
QSurfaceDataItem) -
hashCode
Returns the objects's hash code computed byqHash(QSurfaceDataItem)
. -
clone
Creates and returns a copy of this object.
See
QSurfaceDataItem::
QSurfaceDataItem(QSurfaceDataItem)
-