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

Method currentTab

pj_plotting/widget/src/TabbedPlotWidget.cpp:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325TabbedPlotWidget::~TabbedPlotWidget() = default;
326
327PlotDocker* TabbedPlotWidget::currentTab() {
328 return qobject_cast<PlotDocker*>(stack_->currentWidget());
329}
330
331int TabbedPlotWidget::dockerCount() const {
332 return static_cast<int>(tabs_.size());

Callers 3

forEachVisibleDockMethod · 0.80
firstPlotOfActiveTabMethod · 0.80
activeFocusedDockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected