Uses of Class
io.qt.datavis.QSurfaceDataItem
Package | Description |
---|---|
io.qt.datavis |
-
Uses of QSurfaceDataItem in io.qt.datavis
Methods in io.qt.datavis that return QSurfaceDataItem Modifier and Type Method Description QSurfaceDataItem
QSurfaceDataItem. clone()
QSurfaceDataItem
QSurfaceDataProxy. itemAt(int rowIndex, int columnIndex)
QSurfaceDataItem
QSurfaceDataProxy. itemAt(QPoint position)
Methods in io.qt.datavis with parameters of type QSurfaceDataItem Modifier and Type Method Description void
QSurfaceDataProxy. setItem(int rowIndex, int columnIndex, QSurfaceDataItem item)
void
QSurfaceDataProxy. setItem(QPoint position, QSurfaceDataItem item)
Constructors in io.qt.datavis with parameters of type QSurfaceDataItem Constructor Description QSurfaceDataItem(QSurfaceDataItem other)