Lynkeos
|
User preferences controller class. More...
#import <MyUserPrefsController.h>
Instance Methods | |
(IBAction) | - resetPrefs: |
Reset the preferences to their "factory defaults" values. More... | |
(IBAction) | - applyChanges: |
Save the new preferences and leave the preferences panel open. More... | |
(IBAction) | - cancelChanges: |
Close the preferences panel and discard its preferences. More... | |
(IBAction) | - confirmChanges: |
Save the new preferences and close the preferences panel. More... | |
(IBAction) | - showPrefs: |
Open the preferences panel. More... | |
Class Methods | |
(MyUserPrefsController *) | + getUserPref |
Get the singleton instance. More... | |
User preferences controller class.
This class is a singleton object controlling the user preferences window
- (IBAction) applyChanges: | (id) | sender |
Save the new preferences and leave the preferences panel open.
sender | The button |
References MyPluginsController::defaultPluginController, and MyPluginsController::getPreferencesPanes.
Referenced by confirmChanges:.
- (IBAction) cancelChanges: | (id) | sender |
Close the preferences panel and discard its preferences.
sender | The button |
References MyPluginsController::defaultPluginController, and MyPluginsController::getPreferencesPanes.
- (IBAction) confirmChanges: | (id) | sender |
Save the new preferences and close the preferences panel.
sender | The button |
References applyChanges:.
+ (MyUserPrefsController *) getUserPref |
Get the singleton instance.
- (IBAction) resetPrefs: | (id) | sender |
Reset the preferences to their "factory defaults" values.
sender | The button |
References MyPluginsController::defaultPluginController, and MyPluginsController::getPreferencesPanes.
- (IBAction) showPrefs: | (id) | sender |
Open the preferences panel.
sender | The main menu "preferences" item |