|
LMMS
|
#include <Organic.h>
Classes | |
| struct | OscillatorKnobs |
Public Member Functions | |
| OrganicInstrumentView (Instrument *_instrument, QWidget *_parent) | |
| ~OrganicInstrumentView () override | |
| Public Member Functions inherited from lmms::gui::InstrumentViewFixedSize | |
| ~InstrumentViewFixedSize () override=default | |
| InstrumentView (Instrument *_instrument, QWidget *_parent) | |
| Public Member Functions inherited from lmms::gui::InstrumentView | |
| InstrumentView (Instrument *_instrument, QWidget *_parent) | |
| ~InstrumentView () override | |
| Instrument * | model () |
| const Instrument * | model () const |
| void | setModel (Model *_model, bool=false) override |
| InstrumentTrackWindow * | instrumentTrackWindow () |
| Public Member Functions inherited from lmms::gui::PluginView | |
| PluginView (Plugin *_plugin, QWidget *_parent) | |
| virtual bool | isResizable () const |
| Public Member Functions inherited from lmms::gui::ModelView | |
| ModelView (Model *model, QWidget *widget) | |
| virtual | ~ModelView () |
| virtual void | unsetModel () |
| Model * | model () |
| const Model * | model () const |
| template<class T> | |
| T * | castModel () |
| template<class T> | |
| const T * | castModel () const |
Protected Slots | |
| void | updateKnobHint () |
Private Member Functions | |
| void | modelChanged () override |
Private Attributes | |
| OscillatorKnobs * | m_oscKnobs |
| Knob * | m_fx1Knob |
| Knob * | m_volKnob |
| PixmapButton * | m_randBtn |
| int | m_numOscillators |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| QWidget * | widget () |
| virtual void | doConnections () |
| lmms::gui::OrganicInstrumentView::OrganicInstrumentView | ( | Instrument * | _instrument, |
| QWidget * | _parent ) |
|
override |
|
overrideprivatevirtual |
Reimplemented from lmms::gui::ModelView.
|
protectedslot |
|
private |
|
private |
|
private |
|
private |
|
private |