|
Muvicado HD
|
Coordinates presentation of top-level preference and MIDI setup panels. More...
#include <AppController.h>


Instance Methods | |
| (IBAction) | - showPreferencePanel: |
| (IBAction) | - showMidiSetupPanel: |
| (id) | - init [implementation] |
| (IBAction) | - showWindow: [implementation] |
Protected Attributes | |
| PreferenceController * | preferenceController |
| MidiSetupController * | midiSetupController |
Coordinates presentation of top-level preference and MIDI setup panels.
Definition at line 18 of file AppController.h.
|
implementation |
Default initializer.
Definition at line 17 of file AppController.m.


| - (IBAction) showMidiSetupPanel: | (id) | sender |
Shows the MIDI Setup window.
Presents the MIDI Setup window (currently disabled/commented out).
Definition at line 47 of file AppController.m.
| - (IBAction) showPreferencePanel: | (id) | sender |
Shows the Preferences window.
Presents the Preferences window, creating it if needed.
Definition at line 25 of file AppController.m.
|
implementation |
Presents the Preferences window, creating it if needed.
Definition at line 36 of file AppController.m.
|
protected |
Definition at line 20 of file AppController.h.
|
protected |
Definition at line 19 of file AppController.h.