|
LMMS
|
#include <Patman.h>
Public Slots | |
| void | openFile () |
| void | updateFilename () |
Public Member Functions | |
| PatmanView (Instrument *_instrument, QWidget *_parent) | |
| ~PatmanView () 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 Member Functions | |
| void | dragEnterEvent (QDragEnterEvent *_dee) override |
| void | dropEvent (QDropEvent *_de) override |
| void | paintEvent (QPaintEvent *) override |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| QWidget * | widget () |
| virtual void | doConnections () |
Private Member Functions | |
| void | modelChanged () override |
Private Attributes | |
| PatmanInstrument * | m_pi |
| QString | m_displayFilename |
| PixmapButton * | m_openFileButton |
| PixmapButton * | m_loopButton |
| PixmapButton * | m_tuneButton |
| lmms::gui::PatmanView::PatmanView | ( | Instrument * | _instrument, |
| QWidget * | _parent ) |
|
overridedefault |
|
overrideprotected |
|
overrideprotected |
|
overrideprivatevirtual |
Reimplemented from lmms::gui::ModelView.
|
slot |
|
overrideprotected |
|
slot |
|
private |
|
private |
|
private |
|
private |
|
private |