| 49 | } |
| 50 | |
| 51 | AbstractCoordinateSystem* AbstractPlot::coordinateSystem(const int index) const { |
| 52 | // TODO: use default when not specified? |
| 53 | return m_coordinateSystems.at(index); |
| 54 | } |
| 55 | |
| 56 | QVector<AbstractCoordinateSystem*> AbstractPlot::coordinateSystems() const { |
| 57 | return m_coordinateSystems; |
no outgoing calls