Lynkeos
Instance Methods | Protected Attributes | List of all members
MyCachePrefs Class Reference

Private methods of MyCachePrefs. More...

#import <MyCachePrefs.h>

Inheritance diagram for MyCachePrefs:
Inheritance graph
[legend]
Collaboration diagram for MyCachePrefs:
Collaboration graph
[legend]

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...
 
- Instance Methods inherited from <LynkeosPreferences>
(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

- Class Methods inherited from <LynkeosPreferences>
(void) + getPreferenceTitle:icon:tip:
 Retrieves a preference toolbar characteristics. More...
 
(id< LynkeosPreferences >) + getPreferenceInstance
 Get the preference singleton instance. More...
 

Detailed Description

Private methods of MyCachePrefs.

Method Documentation

- (IBAction) changeImageProcessingCacheSize: (id)  sender

Change the amount of memory cached during image processing.

Parameters
senderText or stepper which was modified

References _imageProcCacheSize, _imageProcCacheSizeStep, and _imageProcCacheSizeText.

- (IBAction) changeMovieCacheSize: (id)  sender

Change the number of images cached during movie read.

Parameters
senderText or stepper which was modified

References _movieCacheSize, _movieCacheSizeStep, and _movieCacheSizeText.


The documentation for this class was generated from the following files: