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

Method boundingRect

ImagePlay/src/IPProcessStep.cpp:86–90  ·  view source on GitHub ↗

! * \brief IPProcessStep::boundingRect * \return */

Source from the content-addressed store, hash-verified

84 * \return
85 */
86QRectF IPProcessStep::boundingRect() const
87{
88 /// @todo add real bounding rect to prevent false clipping!
89 return QRectF(7,7,50,50);
90}
91
92/*!
93 * \brief IPProcessStep::paint

Callers 3

updateImageMethod · 0.45
zoomFitMethod · 0.45
createProcessStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected