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

Method minimum

src/frontend/widgets/NumberSpinBox.cpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452double NumberSpinBox::minimum() const {
453 return m_minimum;
454}
455
456void NumberSpinBox::setMinimum(double min) {
457 m_minimum = min;

Callers 15

xDataColumnChangedMethod · 0.45
autoRangeChangedMethod · 0.45
xDataColumnChangedMethod · 0.45
autoRangeChangedMethod · 0.45
xDataColumnChangedMethod · 0.45
autoRangeChangedMethod · 0.45
autoRangeChangedMethod · 0.45
xDataColumnChangedMethod · 0.45
autoRangeChangedMethod · 0.45
xDataColumnChangedMethod · 0.45
autoRangeChangedMethod · 0.45
xDataColumnChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected