MCPcopy 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

updateScrollbarFunction · 0.45
showGoToDialogMethod · 0.45
showGoToDialogMethod · 0.45
showGoToDialogMethod · 0.45
START_SECTIONFunction · 0.45

Calls 2

numberFunction · 0.85
setTextMethod · 0.80

Tested by 1

START_SECTIONFunction · 0.36