QSurfaceDataProxy#
Inherited by: QItemModelSurfaceDataProxy, QHeightMapSurfaceDataProxy
Synopsis#
Properties#
Functions#
def
addRow
(arg__1)def
addRows
(rows)def
array
()def
columnCount
()def
insertRow
(arg__1, arg__2)def
insertRows
(rowIndex, rows)def
itemAt
(position)def
itemAt
(rowIndex, columnIndex)def
removeRows
(rowIndex, removeCount)def
resetArray
(arg__1)def
resetArrayNp
(x, deltaX, z, deltaZ, data)def
rowCount
()def
series
()def
setItem
(position, item)def
setItem
(rowIndex, columnIndex, item)def
setRow
(arg__1, arg__2)def
setRows
(rowIndex, rows)
Signals#
def
arrayReset
()def
columnCountChanged
(count)def
itemChanged
(rowIndex, columnIndex)def
rowCountChanged
(count)def
rowsAdded
(startIndex, count)def
rowsChanged
(startIndex, count)def
rowsInserted
(startIndex, count)def
rowsRemoved
(startIndex, count)def
seriesChanged
(series)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtGraphs.QSurfaceDataProxy([parent=None])#
- Parameters:
parent –
PySide6.QtCore.QObject
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtGraphs.QSurfaceDataProxy.columnCount: int#
- Access functions:
columnCount
()Signal
columnCountChanged
(count)
- property PᅟySide6.QtGraphs.QSurfaceDataProxy.rowCount: int#
- Access functions:
rowCount
()Signal
rowCountChanged
(count)
- property PᅟySide6.QtGraphs.QSurfaceDataProxy.series: PySide6.QtGraphs.QSurface3DSeries#
- Access functions:
series
()Signal
seriesChanged
(series)
- PySide6.QtGraphs.QSurfaceDataProxy.addRow(arg__1)#
- Parameters:
arg__1 – .list of QSurfaceDataItem
- Return type:
int
- PySide6.QtGraphs.QSurfaceDataProxy.addRows(rows)#
- Parameters:
rows –
QSurfaceDataArray
- Return type:
int
- PySide6.QtGraphs.QSurfaceDataProxy.array()#
- Return type:
QSurfaceDataArray
- PySide6.QtGraphs.QSurfaceDataProxy.arrayReset()#
- PySide6.QtGraphs.QSurfaceDataProxy.columnCount()#
- Return type:
int
Getter of property columnCount
.
- PySide6.QtGraphs.QSurfaceDataProxy.columnCountChanged(count)#
- Parameters:
count – int
Notification signal of property columnCount
.
- PySide6.QtGraphs.QSurfaceDataProxy.insertRow(arg__1, arg__2)#
- Parameters:
arg__1 – int
arg__2 – .list of QSurfaceDataItem
- PySide6.QtGraphs.QSurfaceDataProxy.insertRows(rowIndex, rows)#
- Parameters:
rowIndex – int
rows –
QSurfaceDataArray
- PySide6.QtGraphs.QSurfaceDataProxy.itemAt(position)#
- Parameters:
position –
PySide6.QtCore.QPoint
- Return type:
- PySide6.QtGraphs.QSurfaceDataProxy.itemAt(rowIndex, columnIndex)
- Parameters:
rowIndex – int
columnIndex – int
- Return type:
- PySide6.QtGraphs.QSurfaceDataProxy.itemChanged(rowIndex, columnIndex)#
- Parameters:
rowIndex – int
columnIndex – int
- PySide6.QtGraphs.QSurfaceDataProxy.removeRows(rowIndex, removeCount)#
- Parameters:
rowIndex – int
removeCount – int
- PySide6.QtGraphs.QSurfaceDataProxy.resetArray(arg__1)#
- Parameters:
arg__1 –
QSurfaceDataArray
- PySide6.QtGraphs.QSurfaceDataProxy.resetArrayNp(x, deltaX, z, deltaZ, data)#
- Parameters:
x – float
deltaX – float
z – float
deltaZ – float
data –
PyArrayObject
Populates the data from a 2 dimensional numpy array containing the y values for a range starting a
x
,z
with steps ofdeltaX
,deltaZ
, respectively.
- PySide6.QtGraphs.QSurfaceDataProxy.rowCount()#
- Return type:
int
Getter of property rowCount
.
- PySide6.QtGraphs.QSurfaceDataProxy.rowCountChanged(count)#
- Parameters:
count – int
Notification signal of property rowCount
.
- PySide6.QtGraphs.QSurfaceDataProxy.rowsAdded(startIndex, count)#
- Parameters:
startIndex – int
count – int
- PySide6.QtGraphs.QSurfaceDataProxy.rowsChanged(startIndex, count)#
- Parameters:
startIndex – int
count – int
- PySide6.QtGraphs.QSurfaceDataProxy.rowsInserted(startIndex, count)#
- Parameters:
startIndex – int
count – int
- PySide6.QtGraphs.QSurfaceDataProxy.rowsRemoved(startIndex, count)#
- Parameters:
startIndex – int
count – int
- PySide6.QtGraphs.QSurfaceDataProxy.series()#
- Return type:
Getter of property series
.
- PySide6.QtGraphs.QSurfaceDataProxy.seriesChanged(series)#
- Parameters:
series –
PySide6.QtGraphs.QSurface3DSeries
Notification signal of property series
.
- PySide6.QtGraphs.QSurfaceDataProxy.setItem(position, item)#
- Parameters:
position –
PySide6.QtCore.QPoint
- PySide6.QtGraphs.QSurfaceDataProxy.setItem(rowIndex, columnIndex, item)
- Parameters:
rowIndex – int
columnIndex – int
- PySide6.QtGraphs.QSurfaceDataProxy.setRow(arg__1, arg__2)#
- Parameters:
arg__1 – int
arg__2 – .list of QSurfaceDataItem
- PySide6.QtGraphs.QSurfaceDataProxy.setRows(rowIndex, rows)#
- Parameters:
rowIndex – int
rows –
QSurfaceDataArray