Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ slideHide
Method
slideHide
src/frontend/worksheet/SlidingPanel.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void SlidingPanel::slideHide() {
45
// timeline: 1 --> 0
46
m_timeLine->setDirection(QTimeLine::Backward);
47
startTimeline();
48
}
49
50
void SlidingPanel::startTimeline() {
51
if (m_timeLine->state() != QTimeLine::Running)
Callers
1
eventFilter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected