MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / boundingRect

Method boundingRect

ASAP/annotation/RectangleAnnotationTool.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23QGraphicsTextItem(text) { }
24
25QRectF RectangleAnnotationTool::QGraphicsTextItemWithBackground::boundingRect() const {
26 return QGraphicsTextItem::boundingRect().adjusted(-5, -5, 5, 5);
27}
28
29void RectangleAnnotationTool::QGraphicsTextItemWithBackground::paint(QPainter *painter, const QStyleOptionGraphicsItem *o, QWidget *w) {
30 painter->setPen(Qt::NoPen);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected