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

Method setFilters

src/openms_gui/source/VISUAL/PlotCanvas.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void PlotCanvas::setFilters(const DataFilters& filters)
88 {
89 // set filters
90 layers_.getCurrentLayer().filters = filters;
91 // update the content
92 update_buffer_ = true;
93 update_(OPENMS_PRETTY_FUNCTION);
94 }
95
96 void PlotCanvas::showGridLines(bool show)
97 {

Callers 3

showMetaDistributionMethod · 0.80
TOPPViewBaseMethod · 0.80

Calls 1

getCurrentLayerMethod · 0.80

Tested by

no test coverage detected