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

Function add

src/openms_gui/include/OpenMS/VISUAL/MetaDataBrowser.h:89–93  ·  view source on GitHub ↗

Adds a peak map

Source from the content-addressed store, hash-verified

87
88 /// Adds a peak map
89 void add(PeakMap & exp)
90 {
91 add(static_cast<ExperimentalSettings &>(exp));
92 treeview_->expandItem(treeview_->findItems(QString::number(0), Qt::MatchExactly, 1).first());
93 }
94
95 /// Adds a peak spectrum
96 void add(MSSpectrum & spectrum)

Callers 3

loadMethod · 0.85
addMethod · 0.85
TraMLFile_test.cppFile · 0.85

Calls 2

numberFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected