Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ slideShow
Method
slideShow
src/frontend/worksheet/SlidingPanel.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void SlidingPanel::slideShow() {
39
// timeline: 0 --> 1
40
m_timeLine->setDirection(QTimeLine::Forward);
41
startTimeline();
42
}
43
44
void SlidingPanel::slideHide() {
45
// timeline: 1 --> 0
Callers
1
eventFilter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected