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

Method setRect

src/backend/worksheet/ResizeItem.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169ResizeItem::~ResizeItem() = default;
170
171void ResizeItem::setRect(QRectF rect) {
172 prepareGeometryChange();
173 m_rect = mapRectFromScene(rect);
174 updateHandleItemPositions();
175}
176
177QRectF ResizeItem::boundingRect() const {
178 return m_rect;

Callers 5

geometryChangedMethod · 0.45
setContainerRectMethod · 0.45
setResizeEnabledMethod · 0.45
retransformMethod · 0.45
helperMacros.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected