| 1505 | } |
| 1506 | |
| 1507 | void Plot1DCanvas::flipLayer(Size index) |
| 1508 | { |
| 1509 | if (index < getLayerCount()) |
| 1510 | { |
| 1511 | getLayer(index).flipped = !getLayer(index).flipped; |
| 1512 | } |
| 1513 | } |
| 1514 | |
| 1515 | void Plot1DCanvas::activateSpectrum(Size index, bool repaint) |
| 1516 | { |
no test coverage detected