| 646 | } |
| 647 | |
| 648 | void GRTimePlotAddonSettings::showPlotLabels(bool b) |
| 649 | { |
| 650 | PlotWidget *plotWidget = m_plot->plot(); |
| 651 | plotWidget->setShowXAxisLabels(b); |
| 652 | plotWidget->setShowYAxisLabels(b); |
| 653 | plotWidget->showAxisLabels(); |
| 654 | } |
| 655 | |
| 656 | QString GRTimePlotAddonSettings::getName() { return name; } |
| 657 |
nothing calls this directly
no test coverage detected