Home
last modified time | relevance | path

Searched refs:fWholeDigits (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp55 fWholeDigits(wholeDigits), in NumericValControl()
83 fWholeDigits(wholeDigits), in NumericValControl()
106 ASSERT(fWholeDigits); in initSegments()
113 _Add(new ValControlDigitSegment(fWholeDigits, 0, negativeVisible), RIGHT_MOST); in initSegments()
541 double max = pow(10, fWholeDigits) - pow(10, -fFractionalDigits); in _SetDefaultConstraints()
H A DNumericValControl.h145 uint16 fWholeDigits; variable