QSurfaceDataProxy#

Inheritance diagram of PySide6.QtGraphs.QSurfaceDataProxy

Inherited by: QItemModelSurfaceDataProxy, QHeightMapSurfaceDataProxy

Synopsis#

Properties#

Functions#

Signals#

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:

parentPySide6.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:
property PᅟySide6.QtGraphs.QSurfaceDataProxy.rowCount: int#
Access functions:
property PᅟySide6.QtGraphs.QSurfaceDataProxy.series: PySide6.QtGraphs.QSurface3DSeries#
Access functions:
PySide6.QtGraphs.QSurfaceDataProxy.addRow(arg__1)#
Parameters:

arg__1 – .list of QSurfaceDataItem

Return type:

int

PySide6.QtGraphs.QSurfaceDataProxy.addRows(rows)#
Parameters:

rowsQSurfaceDataArray

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

  • rowsQSurfaceDataArray

PySide6.QtGraphs.QSurfaceDataProxy.itemAt(position)#
Parameters:

positionPySide6.QtCore.QPoint

Return type:

PySide6.QtGraphs.QSurfaceDataItem

PySide6.QtGraphs.QSurfaceDataProxy.itemAt(rowIndex, columnIndex)
Parameters:
  • rowIndex – int

  • columnIndex – int

Return type:

PySide6.QtGraphs.QSurfaceDataItem

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__1QSurfaceDataArray

PySide6.QtGraphs.QSurfaceDataProxy.resetArrayNp(x, deltaX, z, deltaZ, data)#
Parameters:
  • x – float

  • deltaX – float

  • z – float

  • deltaZ – float

  • dataPyArrayObject

Populates the data from a 2 dimensional numpy array containing the y values for a range starting a x, z with steps of deltaX, 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:

PySide6.QtGraphs.QSurface3DSeries

Getter of property series .

PySide6.QtGraphs.QSurfaceDataProxy.seriesChanged(series)#
Parameters:

seriesPySide6.QtGraphs.QSurface3DSeries

Notification signal of property series .

PySide6.QtGraphs.QSurfaceDataProxy.setItem(position, item)#
Parameters:
PySide6.QtGraphs.QSurfaceDataProxy.setItem(rowIndex, columnIndex, item)
Parameters:
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

  • rowsQSurfaceDataArray