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

Method getRange

src/openms_gui/source/VISUAL/DIALOGS/Plot2DGoToDialog.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 Plot2DGoToDialog::AreaXYType Plot2DGoToDialog::getRange()
54 {
55 AreaXYType r{
56 ui_->min_x_->text().toFloat(),
57 ui_->min_y_->text().toFloat(),
58 ui_->max_x_->text().toFloat(),
59 ui_->max_y_->text().toFloat(),
60 };
61 r.ensureMinSpan({1,1});
62 return r;
63 }
64
65 bool Plot2DGoToDialog::checked()
66 {

Callers 15

recalculateRanges_Method · 0.80
showGoToDialogMethod · 0.80
showGoToDialogMethod · 0.80
finishAdding_Method · 0.80
mouseDoubleClickEventMethod · 0.80
mergeIntoLayerMethod · 0.80
getRangeForAreaFunction · 0.80
getRange1DFunction · 0.80
getRangeForAreaFunction · 0.80
getRange1DFunction · 0.80

Calls 1

toFloatMethod · 0.80

Tested by

no test coverage detected