Lynkeos
|
Private methods of MyCachePrefs. More...
#import <MyCachePrefs.h>
Instance Methods | |
(IBAction) | - changeMovieCacheSize: |
Change the number of images cached during movie read. More... | |
(IBAction) | - changeImageProcessingCacheSize: |
Change the amount of memory cached during image processing. More... | |
![]() | |
(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. | |
Protected Attributes | |
IBOutlet NSView * | _prefsView |
The view inside the preferences window. | |
IBOutlet NSTextField * | _movieCacheSizeText |
Text field for the movie memory cache size. | |
IBOutlet NSStepper * | _movieCacheSizeStep |
Stepper for changing the movie memory cache size. | |
IBOutlet NSTextField * | _imageProcCacheSizeText |
Text field for image processing memory cache size. | |
IBOutlet NSStepper * | _imageProcCacheSizeStep |
Stepper for changing the image processing memory cache size. | |
u_long | _movieCacheSize |
Movie memory cache size. | |
u_long | _imageProcCacheSize |
Image processing memory cache size. | |
Additional Inherited Members | |
![]() | |
(void) | + getPreferenceTitle:icon:tip: |
Retrieves a preference toolbar characteristics. More... | |
(id< LynkeosPreferences >) | + getPreferenceInstance |
Get the preference singleton instance. More... | |
Private methods of MyCachePrefs.
- (IBAction) changeImageProcessingCacheSize: | (id) | sender |
Change the amount of memory cached during image processing.
sender | Text or stepper which was modified |
References _imageProcCacheSize, _imageProcCacheSizeStep, and _imageProcCacheSizeText.
- (IBAction) changeMovieCacheSize: | (id) | sender |
Change the number of images cached during movie read.
sender | Text or stepper which was modified |
References _movieCacheSize, _movieCacheSizeStep, and _movieCacheSizeText.