QItemModelSurfaceDataProxy¶
- PyQt5.QtDataVisualization.QItemModelSurfaceDataProxy
Inherits from QSurfaceDataProxy.
Description¶
TODO
Enums¶
- MultiMatchBehavior
TODO
Member
Value
Description
MMBAverage TODO
TODO
MMBCumulativeY 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, Iterable[str], Iterable[str], parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, str, str, str, str, parent: QObject = None)
TODO
- __init__(QAbstractItemModel, str, 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, str, Iterable[str], Iterable[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
- setRowCategories(Iterable[str])
TODO
- setRowRole(str)
TODO
- setRowRolePattern(QRegExp)
TODO
- setRowRoleReplace(str)
TODO
- setUseModelCategories(bool)
TODO
- setXPosRole(str)
TODO
- setXPosRolePattern(QRegExp)
TODO
- setXPosRoleReplace(str)
TODO
- setYPosRole(str)
TODO
- setYPosRolePattern(QRegExp)
TODO
- setYPosRoleReplace(str)
TODO
- setZPosRole(str)
TODO
- setZPosRolePattern(QRegExp)
TODO
- setZPosRoleReplace(str)
TODO
- useModelCategories() → bool
TODO
- xPosRole() → str
TODO
- xPosRolePattern() → QRegExp
TODO
- xPosRoleReplace() → str
TODO
- yPosRole() → str
TODO
- yPosRolePattern() → QRegExp
TODO
- yPosRoleReplace() → str
TODO
- zPosRole() → str
TODO
- zPosRolePattern() → QRegExp
TODO
- zPosRoleReplace() → 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
- rowCategoriesChanged()
TODO
- rowRoleChanged(str)
TODO
- rowRolePatternChanged(QRegExp)
TODO
- rowRoleReplaceChanged(str)
TODO
- useModelCategoriesChanged(bool)
TODO
- xPosRoleChanged(str)
TODO
- xPosRolePatternChanged(QRegExp)
TODO
- xPosRoleReplaceChanged(str)
TODO
- yPosRoleChanged(str)
TODO
- yPosRolePatternChanged(QRegExp)
TODO
- yPosRoleReplaceChanged(str)
TODO
- zPosRoleChanged(str)
TODO
- zPosRolePatternChanged(QRegExp)
TODO
- zPosRoleReplaceChanged(str)
TODO