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

Method boundingRect

ASAP/annotation/PointSetQtAnnotation.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20QRectF PointSetQtAnnotation::boundingRect() const {
21 return _bRect;
22}
23
24void PointSetQtAnnotation::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
25 QWidget *widget) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected