java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.datavis.QSurfaceDataItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSurfaceDataItem extends QtObject implements Cloneable
Container for resolved data to be added to surface graphs
Java wrapper for Qt class QtDataVisualization::QSurfaceDataItem
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSurfaceDataItem()
QSurfaceDataItem(QSurfaceDataItem other)
QSurfaceDataItem(QVector3D position)
protected
QSurfaceDataItem(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSurfaceDataItem
clone()
protected void
createExtraData()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
QVector3D
position()
void
setPosition(QVector3D pos)
void
setX(float value)
void
setY(float value)
void
setZ(float value)
float
x()
float
y()
float
z()
-
Constructor Details
-
QSurfaceDataItem
public QSurfaceDataItem() -
QSurfaceDataItem
-
QSurfaceDataItem
-
QSurfaceDataItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
createExtraData
-
position
-
setPosition
-
setX
-
setY
-
setZ
-
x
-
y
-
z
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-