Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
bool PlotArea::isHovered() const {
95
return m_parent->isHovered();
96
}
97
98
bool PlotArea::isSelected() const {
99
return m_parent->isSelected();
Callers
1
paint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected