QItemModelBarDataProxy¶
- PyQt5.QtDataVisualization.QItemModelBarDataProxy
Inherits from QBarDataProxy.
Description¶
TODO
Enums¶
- MultiMatchBehavior
TODO
Member
Value
Description
MMBAverage TODO
TODO
MMBCumulative TODO
TODO
MMBFirst TODO
TODO
MMBLast TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- __init__(QAbstractItemModel, parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, str, str, parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, str, str, str, parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, str, str, Iterable[str], Iterable[str], parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, str, str, str, Iterable[str], Iterable[str], parent: QObject = None)
TODO
- autoColumnCategories() → bool
TODO
- autoRowCategories() → bool
TODO
- columnCategories() → List[str]
TODO
- columnCategoryIndex(str) → int
TODO
- columnRole() → str
TODO
- columnRolePattern() → QRegExp
TODO
- columnRoleReplace() → str
TODO
- itemModel() → QAbstractItemModel
TODO
- multiMatchBehavior() → MultiMatchBehavior
TODO
- remap(str, str, str, str, Iterable[str], Iterable[str])
TODO
- rotationRole() → str
TODO
- rotationRolePattern() → QRegExp
TODO
- rotationRoleReplace() → str
TODO
- rowCategories() → List[str]
TODO
- rowCategoryIndex(str) → int
TODO
- rowRole() → str
TODO
- rowRolePattern() → QRegExp
TODO
- rowRoleReplace() → str
TODO
- setAutoColumnCategories(bool)
TODO
- setAutoRowCategories(bool)
TODO
- setColumnCategories(Iterable[str])
TODO
- setColumnRole(str)
TODO
- setColumnRolePattern(QRegExp)
TODO
- setColumnRoleReplace(str)
TODO
- setItemModel(QAbstractItemModel)
TODO
- setMultiMatchBehavior(MultiMatchBehavior)
TODO
- setRotationRole(str)
TODO
- setRotationRolePattern(QRegExp)
TODO
- setRotationRoleReplace(str)
TODO
- setRowCategories(Iterable[str])
TODO
- setRowRole(str)
TODO
- setRowRolePattern(QRegExp)
TODO
- setRowRoleReplace(str)
TODO
- setUseModelCategories(bool)
TODO
- setValueRole(str)
TODO
- setValueRolePattern(QRegExp)
TODO
- setValueRoleReplace(str)
TODO
- useModelCategories() → bool
TODO
- valueRole() → str
TODO
- valueRolePattern() → QRegExp
TODO
- valueRoleReplace() → str
TODO
Signals¶
- autoColumnCategoriesChanged(bool)
TODO
- autoRowCategoriesChanged(bool)
TODO
- columnCategoriesChanged()
TODO
- columnRoleChanged(str)
TODO
- columnRolePatternChanged(QRegExp)
TODO
- columnRoleReplaceChanged(str)
TODO
- itemModelChanged(QAbstractItemModel)
TODO
- multiMatchBehaviorChanged(MultiMatchBehavior)
TODO
- rotationRoleChanged(str)
TODO
- rotationRolePatternChanged(QRegExp)
TODO
- rotationRoleReplaceChanged(str)
TODO
- rowCategoriesChanged()
TODO
- rowRoleChanged(str)
TODO
- rowRolePatternChanged(QRegExp)
TODO
- rowRoleReplaceChanged(str)
TODO
- useModelCategoriesChanged(bool)
TODO
- valueRoleChanged(str)
TODO
- valueRolePatternChanged(QRegExp)
TODO
- valueRoleReplaceChanged(str)
TODO