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

Method plotAt

pj_plotting/widget/src/PlotDocker.cpp:618–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618DockWidget* PlotDocker::plotAt(int index) {
619 return dynamic_cast<DockWidget*>(dockArea(index)->currentDockWidget());
620}
621
622DockWidget* PlotDocker::focusedDock() const {
623 return focused_dock_.data();

Callers 11

TESTFunction · 0.80
splitFromFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
SetUpMethod · 0.80
onPlotTabAddedMethod · 0.80
forEachDockMethod · 0.80
forEachVisibleDockMethod · 0.80
linkedZoomOutMethod · 0.80
firstPlotOfActiveTabMethod · 0.80
activeFocusedDockMethod · 0.80

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.64
splitFromFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
SetUpMethod · 0.64