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

Method setMinMaxOfRange

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

Source from the content-addressed store, hash-verified

37 }
38
39 void Plot1DGoToDialog::setMinMaxOfRange(float min, float max)
40 {
41 ui_->min_const_->setText(QString("min: ") + QString::number(min));
42 ui_->max_const_->setText(QString("max: ") + QString::number(max));
43 }
44
45 bool Plot1DGoToDialog::checked()
46 {

Callers 3

showGoToDialogMethod · 0.45
showGoToDialogMethod · 0.45
showGoToDialogMethod · 0.45

Calls 3

numberFunction · 0.85
setTextMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected