|
LMMS
|
#include <MidiPortMenu.h>
Public Slots | |
| void | updateMenu () |
Public Member Functions | |
| MidiPortMenu (MidiPort::Mode _mode) | |
| ~MidiPortMenu () 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 |
Protected Slots | |
| void | activatedPort (QAction *_item) |
Private Member Functions | |
| void | modelChanged () override |
Private Attributes | |
| MidiPort::Mode | m_mode |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| QWidget * | widget () |
| virtual void | doConnections () |
| lmms::gui::MidiPortMenu::MidiPortMenu | ( | MidiPort::Mode | _mode | ) |
|
overridedefault |
|
protectedslot |
|
overrideprivatevirtual |
Reimplemented from lmms::gui::ModelView.
|
slot |
|
private |