MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / rulerSceneYForTest

Method rulerSceneYForTest

pj_widgets/src/Timeline.cpp:1950–1952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1948}
1949
1950double Timeline::rulerSceneYForTest() const {
1951 return ruler_item_ != nullptr ? ruler_item_->y() : 0.0;
1952}
1953
1954int Timeline::nameRowCountForTest() const {
1955 return name_panel_->rowCountForTest();

Callers 1

TESTFunction · 0.80

Calls 1

yMethod · 0.80

Tested by 1

TESTFunction · 0.64