Searched refs:m_bRound_step (Results 1 – 2 of 2) sorted by relevance
28 bool m_bRound_step; // Uses the defined Step variable86 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;…
31 , 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()