Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
417
bool PlotWidgetBase::gridVisible() const noexcept {
418
return plot_->grid->xEnabled();
419
}
420
421
void PlotWidgetBase::setZoomEnabled(bool enabled) {
422
plot_->zoom_enabled = enabled;
Callers
2
TEST
Function · 0.45
loadControlsFromDock
Method · 0.45
Calls
1
xEnabled
Method · 0.80
Tested by
1
TEST
Function · 0.36