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

Method update_

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

Source from the content-addressed store, hash-verified

32 }
33
34 void SoftwareVisualizer::update_()
35 {
36 software_name_->setText(temp_.getName().c_str());
37 software_version_->setText(temp_.getVersion().c_str());
38 }
39
40 void SoftwareVisualizer::store()
41 {

Callers

nothing calls this directly

Calls 3

setTextMethod · 0.80
getNameMethod · 0.45
getVersionMethod · 0.45

Tested by

no test coverage detected