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

Method dockerAt

pj_plotting/widget/src/TabbedPlotWidget.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335PlotDocker* TabbedPlotWidget::dockerAt(int index) {
336 if (index < 0 || index >= dockerCount()) {
337 return nullptr;
338 }
339 return tabs_[static_cast<std::size_t>(index)].docker;
340}
341
342PlotDocker* TabbedPlotWidget::addTab(QString tab_name) {
343 if (tab_name.isEmpty()) {

Callers 2

TESTFunction · 0.80
forEachDockerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64