|
LMMS
|
Top-level widget holding the configuration GUI and spectrum displays. More...
#include <SaControlsDialog.h>
Public Member Functions | |
| SaControlsDialog (SaControls *controls, SaProcessor *processor) | |
| ~SaControlsDialog () 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 | |
| SaControls * | m_controls |
| SaProcessor * | m_processor |
| const int | m_configHeight = 75 |
| SaSpectrumView * | m_spectrum |
| SaWaterfallView * | m_waterfall |
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 spectrum displays.
|
explicit |
|
overridedefault |
|
override |
|
private |
|
private |
|
private |
|
private |