| 120 | PlotAxisHandle *PlotCursors::getY1Cursor() { return m_yCursors.first; } |
| 121 | |
| 122 | PlotAxisHandle *PlotCursors::getY2Cursor() { return m_yCursors.second; } |
| 123 | |
| 124 | PlotAxisHandle *PlotCursors::getX1Cursor() { return m_xCursors.first; } |
| 125 |
no outgoing calls
no test coverage detected