Skip to content

AbstractGraphicsShapeItem

Qt Base Class: QAbstractGraphicsShapeItem

Signature: QAbstractGraphicsShapeItem(self, parent: Optional[PySide6.QtWidgets.QGraphicsItem] = None) -> None

Base classes

Name Children Inherits
AbstractGraphicsShapeItemMixin
prettyqt.widgets.abstractgraphicsshapeitem
QAbstractGraphicsShapeItem
PySide6.QtWidgets
QAbstractGraphicsShapeItem(self, parent: Optional[PySide6.QtWidgets.QGraphicsItem] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473293715568["widgets.AbstractGraphicsShapeItem"]
  1473293714592["widgets.AbstractGraphicsShapeItemMixin"]
  1473293706784["widgets.GraphicsItemMixin"]
  140713234304496["builtins.object"]
  1473290838944["QtWidgets.QAbstractGraphicsShapeItem"]
  1473290795024["QtWidgets.QGraphicsItem"]
  1473291690208["Shiboken.Object"]
  1473293714592 --> 1473293715568
  1473293706784 --> 1473293714592
  140713234304496 --> 1473293706784
  1473290838944 --> 1473293715568
  1473290795024 --> 1473290838944
  1473291690208 --> 1473290795024
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: AbstractGraphicsShapeItemMixin, QAbstractGraphicsShapeItem

Common base for all path items.

Source code in prettyqt\widgets\abstractgraphicsshapeitem.py
class AbstractGraphicsShapeItem(
    AbstractGraphicsShapeItemMixin, widgets.QAbstractGraphicsShapeItem
):
    """Common base for all path items."""