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

Method defaultCurveStyle

pj_plotting/widget/src/PlotWidgetBase.cpp:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502PlotWidgetBase::CurveStyle PlotWidgetBase::defaultCurveStyle() const noexcept {
503 return plot_->default_curve_style;
504}
505
506PlotWidgetBase::CurveStyle PlotWidgetBase::curveStyle() const noexcept {
507 return plot_->overridden_curve_style.value_or(plot_->default_curve_style);

Callers 4

TESTFunction · 0.80
applyDotsMethod · 0.80
bindEditorToPlotMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64