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

Method trackerValueBoxVisible

pj_plotting/widget/src/PlotWidget.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool PlotWidget::trackerValueBoxVisible() const noexcept {
364 return tracker_ != nullptr && tracker_->valueBoxVisible();
365}
366
367void PlotWidget::setShowPoints(bool show) {
368 show_points_ = show;

Callers 1

TESTFunction · 0.80

Calls 1

valueBoxVisibleMethod · 0.80

Tested by 1

TESTFunction · 0.64