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

Method mouseReleaseEvent

src/backend/worksheet/ResizeItem.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ResizeItem::HandleItem::mouseReleaseEvent(QGraphicsSceneMouseEvent*) {
76 m_parent->container()->setUndoAware(true);
77 m_parent->container()->setPrevRect(m_oldRect);
78}
79
80void ResizeItem::HandleItem::hoverEnterEvent(QGraphicsSceneHoverEvent* event) {
81 m_parent->container()->graphicsItem()->setFlag(ItemIsMovable, false);

Callers

nothing calls this directly

Calls 3

setUndoAwareMethod · 0.80
containerMethod · 0.80
setPrevRectMethod · 0.80

Tested by

no test coverage detected