class QItemModelScatterDataProxy

Inheritance diagram of PySide6.QtGraphs.QItemModelScatterDataProxy

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 itemModelᅟ: QAbstractItemModel
Access functions:
property rotationRoleᅟ: str
Access functions:
property rotationRolePatternᅟ: QRegularExpression
Access functions:
property rotationRoleReplaceᅟ: str
Access functions:
property xPosRoleᅟ: str
Access functions:
property xPosRolePatternᅟ: QRegularExpression
Access functions:
property xPosRoleReplaceᅟ: str
Access functions:
property yPosRoleᅟ: str
Access functions:
property yPosRolePatternᅟ: QRegularExpression
Access functions:
property yPosRoleReplaceᅟ: str
Access functions:
property zPosRoleᅟ: str
Access functions:
property zPosRolePatternᅟ: QRegularExpression
Access functions:
property zPosRoleReplaceᅟ: str
Access functions:
__init__([parent=None])
Parameters:

parentQObject

__init__(itemModel[, parent=None])
Parameters:
__init__(itemModel, xPosRole, yPosRole, zPosRole[, parent=None])
Parameters:
__init__(itemModel, xPosRole, yPosRole, zPosRole, rotationRole[, parent=None])
Parameters:
  • itemModelQAbstractItemModel

  • xPosRole – str

  • yPosRole – str

  • zPosRole – str

  • rotationRole – str

  • parentQObject

itemModel()
Return type:

QAbstractItemModel

Getter of property itemModelᅟ .

itemModelChanged(itemModel)
Parameters:

itemModelQAbstractItemModel

Notification signal of property itemModelᅟ .

remap(xPosRole, yPosRole, zPosRole, rotationRole)
Parameters:
  • xPosRole – str

  • yPosRole – str

  • zPosRole – str

  • rotationRole – str

rotationRole()
Return type:

str

Getter of property rotationRoleᅟ .

rotationRoleChanged(role)
Parameters:

role – str

Notification signal of property rotationRoleᅟ .

rotationRolePattern()
Return type:

QRegularExpression

Getter of property rotationRolePatternᅟ .

rotationRolePatternChanged(pattern)
Parameters:

patternQRegularExpression

Notification signal of property rotationRolePatternᅟ .

rotationRoleReplace()
Return type:

str

Getter of property rotationRoleReplaceᅟ .

rotationRoleReplaceChanged(replace)
Parameters:

replace – str

Notification signal of property rotationRoleReplaceᅟ .

setItemModel(itemModel)
Parameters:

itemModelQAbstractItemModel

Setter of property itemModelᅟ .

setRotationRole(role)
Parameters:

role – str

Setter of property rotationRoleᅟ .

setRotationRolePattern(pattern)
Parameters:

patternQRegularExpression

Setter of property rotationRolePatternᅟ .

setRotationRoleReplace(replace)
Parameters:

replace – str

Setter of property rotationRoleReplaceᅟ .

setXPosRole(role)
Parameters:

role – str

Setter of property xPosRoleᅟ .

setXPosRolePattern(pattern)
Parameters:

patternQRegularExpression

Setter of property xPosRolePatternᅟ .

setXPosRoleReplace(replace)
Parameters:

replace – str

Setter of property xPosRoleReplaceᅟ .

setYPosRole(role)
Parameters:

role – str

Setter of property yPosRoleᅟ .

setYPosRolePattern(pattern)
Parameters:

patternQRegularExpression

Setter of property yPosRolePatternᅟ .

setYPosRoleReplace(replace)
Parameters:

replace – str

Setter of property yPosRoleReplaceᅟ .

setZPosRole(role)
Parameters:

role – str

Setter of property zPosRoleᅟ .

setZPosRolePattern(pattern)
Parameters:

patternQRegularExpression

Setter of property zPosRolePatternᅟ .

setZPosRoleReplace(replace)
Parameters:

replace – str

Setter of property zPosRoleReplaceᅟ .

xPosRole()
Return type:

str

Getter of property xPosRoleᅟ .

xPosRoleChanged(role)
Parameters:

role – str

Notification signal of property xPosRoleᅟ .

xPosRolePattern()
Return type:

QRegularExpression

Getter of property xPosRolePatternᅟ .

xPosRolePatternChanged(pattern)
Parameters:

patternQRegularExpression

Notification signal of property xPosRolePatternᅟ .

xPosRoleReplace()
Return type:

str

Getter of property xPosRoleReplaceᅟ .

xPosRoleReplaceChanged(replace)
Parameters:

replace – str

Notification signal of property xPosRoleReplaceᅟ .

yPosRole()
Return type:

str

Getter of property yPosRoleᅟ .

yPosRoleChanged(role)
Parameters:

role – str

Notification signal of property yPosRoleᅟ .

yPosRolePattern()
Return type:

QRegularExpression

Getter of property yPosRolePatternᅟ .

yPosRolePatternChanged(pattern)
Parameters:

patternQRegularExpression

Notification signal of property yPosRolePatternᅟ .

yPosRoleReplace()
Return type:

str

Getter of property yPosRoleReplaceᅟ .

yPosRoleReplaceChanged(replace)
Parameters:

replace – str

Notification signal of property yPosRoleReplaceᅟ .

zPosRole()
Return type:

str

Getter of property zPosRoleᅟ .

zPosRoleChanged(role)
Parameters:

role – str

Notification signal of property zPosRoleᅟ .

zPosRolePattern()
Return type:

QRegularExpression

Getter of property zPosRolePatternᅟ .

zPosRolePatternChanged(pattern)
Parameters:

patternQRegularExpression

Notification signal of property zPosRolePatternᅟ .

zPosRoleReplace()
Return type:

str

Getter of property zPosRoleReplaceᅟ .

zPosRoleReplaceChanged(replace)
Parameters:

replace – str

Notification signal of property zPosRoleReplaceᅟ .