Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setRange
Method
setRange
src/openms_gui/source/VISUAL/DIALOGS/Plot1DGoToDialog.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
void Plot1DGoToDialog::setRange(float min, float max)
34
{
35
ui_->min_->setText(QString::number(min));
36
ui_->max_->setText(QString::number(max));
37
}
38
39
void Plot1DGoToDialog::setMinMaxOfRange(float min, float max)
40
{
Callers
5
updateScrollbar
Function · 0.45
showGoToDialog
Method · 0.45
showGoToDialog
Method · 0.45
showGoToDialog
Method · 0.45
START_SECTION
Function · 0.45
Calls
2
number
Function · 0.85
setText
Method · 0.80
Tested by
1
START_SECTION
Function · 0.36