Lynkeos
|
Image stacking preferences. More...
#import <MyImageStackerPrefs.h>
Instance Methods | |
(IBAction) | - changeStackImageUpdating: |
Set wether to redisplay the image when stacked. More... | |
(IBAction) | - changeStackMultiProc: |
Set the multiprocessor optimization to use for stacking. 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 |
Our view inside the preferences window. | |
IBOutlet NSButton * | _stackImageUpdatingButton |
Checkbox for image updating. | |
IBOutlet NSPopUpButton * | _stackMultiProcPopup |
Popup for multiprocessor optimization strategy. | |
BOOL | _stackImageUpdating |
Wether to redisplay the images once stacked. | |
ParallelOptimization_t | _stackMultiProc |
What kind of multiprocessor optimization to use for stacking. | |
Additional Inherited Members | |
![]() | |
(void) | + getPreferenceTitle:icon:tip: |
Retrieves a preference toolbar characteristics. More... | |
(id< LynkeosPreferences >) | + getPreferenceInstance |
Get the preference singleton instance. More... | |
Image stacking preferences.
- (IBAction) changeStackImageUpdating: | (id) | sender |
Set wether to redisplay the image when stacked.
sender | The checkbox |
References _stackImageUpdating.
- (IBAction) changeStackMultiProc: | (id) | sender |
Set the multiprocessor optimization to use for stacking.
sender | The popup |
References _stackMultiProc.