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

Method getDecoratedName

src/openms_gui/source/VISUAL/LayerDataBase.cpp:49–57  ·  view source on GitHub ↗

get name plus name_extra plus optionally augmented with attributes, e.g. '*' if modified

Source from the content-addressed store, hash-verified

47
48 /// get name plus name_extra plus optionally augmented with attributes, e.g. '*' if modified
49 String LayerDataBase::getDecoratedName() const
50 {
51 String n = name_ + name_suffix_;
52 if (modified)
53 {
54 n += '*';
55 }
56 return n;
57 }
58
59 bool LayerDataBase::annotate(const vector<PeptideIdentification>& identifications,
60 const vector<ProteinIdentification>& protein_identifications)

Callers 2

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected