MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / boundingRect

Method boundingRect

SLiCAP/schematic/image_item.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 # ── QGraphicsItem interface ───────────────────────────────────────────────
114
115 def boundingRect(self) -> QRectF:
116 return QRectF(0, 0, self.display_width, self.display_height)
117
118 def shape(self) -> QPainterPath:
119 path = QPainterPath()

Callers 2

shapeMethod · 0.95
paintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected