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

Method boundingRect

src/backend/datapicker/Segment.cpp:90–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88 Returns the outer bounds of the item as a rectangle.
89 */
90QRectF SegmentPrivate::boundingRect() const {
91 return boundingRectangle;
92}
93
94/*!
95 Returns the shape of this item as a QPainterPath in local coordinates.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected