MCPcopy Create free account
hub / github.com/KDE/labplot / value

Method value

src/frontend/spreadsheet/AddValueLabelDialog.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117double AddValueLabelDialog::value() const {
118 bool ok;
119 double value = QLocale().toDouble(leValue->text(), &ok);
120
121 return ok ? value : 0.0;
122}
123
124int AddValueLabelDialog::valueInt() const {
125 bool ok;

Callers 9

showOverviewMethod · 0.45
showBarPlotMethod · 0.45
showParetoPlotMethod · 0.45
copyValidDataMethod · 0.45
runMethod · 0.45
~SampleValuesDialogMethod · 0.45
sampleValuesMethod · 0.45
subtractBaselineMethod · 0.45

Calls 1

textMethod · 0.45

Tested by

no test coverage detected