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

Method isHovered

src/backend/worksheet/plots/PlotArea.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool PlotArea::isHovered() const {
95 return m_parent->isHovered();
96}
97
98bool PlotArea::isSelected() const {
99 return m_parent->isSelected();

Callers 1

paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected