Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
bool PlotWidget::trackerValueBoxVisible() const noexcept {
364
return tracker_ != nullptr && tracker_->valueBoxVisible();
365
}
366
367
void PlotWidget::setShowPoints(bool show) {
368
show_points_ = show;
Callers
1
TEST
Function · 0.80
Calls
1
valueBoxVisible
Method · 0.80
Tested by
1
TEST
Function · 0.64