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

Image stacking preferences. More...

#import <MyImageStackerPrefs.h>

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

Instance Methods

(IBAction) - changeStackImageUpdating:
 Set wether to redisplay the image when stacked. More...
 
(IBAction) - changeStackMultiProc:
 Set the multiprocessor optimization to use for stacking. 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
 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

- 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

Image stacking preferences.

Method Documentation

- (IBAction) changeStackImageUpdating: (id)  sender

Set wether to redisplay the image when stacked.

Parameters
senderThe checkbox

References _stackImageUpdating.

- (IBAction) changeStackMultiProc: (id)  sender

Set the multiprocessor optimization to use for stacking.

Parameters
senderThe popup

References _stackMultiProc.


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