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

Method store

src/openms_gui/source/VISUAL/VISUALIZER/SoftwareVisualizer.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void SoftwareVisualizer::store()
41 {
42 ptr_->setName(software_name_->text());
43 ptr_->setVersion(software_version_->text());
44
45 temp_ = (*ptr_);
46 }
47
48 void SoftwareVisualizer::undo_()
49 {

Callers

nothing calls this directly

Calls 2

setVersionMethod · 0.80
setNameMethod · 0.45

Tested by

no test coverage detected