Home
last modified time | relevance | path

Searched refs:setStepAlignment (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_abstract_slider.h41 Q_PROPERTY( bool stepAlignment READ stepAlignment WRITE setStepAlignment )
70 void setStepAlignment( bool );
H A Dqwt_wheel.h40 Q_PROPERTY( bool stepAlignment READ stepAlignment WRITE setStepAlignment )
92 void setStepAlignment( bool on );
H A Dqwt_abstract_slider.cpp542 void QwtAbstractSlider::setStepAlignment( bool on ) in setStepAlignment() function in QwtAbstractSlider
H A Dqwt_wheel.cpp998 void QwtWheel::setStepAlignment( bool on ) in setStepAlignment() function in QwtWheel
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_abstract_slider.h41 Q_PROPERTY( bool stepAlignment READ stepAlignment WRITE setStepAlignment )
70 void setStepAlignment( bool );
H A Dqwt_wheel.h40 Q_PROPERTY( bool stepAlignment READ stepAlignment WRITE setStepAlignment )
92 void setStepAlignment( bool on );
H A Dqwt_abstract_slider.cpp542 void QwtAbstractSlider::setStepAlignment( bool on ) in setStepAlignment() function in QwtAbstractSlider
H A Dqwt_wheel.cpp998 void QwtWheel::setStepAlignment( bool on ) in setStepAlignment() function in QwtWheel
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/controls/
H A Dsliderbox.cpp110 slider->setStepAlignment( false ); in createSlider()
146 slider->setStepAlignment( false ); in createSlider()
H A Dknobbox.cpp77 knob->setStepAlignment( false ); in createKnob()