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

Method changeVisibility

src/openms_gui/source/VISUAL/PlotCanvas.cpp:526–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 }
525
526 void PlotCanvas::changeVisibility(Size i, bool b)
527 {
528 LayerDataBase& layer = getLayer(i);
529 if (layer.visible != b)
530 {
531 layer.visible = b;
532 update_buffer_ = true;
533 update_(OPENMS_PRETTY_FUNCTION);
534 }
535 }
536
537 void PlotCanvas::changeLayerFilterState(Size i, bool b)
538 {

Callers 2

itemChangedAction_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected