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