Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Controls4U/
H A DSliderCtrlX.h28 bool m_bRound_step; // Uses the defined Step variable
86 bool IsRoundStep() const { return m_bRound_step; } in IsRoundStep()
111 …SliderCtrlX& Step(int _step, bool _r = true) { m_nStep = _step; m_bRound_step = _r; return *this;…
H A DSliderCtrlX.cpp31 , m_bRound_step(false) in SliderCtrlX()
96 if(m_bRound_step && m_nStep > 1) in Dec()
246 if(m_bRound_step && m_nStep > 1) in Inc()
531 if(m_bRound_step && m_nStep > 1) in SetValue()