|
LMMS
|
#include <SidInstrument.h>
Classes | |
| struct | voiceKnobs |
Public Member Functions | |
| SidInstrumentView (Instrument *_instrument, QWidget *_parent) | |
| ~SidInstrumentView () override=default | |
| 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 () |
| void | updateKnobToolTip () |
Private Member Functions | |
| void | modelChanged () override |
Private Attributes | |
| AutomatableButtonGroup * | m_passBtnGrp |
| AutomatableButtonGroup * | m_sidTypeBtnGrp |
| voiceKnobs | m_voiceKnobs [3] |
| Knob * | m_volKnob |
| Knob * | m_resKnob |
| Knob * | m_cutKnob |
| PixmapButton * | m_offButton |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| QWidget * | widget () |
| virtual void | doConnections () |
| lmms::gui::SidInstrumentView::SidInstrumentView | ( | Instrument * | _instrument, |
| QWidget * | _parent ) |
|
overridedefault |
|
overrideprivatevirtual |
Reimplemented from lmms::gui::ModelView.
|
protectedslot |
|
protectedslot |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |