| 1481 | } |
| 1482 | |
| 1483 | Plot2DWidget* TOPPViewBase::getActive2DWidget() const |
| 1484 | { |
| 1485 | return qobject_cast<Plot2DWidget*>(getActivePlotWidget()); |
| 1486 | } |
| 1487 | |
| 1488 | Plot3DWidget* TOPPViewBase::getActive3DWidget() const |
| 1489 | { |
no outgoing calls
no test coverage detected