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

Method trackerParameter

pj_plotting/widget/src/PlotWidget.cpp:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359CurveTracker::Parameter PlotWidget::trackerParameter() const noexcept {
360 return tracker_ != nullptr ? tracker_->parameter() : CurveTracker::kValue;
361}
362
363bool PlotWidget::trackerValueBoxVisible() const noexcept {
364 return tracker_ != nullptr && tracker_->valueBoxVisible();

Callers 1

TESTFunction · 0.80

Calls 1

parameterMethod · 0.80

Tested by 1

TESTFunction · 0.64