|
Lynkeos
|
Protocol for Lynkeos preferences plugins. More...
#import <LynkeosPreferences.h>


Instance Methods | |
| (NSView *) | - getPreferencesView |
| Get the view with the controls. | |
| (void) | - savePreferences: |
| Save the controls changes in the user defaults. | |
| (void) | - revertPreferences |
| Cancel all the changes to the user defaults. | |
| (void) | - resetPreferences: |
| Reset the user defaults to factory settings. | |
Class Methods | |
| (void) | + getPreferenceTitle:icon:tip: |
| Retrieves a preference toolbar characteristics. More... | |
| (id< LynkeosPreferences >) | + getPreferenceInstance |
| Get the preference singleton instance. More... | |
Protocol for Lynkeos preferences plugins.
The preferences classes are all singleton.
| + (id <LynkeosPreferences>) getPreferenceInstance |
Get the preference singleton instance.
Create it if needed.
| + (void) getPreferenceTitle: | (NSString **) | title | |
| icon: | (NSImage **) | icon | |
| tip: | (NSString **) | tip | |
Retrieves a preference toolbar characteristics.
| title | The title for this tab in the preferences NSTabView. |
| icon | The icon for the toolbar. |
| tip | A tooltip for these preferences |
1.8.4