QBarDataProxy#
Inherited by: QItemModelBarDataProxy
Synopsis#
Properties#
Functions#
def
addRow
(arg__1, arg__2)def
addRow
(arg__1)def
addRows
(rows, labels)def
addRows
(rows)def
array
()def
colCount
()def
columnLabels
()def
insertRow
(arg__1, arg__2)def
insertRow
(arg__1, arg__2, arg__3)def
insertRows
(rowIndex, rows)def
insertRows
(rowIndex, rows, labels)def
itemAt
(position)def
itemAt
(rowIndex, columnIndex)def
removeRows
(rowIndex, removeCount[, removeLabels=true])def
resetArray
(arg__1, arg__2, arg__3)def
resetArray
()def
resetArray
(arg__1)def
rowAt
(rowIndex)def
rowCount
()def
rowLabels
()def
series
()def
setColumnLabels
(labels)def
setItem
(position, item)def
setItem
(rowIndex, columnIndex, item)def
setRow
(arg__1, arg__2)def
setRow
(arg__1, arg__2, arg__3)def
setRowLabels
(labels)def
setRows
(rowIndex, rows)def
setRows
(rowIndex, rows, labels)
Signals#
def
arrayReset
()def
colCountChanged
(count)def
columnLabelsChanged
()def
itemChanged
(rowIndex, columnIndex)def
rowCountChanged
(count)def
rowLabelsChanged
()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.QBarDataProxy([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.QBarDataProxy.colCount: int#
- Access functions:
colCount
()Signal
colCountChanged
(count)
- property PᅟySide6.QtGraphs.QBarDataProxy.columnLabels: list of strings#
- Access functions:
columnLabels
()setColumnLabels
(labels)Signal
columnLabelsChanged
()
- property PᅟySide6.QtGraphs.QBarDataProxy.rowCount: int#
- Access functions:
rowCount
()Signal
rowCountChanged
(count)
- property PᅟySide6.QtGraphs.QBarDataProxy.rowLabels: list of strings#
- Access functions:
rowLabels
()setRowLabels
(labels)Signal
rowLabelsChanged
()
- property PᅟySide6.QtGraphs.QBarDataProxy.series: PySide6.QtGraphs.QBar3DSeries#
- Access functions:
series
()Signal
seriesChanged
(series)
- 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:
rows –
QBarDataArray
labels – list of strings
- Return type:
int
- PySide6.QtGraphs.QBarDataProxy.addRows(rows)
- Parameters:
rows –
QBarDataArray
- 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
rows –
QBarDataArray
- PySide6.QtGraphs.QBarDataProxy.insertRows(rowIndex, rows, labels)
- Parameters:
rowIndex – int
rows –
QBarDataArray
labels – list of strings
- PySide6.QtGraphs.QBarDataProxy.itemAt(position)#
- Parameters:
position –
PySide6.QtCore.QPoint
- Return type:
- PySide6.QtGraphs.QBarDataProxy.itemAt(rowIndex, columnIndex)
- Parameters:
rowIndex – int
columnIndex – int
- Return type:
- 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__1 –
QBarDataArray
arg__2 – list of strings
arg__3 – list of strings
- PySide6.QtGraphs.QBarDataProxy.resetArray()
- PySide6.QtGraphs.QBarDataProxy.resetArray(arg__1)
- Parameters:
arg__1 –
QBarDataArray
- 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:
Getter of property series
.
- PySide6.QtGraphs.QBarDataProxy.seriesChanged(series)#
- Parameters:
series –
PySide6.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:
position –
PySide6.QtCore.QPoint
- PySide6.QtGraphs.QBarDataProxy.setItem(rowIndex, columnIndex, item)
- Parameters:
rowIndex – int
columnIndex – int
- 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
rows –
QBarDataArray
- PySide6.QtGraphs.QBarDataProxy.setRows(rowIndex, rows, labels)
- Parameters:
rowIndex – int
rows –
QBarDataArray
labels – list of strings