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

Method gridVisible

pj_plotting/widget/src/PlotWidgetBase.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417bool PlotWidgetBase::gridVisible() const noexcept {
418 return plot_->grid->xEnabled();
419}
420
421void PlotWidgetBase::setZoomEnabled(bool enabled) {
422 plot_->zoom_enabled = enabled;

Callers 2

TESTFunction · 0.45
loadControlsFromDockMethod · 0.45

Calls 1

xEnabledMethod · 0.80

Tested by 1

TESTFunction · 0.36