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

Method store

src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:226–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 void MetaInfoVisualizer::store()
227 {
228 //Store QLineEdit information
229 std::vector<std::pair<UInt, QLineEdit *> >::iterator iter2;
230 for (iter2 = metainfoptr_.begin(); iter2 < metainfoptr_.end(); ++iter2)
231 {
232 UInt index = (*iter2).first;
233 String value(((*iter2).second)->text());
234 temp_.setMetaValue(index, value);
235 }
236 //copy temporary stored data into metainfo object
237 (*ptr_) = temp_;
238
239 }
240
241 void MetaInfoVisualizer::undo_()
242 {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
setMetaValueMethod · 0.45

Tested by

no test coverage detected