|
Muvicado HD
|
Manages the Preferences window, including color and startup options. More...
#include <PreferenceController.h>


Instance Methods | |
| (IBAction) | - changeBackgroundColor: |
| Changes the application's background color based on the selected color well. | |
| (IBAction) | - changeOpenLastFile: |
| Toggles the "Open last file on launch" preference based on the checkbox state. | |
| (id) | - init [implementation] |
| (void) | - windowDidLoad [implementation] |
Protected Attributes | |
| IBOutlet NSColorWell * | colorWell |
| IBOutlet NSButton * | checkBox |
Manages the Preferences window, including color and startup options.
Concrete implementation of the Preferences window behavior.
Presents UI for changing background color and whether to open the last file on launch.
Definition at line 17 of file PreferenceController.h.
| - (IBAction) changeBackgroundColor: | (id) | sender |
Changes the application's background color based on the selected color well.
Handles user selection of a new background color from the color well.
| sender | The color well control sending the action. |
Definition at line 35 of file PreferenceController.m.
| - (IBAction) changeOpenLastFile: | (id) | sender |
Toggles the "Open last file on launch" preference based on the checkbox state.
Handles toggling of the "Open last file" preference.
| sender | The checkbox control sending the action. |
Definition at line 45 of file PreferenceController.m.
|
implementation |
Initializes the preferences window controller, loading the "Preferences" nib.
Definition at line 18 of file PreferenceController.m.


|
implementation |
Called after the window nib has been loaded.
Definition at line 26 of file PreferenceController.m.


|
protected |
Definition at line 19 of file PreferenceController.h.
|
protected |
Definition at line 18 of file PreferenceController.h.