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

Method setStateId

pj_plotting/widget/src/PlotDocker.cpp:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void PlotDocker::setStateId(QString id) {
473 if (!id.isEmpty()) {
474 state_id_ = std::move(id);
475 }
476}
477
478void PlotDocker::refocusAfterRemoval(DockWidget* removed) {
479 DockWidget* target = nullptr;

Callers 2

createPlotMethod · 0.45
restoreNodeFunction · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected