25#ifndef LMMS_GUI_AUTOMATABLE_SLIDER_H
26#define LMMS_GUI_AUTOMATABLE_SLIDER_H
Definition AutomatableModel.h:481
void changeValue(int _value)
Definition AutomatableSlider.cpp:128
void wheelEvent(QWheelEvent *_me) override
Definition AutomatableSlider.cpp:106
void updateSlider()
Definition AutomatableSlider.cpp:146
void logicSliderMoved(int _value)
void contextMenuEvent(QContextMenuEvent *_me) override
Definition AutomatableSlider.cpp:57
bool showStatus()
Definition AutomatableSlider.h:43
bool m_showStatus
Definition AutomatableSlider.h:64
AutomatableSlider(QWidget *_parent, const QString &_name=QString())
Definition AutomatableSlider.cpp:37
void mouseReleaseEvent(QMouseEvent *_me) override
Definition AutomatableSlider.cpp:91
void modelChanged() override
Definition AutomatableSlider.cpp:117
void logicValueChanged(int _value)
void mousePressEvent(QMouseEvent *_me) override
Definition AutomatableSlider.cpp:67
~AutomatableSlider() override=default
void moveSlider(int _value)
Definition AutomatableSlider.cpp:137
Definition AudioPortAudio.cpp:223
TypedModelView< IntModel > IntModelView
Definition AutomatableModelView.h:132
IntModel sliderModel
Definition AutomatableSlider.h:75