class QBarDataProxy#

Inheritance diagram of PySide6.QtGraphs.QBarDataProxy

继承自: QItemModelBarDataProxy

摘要#

属性#

方法#

信号#

备注

此文档可能包含从 C++ 自动翻译成 Python 的片段。我们始终欢迎对片段翻译的贡献。如果您看到翻译中存在任何问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来告知我们

详细描述#

备注

当使用 from __feature__ import true_property 时,可以直接使用属性;否则通过访问器函数。

propertycolCount: int#
访问函数
propertycolumnLabels: 字符串列表#
访问函数
propertyrowCount: int#
访问函数
propertyrowLabels: 字符串列表#
访问函数
propertyseries: QBar3DSeries#
访问函数
__init__([parent=None])#
参数:

parentQObject

addRow(row)#
参数:

row – .list of QBarDataItem

返回类型:

int

addRow(row, label)
参数:
  • row – .list of QBarDataItem

  • label – str

返回类型:

int

addRows(rows)#
参数:

rows – .list of list of QBarDataItem

返回类型:

int

addRows(rows, labels)
参数:
  • rows – .list of list of QBarDataItem

  • labels – list of strings

返回类型:

int

array()#
返回类型:

.list of list of QBarDataItem

arrayReset()#
colCount()#
返回类型:

int

属性 getter colCount .

colCountChanged(count)#
参数:

count – int

属性 colCount 的通知信号 .

columnLabels()#
返回类型:

字符串列表

属性 getter columnLabels .

columnLabelsChanged()#

属性 columnLabels 的通知信号 .

insertRow(rowIndex, row)#
参数:
  • rowIndex – int

  • row – .list of QBarDataItem

insertRow(rowIndex, row, label)
参数:
  • rowIndex – int

  • row – .list of QBarDataItem

  • label – str

insertRows(rowIndex, rows)#
参数:
  • rowIndex – int

  • rows – .list of list of QBarDataItem

insertRows(rowIndex, rows, labels)
参数:
  • rowIndex – int

  • rows – .list of list of QBarDataItem

  • labels – list of strings

itemAt(position)#
参数:

positionQPoint

返回类型:

QBarDataItem

itemAt(rowIndex, columnIndex)
参数:
  • rowIndex – int

  • columnIndex – int

返回类型:

QBarDataItem

itemChanged(rowIndex, columnIndex)#
参数:
  • rowIndex – int

  • columnIndex – int

removeRows(rowIndex, removeCount[, removeLabels=true])#
参数:
  • rowIndex – int

  • removeCount – int

  • removeLabels – bool

resetArray(newArray, rowLabels, columnLabels)#
参数:
  • newArray – .list of list of QBarDataItem

  • rowLabels – list of strings

  • columnLabels – list of strings

resetArray(newArray)
参数:

newArray – .list of list of QBarDataItem

resetArray()
rowAt(rowIndex)#
参数:

rowIndex – int

返回类型:

.list of QBarDataItem

rowCount()#
返回类型:

int

属性 rowCount 的获取器。

rowCountChanged(count)#
参数:

count – int

属性的属性 rowCount 树形结构 的通知信号。

rowLabels()#
返回类型:

字符串列表

属性 rowLabels 树形结构 的获取器。

rowLabelsChanged()#

属性 rowLabels 树形结构 的通知信号。

rowsAdded(startIndex, count)#
参数:
  • startIndex - int

  • count – int

rowsChanged(startIndex, count)#
参数:
  • startIndex - int

  • count – int

rowsInserted(startIndex, count)#
参数:
  • startIndex - int

  • count – int

rowsRemoved(startIndex, count)#
参数:
  • startIndex - int

  • count – int

series()#
返回类型:

QBar3DSeries

属性 series 树形结构 的获取器。

seriesChanged(series)#
参数:

series - QBar3DSeries

属性 series 树形结构 的通知信号。

setColumnLabels(labels)#
参数:

labels – list of strings

属性 columnLabels 树形结构 的设置器。

setItem(position, item)#
参数:
setItem(rowIndex, columnIndex, item)
参数:
setRow(rowIndex, row)#
参数:
  • rowIndex – int

  • row – .list of QBarDataItem

setRow(rowIndex, row, label)
参数:
  • rowIndex – int

  • row – .list of QBarDataItem

  • label – str

setRowLabels(labels)#
参数:

labels – list of strings

属性 rowLabelsⁿ 的设置器。

setRows(rowIndex, rows)#
参数:
  • rowIndex – int

  • rows – .list of list of QBarDataItem

setRows(rowIndex, rows, labels)
参数:
  • rowIndex – int

  • rows – .list of list of QBarDataItem

  • labels – list of strings