|
LMMS
|
#include <LadspaControlDialog.h>
Public Member Functions | |
| LadspaControlDialog (LadspaControls *_ctl) | |
| ~LadspaControlDialog () override=default | |
| Public Member Functions inherited from lmms::gui::EffectControlDialog | |
| EffectControlDialog (EffectControls *controls) | |
| ~EffectControlDialog () override=default | |
| Public Member Functions inherited from lmms::gui::ModelView | |
| ModelView (Model *model, QWidget *widget) | |
| virtual | ~ModelView () |
| virtual void | setModel (Model *model, bool isOldModelValid=true) |
| virtual void | unsetModel () |
| Model * | model () |
| const Model * | model () const |
| template<class T> | |
| T * | castModel () |
| template<class T> | |
| const T * | castModel () const |
Private Slots | |
| void | updateEffectView (lmms::LadspaControls *_ctl) |
Private Attributes | |
| QHBoxLayout * | m_effectLayout |
| LedCheckBox * | m_stereoLink |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| virtual void | modelChanged () |
| QWidget * | widget () |
| virtual void | doConnections () |
| Protected Attributes inherited from lmms::gui::EffectControlDialog | |
| EffectControls * | m_effectControls |
| lmms::gui::LadspaControlDialog::LadspaControlDialog | ( | LadspaControls * | _ctl | ) |
|
overridedefault |
|
privateslot |
|
private |
|
private |