Searched defs:stepBase (Results 1 – 7 of 7) sorted by relevance
64 double stepBase; member
51 int stepBase; member
53 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const… in StepRange()
81 Decimal stepBase() const { return m_stepBase; } in stepBase() function
126 const Decimal stepBase = findStepBase(rangeDefaultStepBase); in createStepRange() local
958 Decimal stepBase = parseToNumber(element().fastGetAttribute(minAttr), Decimal::nan()); in findStepBase() local966 const Decimal stepBase = findStepBase(stepBaseDefault); in createStepRange() local
62 double stepBase; member