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

Method add

src/openms_gui/source/VISUAL/MetaDataBrowser.cpp:1010–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008 }
1009
1010 void MetaDataBrowser::add(Feature & feature)
1011 {
1012 //peptide ids
1013 for (PeptideIdentification& pep : feature.getPeptideIdentifications())
1014 {
1015 add(pep);
1016 }
1017
1018 add(static_cast<MetaInfoInterface &>(feature));
1019
1020 treeview_->expandItem(treeview_->findItems(QString::number(0), Qt::MatchExactly, 1).first());
1021 }
1022
1023 void MetaDataBrowser::add(ConsensusFeature & feature)
1024 {

Callers

nothing calls this directly

Calls 3

addFunction · 0.85
numberFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected