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

Method setDefaultStyle

pj_plotting/widget/src/PlotWidgetBase.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void PlotWidgetBase::setDefaultStyle(CurveStyle default_style) {
498 plot_->default_curve_style = default_style;
499 updateCurvesStyle();
500}
501
502PlotWidgetBase::CurveStyle PlotWidgetBase::defaultCurveStyle() const noexcept {
503 return plot_->default_curve_style;

Callers 4

applyPreviewDisplayMethod · 0.80
TESTFunction · 0.80
applyDotsMethod · 0.80
applyActivePlotStyleMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64