Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
void FilterEditorPanel::scheduleRefresh() {
561
if (preview_timer_) {
562
preview_timer_->start();
563
}
564
}
565
566
void FilterEditorPanel::refreshPreview() {
567
if (!preview_plot_ || session_ == nullptr) {
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected