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

Function name

pj_plotting/widget/src/TabbedPlotWidget.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 [[nodiscard]] QString name() const {
132 return label_->text();
133 }
134
135 void setSelected(bool selected) {
136 if (property("selected").toBool() == selected) {

Callers 7

parseObjectRecordAsFunction · 0.85
cbEnsureParserBindingMethod · 0.85
addObjectTopicFunction · 0.85
confirmAndMergeDatasetsFunction · 0.85
xmlSaveStateMethod · 0.85
resolveObjectFunction · 0.85

Calls 1

textMethod · 0.45

Tested by 1

addObjectTopicFunction · 0.68