- class QBarDataProxy#
-
摘要#
属性#
方法#
def
__init__()
定义
addRow()
定义
addRows()
定义
array()
定义
colCount()
定义
insertRow()
定义
insertRows()
定义
itemAt()
定义
removeRows()
定义
resetArray()
定义
rowAt()
定义
rowCount()
定义
rowLabels()
定义
series()
定义
setItem()
定义
setRow()
定义
setRows()
信号#
定义
arrayReset()
定义
rowsAdded()
备注
此文档可能包含从 C++ 自动翻译成 Python 的片段。我们始终欢迎对片段翻译的贡献。如果您看到翻译中存在任何问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来告知我们
详细描述#
备注
当使用
from __feature__ import true_property
时,可以直接使用属性;否则通过访问器函数。- propertycolCount: int#
- 访问函数
- propertycolumnLabels: 字符串列表#
- propertyrowCount: int#
- 访问函数
- propertyrowLabels: 字符串列表#
- propertyseries: QBar3DSeries#
- 访问函数
- 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(rowIndex, columnIndex)
- 参数:
rowIndex – int
columnIndex – int
- 返回类型:
- 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()#
- 返回类型:
属性
series 树形结构
的获取器。- seriesChanged(series)#
- 参数:
series -
QBar3DSeries
属性
series 树形结构
的通知信号。- setColumnLabels(labels)#
- 参数:
labels – list of strings
属性
columnLabels 树形结构
的设置器。- setItem(position, item)#
- 参数:
position –
QPoint
item -
QBarDataItem
- setItem(rowIndex, columnIndex, item)
- 参数:
rowIndex – int
columnIndex – int
item -
QBarDataItem
- 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