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

Method hoverLeaveEvent

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:4599–4605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4597}
4598
4599void CartesianPlotPrivate::hoverLeaveEvent(QGraphicsSceneHoverEvent* event) {
4600 for (auto* plot : q->children<Plot>())
4601 plot->setHover(false);
4602
4603 m_hovered = false;
4604 QGraphicsItem::hoverLeaveEvent(event);
4605}
4606
4607void CartesianPlotPrivate::mouseHoverZoomSelectionMode(QPointF logicPos, int cSystemIndex) {
4608 m_insideDataRect = true;

Callers

nothing calls this directly

Calls 1

setHoverMethod · 0.80

Tested by

no test coverage detected