| 199 | void PlotWidget::removePlotAxisHandle(PlotAxisHandle *ax) { m_plotAxisHandles[ax->axis()->position()].removeAll(ax); } |
| 200 | |
| 201 | void PlotWidget::addPlotAxis(PlotAxis *ax) { m_plotAxis[ax->position()].append(ax); } |
| 202 | |
| 203 | bool PlotWidget::eventFilter(QObject *object, QEvent *event) |
| 204 | { |