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

Method scheduleRefresh

pj_plotting/widget/src/FilterEditorPanel.cpp:560–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void FilterEditorPanel::scheduleRefresh() {
561 if (preview_timer_) {
562 preview_timer_->start();
563 }
564}
565
566void FilterEditorPanel::refreshPreview() {
567 if (!preview_plot_ || session_ == nullptr) {

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected