QBarDataProxy#

Inheritance diagram of PySide6.QtGraphs.QBarDataProxy

Inherited by: QItemModelBarDataProxy

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.QBarDataProxy([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.QBarDataProxy.colCount: int#
Access functions:
property PᅟySide6.QtGraphs.QBarDataProxy.columnLabels: list of strings#
Access functions:
property PᅟySide6.QtGraphs.QBarDataProxy.rowCount: int#
Access functions:
property PᅟySide6.QtGraphs.QBarDataProxy.rowLabels: list of strings#
Access functions:
property PᅟySide6.QtGraphs.QBarDataProxy.series: PySide6.QtGraphs.QBar3DSeries#
Access functions:
PySide6.QtGraphs.QBarDataProxy.addRow(arg__1, arg__2)#
Parameters:
  • arg__1 – .list of QBarDataItem

  • arg__2 – str

Return type:

int

PySide6.QtGraphs.QBarDataProxy.addRow(arg__1)
Parameters:

arg__1 – .list of QBarDataItem

Return type:

int

PySide6.QtGraphs.QBarDataProxy.addRows(rows, labels)#
Parameters:
  • rowsQBarDataArray

  • labels – list of strings

Return type:

int

PySide6.QtGraphs.QBarDataProxy.addRows(rows)
Parameters:

rowsQBarDataArray

Return type:

int

PySide6.QtGraphs.QBarDataProxy.array()#
Return type:

QBarDataArray

PySide6.QtGraphs.QBarDataProxy.arrayReset()#
PySide6.QtGraphs.QBarDataProxy.colCount()#
Return type:

int

Getter of property colCount .

PySide6.QtGraphs.QBarDataProxy.colCountChanged(count)#
Parameters:

count – int

Notification signal of property colCount .

PySide6.QtGraphs.QBarDataProxy.columnLabels()#
Return type:

list of strings

Getter of property columnLabels .

PySide6.QtGraphs.QBarDataProxy.columnLabelsChanged()#

Notification signal of property columnLabels .

PySide6.QtGraphs.QBarDataProxy.insertRow(arg__1, arg__2)#
Parameters:
  • arg__1 – int

  • arg__2 – .list of QBarDataItem

PySide6.QtGraphs.QBarDataProxy.insertRow(arg__1, arg__2, arg__3)
Parameters:
  • arg__1 – int

  • arg__2 – .list of QBarDataItem

  • arg__3 – str

PySide6.QtGraphs.QBarDataProxy.insertRows(rowIndex, rows)#
Parameters:
  • rowIndex – int

  • rowsQBarDataArray

PySide6.QtGraphs.QBarDataProxy.insertRows(rowIndex, rows, labels)
Parameters:
  • rowIndex – int

  • rowsQBarDataArray

  • labels – list of strings

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

positionPySide6.QtCore.QPoint

Return type:

PySide6.QtGraphs.QBarDataItem

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

  • columnIndex – int

Return type:

PySide6.QtGraphs.QBarDataItem

PySide6.QtGraphs.QBarDataProxy.itemChanged(rowIndex, columnIndex)#
Parameters:
  • rowIndex – int

  • columnIndex – int

PySide6.QtGraphs.QBarDataProxy.removeRows(rowIndex, removeCount[, removeLabels=true])#
Parameters:
  • rowIndex – int

  • removeCount – int

  • removeLabels – bool

PySide6.QtGraphs.QBarDataProxy.resetArray(arg__1, arg__2, arg__3)#
Parameters:
  • arg__1QBarDataArray

  • arg__2 – list of strings

  • arg__3 – list of strings

PySide6.QtGraphs.QBarDataProxy.resetArray()
PySide6.QtGraphs.QBarDataProxy.resetArray(arg__1)
Parameters:

arg__1QBarDataArray

PySide6.QtGraphs.QBarDataProxy.rowAt(rowIndex)#
Parameters:

rowIndex – int

Return type:

QList

PySide6.QtGraphs.QBarDataProxy.rowCount()#
Return type:

int

Getter of property rowCount .

PySide6.QtGraphs.QBarDataProxy.rowCountChanged(count)#
Parameters:

count – int

Notification signal of property rowCount .

PySide6.QtGraphs.QBarDataProxy.rowLabels()#
Return type:

list of strings

Getter of property rowLabels .

PySide6.QtGraphs.QBarDataProxy.rowLabelsChanged()#

Notification signal of property rowLabels .

PySide6.QtGraphs.QBarDataProxy.rowsAdded(startIndex, count)#
Parameters:
  • startIndex – int

  • count – int

PySide6.QtGraphs.QBarDataProxy.rowsChanged(startIndex, count)#
Parameters:
  • startIndex – int

  • count – int

PySide6.QtGraphs.QBarDataProxy.rowsInserted(startIndex, count)#
Parameters:
  • startIndex – int

  • count – int

PySide6.QtGraphs.QBarDataProxy.rowsRemoved(startIndex, count)#
Parameters:
  • startIndex – int

  • count – int

PySide6.QtGraphs.QBarDataProxy.series()#
Return type:

PySide6.QtGraphs.QBar3DSeries

Getter of property series .

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

seriesPySide6.QtGraphs.QBar3DSeries

Notification signal of property series .

PySide6.QtGraphs.QBarDataProxy.setColumnLabels(labels)#
Parameters:

labels – list of strings

Setter of property columnLabels .

PySide6.QtGraphs.QBarDataProxy.setItem(position, item)#
Parameters:
PySide6.QtGraphs.QBarDataProxy.setItem(rowIndex, columnIndex, item)
Parameters:
PySide6.QtGraphs.QBarDataProxy.setRow(arg__1, arg__2)#
Parameters:
  • arg__1 – int

  • arg__2 – .list of QBarDataItem

PySide6.QtGraphs.QBarDataProxy.setRow(arg__1, arg__2, arg__3)
Parameters:
  • arg__1 – int

  • arg__2 – .list of QBarDataItem

  • arg__3 – str

PySide6.QtGraphs.QBarDataProxy.setRowLabels(labels)#
Parameters:

labels – list of strings

Setter of property rowLabels .

PySide6.QtGraphs.QBarDataProxy.setRows(rowIndex, rows)#
Parameters:
  • rowIndex – int

  • rowsQBarDataArray

PySide6.QtGraphs.QBarDataProxy.setRows(rowIndex, rows, labels)
Parameters:
  • rowIndex – int

  • rowsQBarDataArray

  • labels – list of strings