Home
last modified time | relevance | path

Searched refs:AutomatableSlider (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/src/gui/widgets/
H A DAutomatableSlider.cpp36 AutomatableSlider::AutomatableSlider( QWidget * _parent, in AutomatableSlider() function in AutomatableSlider
53 AutomatableSlider::~AutomatableSlider() in ~AutomatableSlider()
60 void AutomatableSlider::contextMenuEvent( QContextMenuEvent * _me ) in contextMenuEvent()
70 void AutomatableSlider::mousePressEvent( QMouseEvent * _me ) in mousePressEvent()
87 void AutomatableSlider::mouseReleaseEvent( QMouseEvent * _me ) in mouseReleaseEvent()
96 void AutomatableSlider::wheelEvent( QWheelEvent * _me ) in wheelEvent()
107 void AutomatableSlider::modelChanged() in modelChanged()
118 void AutomatableSlider::changeValue( int _value ) in changeValue()
127 void AutomatableSlider::moveSlider( int _value ) in moveSlider()
136 void AutomatableSlider::updateSlider() in updateSlider()
/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomatableSlider.h35 class AutomatableSlider : public QSlider, public IntModelView
39 AutomatableSlider( QWidget * _parent, const QString & _name = QString::null );
40 virtual ~AutomatableSlider();
H A DSongEditor.h38 class AutomatableSlider; variable
131 AutomatableSlider * m_masterVolumeSlider;
132 AutomatableSlider * m_masterPitchSlider;
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DSongEditor.cpp160 m_masterVolumeSlider = new AutomatableSlider( tb, in SongEditor()
194 m_masterPitchSlider = new AutomatableSlider( tb, tr( "Master pitch" ) ); in SongEditor()
/dports/audio/lmms/lmms-1.2.2/data/themes/classic/
H A Dstyle.css364 AutomatableSlider::groove:vertical {
372 AutomatableSlider::handle:vertical {
/dports/audio/lmms/lmms-1.2.2/data/themes/default/
H A Dstyle.css378 AutomatableSlider::groove:vertical {
386 AutomatableSlider::handle:vertical {