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

Method refreshStreamingCombo

pj_app/src/MainWindow.cpp:2288–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2286}
2287
2288void MainWindow::refreshStreamingCombo() {
2289 QStringList names;
2290 for (const auto* ds : session_->extensionCatalog().streamSources()) {
2291 names << QString::fromStdString(ds->name);
2292 }
2293 ui_->leftPanel->setStreamingSources(names);
2294}
2295
2296void MainWindow::wireExistingPlots() {
2297 forEachDocker([this](PlotDocker* docker) { onPlotTabAdded(docker); });

Callers

nothing calls this directly

Calls 2

streamSourcesMethod · 0.80
setStreamingSourcesMethod · 0.80

Tested by

no test coverage detected