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

Method plotCount

pj_plotting/widget/src/PlotDocker.cpp:614–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614int PlotDocker::plotCount() const {
615 return dockAreaCount();
616}
617
618DockWidget* PlotDocker::plotAt(int index) {
619 return dynamic_cast<DockWidget*>(dockArea(index)->currentDockWidget());

Callers 10

TESTFunction · 0.80
splitFromFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 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 4

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