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
ConstructorsConstructorDescriptionQSurfaceDataItem(QSurfaceDataItem other) QSurfaceDataItem(QVector3D position) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QSurfaceDataItem other) clone()Creates and returns a copy of this object.protected final voidSeeQSurfaceDataItem::createExtraData() final booleanSeeoperator==(QSurfaceDataItem,QSurfaceDataItem) booleanSeeoperator==(QSurfaceDataItem,QSurfaceDataItem) inthashCode()Returns the objects's hash code computed byqHash(QSurfaceDataItem).final QVector3Dposition()final voidsetPosition(QVector3D pos) final voidsetX(float value) final voidsetY(float value) final voidsetZ(float value) final floatx()final floaty()final floatz()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.
-