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

Method flippedLayersExist

src/openms_gui/source/VISUAL/Plot1DCanvas.cpp:1145–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143 }
1144
1145 bool Plot1DCanvas::flippedLayersExist()
1146 {
1147 for (Size i = 0; i < getLayerCount(); ++i)
1148 {
1149 if (getLayer(i).flipped)
1150 {
1151 return true;
1152 }
1153 }
1154 return false;
1155 }
1156
1157 void Plot1DCanvas::updateLayer(Size i)
1158 {

Callers 1

contextMenuEventMethod · 0.80

Calls 1

getLayerCountFunction · 0.85

Tested by

no test coverage detected