MCPcopy 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
1918int Timeline::scrollValueForTest() const {
1919 return view_->horizontalScrollBar()->value();
1920}
1921
1922bool Timeline::horizontalScrollBarVisibleForTest() const {
1923 return view_->horizontalScrollBar()->isVisible();

Callers 1

TESTFunction · 0.80

Calls 2

horizontalScrollBarMethod · 0.80
valueMethod · 0.45

Tested by 1

TESTFunction · 0.64