|
LMMS
|
Top-level widget holding the configuration GUI and vector display. More...
#include <VecControlsDialog.h>
Public Member Functions | |
| VecControlsDialog (VecControls *controls) | |
| ~VecControlsDialog () override=default | |
| QSize | sizeHint () const override |
| 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 Attributes | |
| VecControls * | m_controls |
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 |
Top-level widget holding the configuration GUI and vector display.
|
explicit |
|
overridedefault |
|
override |
|
private |