java.lang.Object
io.qt.QtObject
io.qt.datavis.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
(QSurfaceDataItem other) QSurfaceDataItem
(QVector3D position) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QSurfaceDataItem other) clone()
Creates and returns a copy of this object.protected final void
SeeQSurfaceDataItem::
createExtraData() 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
-
QSurfaceDataItem
-
-
Method Details
-
createExtraData
See
QSurfaceDataItem::
createExtraData() -
assign
-
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.
-