|
LMMS
|
#include <Lv2FxControlDialog.h>
Public Member Functions | |
| Lv2FxControlDialog (Lv2FxControls *controls) | |
| 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 Member Functions | |
| Lv2FxControls * | lv2Controls () |
| void | modelChanged () final |
| void | hideEvent (QHideEvent *event) override |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| QWidget * | widget () |
| virtual void | doConnections () |
| Protected Member Functions inherited from lmms::gui::Lv2ViewBase | |
| Lv2ViewBase (class QWidget *pluginWidget, Lv2ControlBase *ctrlBase) | |
| ~Lv2ViewBase () | |
| void | toggleUI () |
| void | toggleHelp (bool visible) |
| void | closeHelpWindow () |
| void | modelChanged (Lv2ControlBase *ctrlBase) |
| Reconnect models if model changed. | |
| Protected Member Functions inherited from lmms::gui::LinkedModelGroupsView | |
| ~LinkedModelGroupsView ()=default | |
| void | modelChanged (LinkedModelGroups *ctrlBase) |
| Reconnect models if model changed; to be called by child virtuals. | |
| Protected Attributes inherited from lmms::gui::EffectControlDialog | |
| EffectControls * | m_effectControls |
| Protected Attributes inherited from lmms::gui::Lv2ViewBase | |
| QPushButton * | m_reloadPluginButton = nullptr |
| QPushButton * | m_toggleUIButton = nullptr |
| QPushButton * | m_helpButton = nullptr |
| lmms::gui::Lv2FxControlDialog::Lv2FxControlDialog | ( | Lv2FxControls * | controls | ) |
|
overrideprivate |
|
private |
|
finalprivatevirtual |
Reimplemented from lmms::gui::ModelView.