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