MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / flipLayer

Method flipLayer

src/openms_gui/source/VISUAL/Plot1DCanvas.cpp:1507–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

contextMenuEventMethod · 0.80

Calls 1

getLayerCountFunction · 0.85

Tested by

no test coverage detected