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

Method setMinimum

src/frontend/widgets/NumberSpinBox.cpp:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void NumberSpinBox::setMinimum(double min) {
457 m_minimum = min;
458}
459
460double NumberSpinBox::maximum() const {
461 return m_maximum;

Callers 15

updateSettingsMethod · 0.80
derivOrderChangedMethod · 0.80
typeChangedMethod · 0.80
methodChangedMethod · 0.80
recalculateClickedMethod · 0.80
kernelChangedMethod · 0.80
importToMethod · 0.80
importToMethod · 0.80
setRangeMethod · 0.80
LineWidgetMethod · 0.80
numberSpinBoxLimitMethod · 0.80

Calls

no outgoing calls