MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / boundingRect

Method boundingRect

ImagePlay/src/IPProcessEdgeTmp.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30QRectF IPProcessEdgeTmp::boundingRect() const
31{
32 return QRectF(_from, _to);
33}
34
35void IPProcessEdgeTmp::paint(QPainter* painter, const QStyleOptionGraphicsItem*, QWidget*)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected