class QVPieModelMapper

Inheritance diagram of PySide6.QtCharts.QVPieModelMapper

Synopsis

Properties

Methods

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

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property firstRowᅟ: int
Access functions:
property labelsColumnᅟ: int
Access functions:
property modelᅟ: QAbstractItemModel
Access functions:
property rowCountᅟ: int
Access functions:
property seriesᅟ: QPieSeries
Access functions:
property valuesColumnᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

firstRow()
Return type:

int

Getter of property firstRowᅟ .

firstRowChanged()

Notification signal of property firstRowᅟ .

labelsColumn()
Return type:

int

Getter of property labelsColumnᅟ .

labelsColumnChanged()

Notification signal of property labelsColumnᅟ .

modelReplaced()

Notification signal of property modelᅟ .

rowCount()
Return type:

int

Getter of property rowCountᅟ .

rowCountChanged()

Notification signal of property rowCountᅟ .

seriesReplaced()

Notification signal of property seriesᅟ .

setFirstRow(firstRow)
Parameters:

firstRow – int

Setter of property firstRowᅟ .

setLabelsColumn(labelsColumn)
Parameters:

labelsColumn – int

Setter of property labelsColumnᅟ .

setRowCount(rowCount)
Parameters:

rowCount – int

Setter of property rowCountᅟ .

setValuesColumn(valuesColumn)
Parameters:

valuesColumn – int

Setter of property valuesColumnᅟ .

valuesColumn()
Return type:

int

Getter of property valuesColumnᅟ .

valuesColumnChanged()

Notification signal of property valuesColumnᅟ .