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

Method activateLayer

src/openms_gui/source/VISUAL/Plot3DCanvas.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void Plot3DCanvas::activateLayer(Size index)
117 {
118 layers_.setCurrentLayer(index);
119 emit layerActivated(this);
120 update_(OPENMS_PRETTY_FUNCTION);
121 }
122
123 void Plot3DCanvas::removeLayer(Size layer_index)
124 {

Callers 3

closeEventMethod · 0.45

Calls 1

setCurrentLayerMethod · 0.80

Tested by

no test coverage detected