MCPcopy Create free account
hub / github.com/Robotips/uConfig / boundingRect

Method boundingRect

src/kicad/viewer/drawcircleitem.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QRectF DrawCircleItem::boundingRect() const
50{
51 return _rect.adjusted(-2, -2, 2, 2);
52}
53
54void DrawCircleItem::setDraw(DrawCircle *draw)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected