PySide6.QtCharts.QHXYModelMapper

class QHXYModelMapper

PySide6.QtCharts.QHXYModelMapper 的继承图

概要

属性

方法

信号

注意

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

详细描述

注意

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

property columnCountᅟ: int
Access functions:
property firstColumnᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property xRowᅟ: int
Access functions:
property yRowᅟ: int
Access functions:
__init__([parent=None])
Parameters:

父对象QObject

columnCount()
Return type:

整数

属性 columnCountᅟ 的获取器。

columnCountChanged()

属性 columnCountᅟ 的通知信号。

firstColumn()
Return type:

整数

属性 firstColumnᅟ 的获取器。

firstColumnChanged()

属性 firstColumnᅟ 的通知信号。

modelReplaced()

属性 modelᅟ 的通知信号。

seriesReplaced()
setColumnCount(columnCount)
Parameters:

columnCount – int

属性 columnCountᅟ 的设置器。

setFirstColumn(firstColumn)
Parameters:

firstColumn – int

属性 firstColumnᅟ 的设置器。

setXRow(xRow)
Parameters:

xRow – 整数

属性 xRowᅟ 的设置器。

setYRow(yRow)
Parameters:

yRow – 整数

属性 yRowᅟ 的设置器。

xRow()
Return type:

整数

属性 xRowᅟ 的获取器。

xRowChanged()

属性 xRowᅟ 的通知信号。

yRow()
Return type:

整数

属性 yRowᅟ 的获取器。

yRowChanged()

属性 yRowᅟ 的通知信号。