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

Method setStateId

pj_plotting/widget/src/PlotWidget.cpp:475–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void PlotWidget::setStateId(QString id) {
476 if (!id.isEmpty()) {
477 state_id_ = std::move(id);
478 }
479}
480
481QDomElement PlotWidget::xmlSaveState(QDomDocument& doc) const {
482 QDomElement plot_element = doc.createElement(QStringLiteral("plot"));

Callers 2

xmlLoadStateMethod · 0.45
TESTFunction · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 1

TESTFunction · 0.36