MCPcopy Create free account
hub / github.com/KDE/labplot / boundingRect

Method boundingRect

src/backend/worksheet/Image.cpp:266–268  ·  view source on GitHub ↗

! Returns the outer bounds of the item as a rectangle. */

Source from the content-addressed store, hash-verified

264 Returns the outer bounds of the item as a rectangle.
265 */
266QRectF ImagePrivate::boundingRect() const {
267 return transformedBoundingRectangle;
268}
269
270/*!
271 Returns the shape of this item as a QPainterPath in local coordinates.

Callers 15

drawForegroundMethod · 0.45
mouseReleaseEventMethod · 0.45
updateFitMethod · 0.45
addNewMethod · 0.45
exportToFileMethod · 0.45
exportToClipboardMethod · 0.45
printMethod · 0.45
drawForegroundMethod · 0.45
mouseReleaseEventMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected