#import <LynkeosPreferences.h>


Public Member Functions | |
| (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. | |
Static Public Member Functions | |
| (void) | + getPreferenceTitle:icon:tip: |
| Retrieves a preference toolbar characteristics. | |
| (id< LynkeosPreferences >) | + getPreferenceInstance |
| Get the preference singleton instance. | |
The preferences classes are all singleton.
| + (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 |
| + (id <LynkeosPreferences>) getPreferenceInstance |
Get the preference singleton instance.
Create it if needed.
1.5.4