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

Method childUnhovered

src/backend/worksheet/WorksheetElementContainer.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void WorksheetElementContainer::childUnhovered() {
201 Q_D(WorksheetElementContainer);
202 if (!d->isSelected())
203 setHover(true);
204}
205
206void WorksheetElementContainer::childChanged() {
207 Q_D(WorksheetElementContainer);

Callers

nothing calls this directly

Calls 1

isSelectedMethod · 0.45

Tested by

no test coverage detected