Muvicado HD
Loading...
Searching...
No Matches
AppController Class Reference

Coordinates presentation of top-level preference and MIDI setup panels. More...

#include <AppController.h>

Inheritance diagram for AppController:
Collaboration diagram for AppController:

Instance Methods

(IBAction) - showPreferencePanel:
(IBAction) - showMidiSetupPanel:
(id) - init [implementation]
(IBAction) - showWindow: [implementation]

Protected Attributes

PreferenceControllerpreferenceController
MidiSetupController * midiSetupController

Detailed Description

Coordinates presentation of top-level preference and MIDI setup panels.

Definition at line 18 of file AppController.h.

Method Documentation

◆ init

- (id) init
implementation

Default initializer.

Definition at line 17 of file AppController.m.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ showMidiSetupPanel:

- (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.

◆ showPreferencePanel:

- (IBAction) showPreferencePanel: (id) sender

Shows the Preferences window.

Presents the Preferences window, creating it if needed.

Definition at line 25 of file AppController.m.

◆ showWindow:

- (IBAction) showWindow: (id) sender
implementation

Presents the Preferences window, creating it if needed.

Definition at line 36 of file AppController.m.

Member Data Documentation

◆ midiSetupController

- (MidiSetupController*) midiSetupController
protected

Definition at line 20 of file AppController.h.

◆ preferenceController

- (PreferenceController*) preferenceController
protected

Definition at line 19 of file AppController.h.


The documentation for this class was generated from the following files: