QGraphicsPixmapItem

PyQt5.QtWidgets.QGraphicsPixmapItem

Inherits from QGraphicsItem.

Description

TODO

Enums

ShapeMode

TODO

Member

Value

Description

BoundingRectShape

TODO

TODO

HeuristicMaskShape

TODO

TODO

MaskShape

TODO

TODO

Methods

__init__(parent: QGraphicsItem = None)

TODO


__init__(QPixmap, parent: QGraphicsItem = None)

TODO


boundingRect() → QRectF

TODO


contains(Union[QPointF, QPoint]) → bool

TODO


isObscuredBy(QGraphicsItem) → bool

TODO


offset() → QPointF

TODO


opaqueArea() → QPainterPath

TODO


paint(QPainter, QStyleOptionGraphicsItem, QWidget)

TODO


pixmap() → QPixmap

TODO


setOffset(Union[QPointF, QPoint])

TODO


setOffset(float, float)

TODO


setPixmap(QPixmap)

TODO


setShapeMode(ShapeMode)

TODO


setTransformationMode(TransformationMode)

TODO


shape() → QPainterPath

TODO


shapeMode() → ShapeMode

TODO


transformationMode() → TransformationMode

TODO


type() → int

TODO