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

Method setName

pj_plotting/widget/src/DockWidget.cpp:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void DockWidget::setName(const QString& name) {
268 toolbar_->label()->setText(name);
269}
270
271QString DockWidget::stateId() const {
272 return state_id_;

Callers 3

onTabRenameRequestedMethod · 0.45
xmlLoadStateMethod · 0.45
restoreNodeFunction · 0.45

Calls 2

setTextMethod · 0.45
labelMethod · 0.45

Tested by

no test coverage detected