Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
void NumberSpinBox::setMinimum(double min) {
457
m_minimum = min;
458
}
459
460
double NumberSpinBox::maximum() const {
461
return m_maximum;
Callers
15
spinBoxCalculateMinMax
Method · 0.80
updateSettings
Method · 0.80
derivOrderChanged
Method · 0.80
typeChanged
Method · 0.80
methodChanged
Method · 0.80
recalculateClicked
Method · 0.80
kernelChanged
Method · 0.80
importTo
Method · 0.80
importTo
Method · 0.80
setRange
Method · 0.80
LineWidget
Method · 0.80
numberSpinBoxLimit
Method · 0.80
Calls
no outgoing calls
Tested by
9
numberSpinBoxLimit
Method · 0.64
numberSpinBoxPrefixSuffix
Method · 0.64
numberSpinBoxEnterNumber
Method · 0.64
numberSpinBoxDecimals2
Method · 0.64
numberSpinBoxScrollingNegToPos
Method · 0.64
numberSpinBoxScrollingNegToPos2
Method · 0.64
numberSpinBoxScrollingNegativeValues
Method · 0.64
numberSpinBoxMinimumFeedback
Method · 0.64
numberSpinBoxDecimalsMinMax
Method · 0.64