Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ scrollValueForTest
Method
scrollValueForTest
pj_widgets/src/Timeline.cpp:1918–1920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1916
}
1917
1918
int Timeline::scrollValueForTest() const {
1919
return view_->horizontalScrollBar()->value();
1920
}
1921
1922
bool Timeline::horizontalScrollBarVisibleForTest() const {
1923
return view_->horizontalScrollBar()->isVisible();
Callers
1
TEST
Function · 0.80
Calls
2
horizontalScrollBar
Method · 0.80
value
Method · 0.45
Tested by
1
TEST
Function · 0.64