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

Method applyFilter

pj_widgets/src/CurveTreeView.cpp:539–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void CurveTreeView::applyFilter(const QString& filter) {
540 if (filter == last_filter_) {
541 return;
542 }
543 last_filter_ = filter;
544 refilterTree();
545}
546
547void CurveTreeView::refilterTree() {
548 const QStringList tokens = last_filter_.split(' ', Qt::SkipEmptyParts);

Callers 5

TESTFunction · 0.45
restoreDataProcessorsMethod · 0.45
onFilterChangedMethod · 0.45
onCustomFilterChangedMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36