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

Method refreshVisibleValues

pj_widgets/src/CurveTreeView.cpp:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void CurveTreeView::refreshVisibleValues(const std::function<QString(const QString&)>& value_provider) {
646 value_provider_ = value_provider;
647 applyVisibleValues();
648}
649
650void CurveTreeView::applyVisibleValues() {
651 if (isColumnHidden(kValueColumn) || !value_provider_) {

Callers 2

TESTFunction · 0.80
fillValuesNowMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64