Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paintMaximumIntensities_
Method · 0.45
showGoToDialog
Method · 0.45
getMinMax
Function · 0.45
addRangeRow
Function · 0.45
IsotopeDistribution_test.cpp
File · 0.45
RangeManager_test.cpp
File · 0.45
FLASHDeconvHelperStructs_test.cpp
File · 0.45
Calls
1
toFloat
Method · 0.80
Tested by
no test coverage detected