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

Method removeAllCurves

pj_plotting/widget/src/PlotWidget.cpp:850–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void PlotWidget::removeAllCurves() {
851 PlotWidgetBase::removeAllCurves();
852 setModeXY(false);
853 if (tracker_ != nullptr) {
854 tracker_->setEnabled(tracker_enabled_);
855 tracker_->redraw();
856 }
857}
858
859bool PlotWidget::revalidate() {
860 if (catalog_ == nullptr) {

Callers 3

refreshPreviewMethod · 0.45
restoreNodeFunction · 0.45
applyToWidgetFunction · 0.45

Calls 2

redrawMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected