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

Method getMin

src/openms_gui/source/VISUAL/DIALOGS/Plot1DGoToDialog.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 float Plot1DGoToDialog::getMin() const
72 {
73 return ui_->min_->text().toFloat();
74 }
75
76 float Plot1DGoToDialog::getMax() const
77 {

Callers 7

showGoToDialogMethod · 0.45
getMinMaxFunction · 0.45
addRangeRowFunction · 0.45

Calls 1

toFloatMethod · 0.80

Tested by

no test coverage detected