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

Method boundingRect

src/backend/datapicker/DatapickerPoint.cpp:372–374  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370 Returns the outer bounds of the item as a rectangle.
371 */
372QRectF DatapickerPointPrivate::boundingRect() const {
373 return m_boundingRectangle;
374}
375
376/*!
377 Returns the shape of this item as a QPainterPath in local coordinates.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected