![]() |
Mixxx
|
#include <dlgprefmidibindings.h>

Public Slots | |
| void | slotUpdate () |
| void | slotApply () |
| void | slotShowMidiLearnDialog () |
| void | slotLoadMidiMapping (const QString &name) |
| void | slotExportXML () |
| void | slotDeviceState (int state) |
| void | slotClearAllInputBindings () |
| void | slotRemoveInputBinding () |
| void | slotAddInputBinding () |
| void | slotAddOutputBinding () |
| void | slotClearAllOutputBindings () |
| void | slotRemoveOutputBinding () |
| void | slotDirty () |
Signals | |
| void | deviceStateChanged (DlgPrefMidiBindings *, bool) |
Public Member Functions | |
| DlgPrefMidiBindings (QWidget *parent, MidiDevice *midiDevice, MidiDeviceManager *midiDeviceManager, ConfigObject< ConfigValue > *pConfig) | |
| ~DlgPrefMidiBindings () | |
Definition at line 35 of file dlgprefmidibindings.h.
| DlgPrefMidiBindings::DlgPrefMidiBindings | ( | QWidget * | parent, |
| MidiDevice * | midiDevice, | ||
| MidiDeviceManager * | midiDeviceManager, | ||
| ConfigObject< ConfigValue > * | pConfig | ||
| ) |
| DlgPrefMidiBindings::~DlgPrefMidiBindings | ( | ) |
Definition at line 135 of file dlgprefmidibindings.cpp.
| void DlgPrefMidiBindings::deviceStateChanged | ( | DlgPrefMidiBindings * | , |
| bool | |||
| ) | [signal] |

| void DlgPrefMidiBindings::slotAddInputBinding | ( | ) | [slot] |
Definition at line 367 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotAddOutputBinding | ( | ) | [slot] |
Definition at line 463 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotApply | ( | ) | [slot] |
Definition at line 231 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotClearAllInputBindings | ( | ) | [slot] |
Definition at line 449 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotClearAllOutputBindings | ( | ) | [slot] |
Definition at line 497 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotDeviceState | ( | int | state | ) | [slot] |
Definition at line 335 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotDirty | ( | ) | [slot] |
| void DlgPrefMidiBindings::slotExportXML | ( | ) | [slot] |
Definition at line 328 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotLoadMidiMapping | ( | const QString & | name | ) | [slot] |
Definition at line 290 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotRemoveInputBinding | ( | ) | [slot] |
Definition at line 422 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotRemoveOutputBinding | ( | ) | [slot] |
Definition at line 469 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotShowMidiLearnDialog | ( | ) | [slot] |
Definition at line 261 of file dlgprefmidibindings.cpp.


| void DlgPrefMidiBindings::slotUpdate | ( | ) | [slot] |