Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ verticalScrollValueForTest
Method
verticalScrollValueForTest
pj_widgets/src/Timeline.cpp:1942–1944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1940
}
1941
1942
int Timeline::verticalScrollValueForTest() const {
1943
return view_->verticalScrollBar()->value();
1944
}
1945
1946
void Timeline::setVerticalScrollForTest(int value) {
1947
view_->verticalScrollBar()->setValue(value);
Callers
1
TEST
Function · 0.80
Calls
2
verticalScrollBar
Method · 0.80
value
Method · 0.45
Tested by
1
TEST
Function · 0.64