Lynkeos
|
General preferences. More...
#import <MyGeneralPrefs.h>
Instance Methods | |
(IBAction) | - changeAdjustFFTSizes: |
Set wether the application should alter the rectangle size for FFT optimization. More... | |
(IBAction) | - changeImageProcOptim: |
Set how to use multiprocessors for image processing. More... | |
(IBAction) | - changeEndProcessingSound: |
Set which sound to play at end of list 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 |
Our view inside the preferences window. | |
IBOutlet NSButton * | _adjustFFTSizesButton |
Checkbox for adjusting size for FFT algorithm. | |
IBOutlet NSPopUpButton * | _imageProcOptimPopup |
Popup for choosing the multiprocessing optimization strategy. | |
IBOutlet NSPopUpButton * | _soundPopup |
Popup for choosing the end of process sound. | |
NSMutableArray * | _soundsNames |
List of available sounds. | |
BOOL | _adjustFFTSizes |
Wether to adjust the FFT size to optimize FFTW processing time. | |
ParallelOptimization_t | _imageProcOptim |
Multiprocessing optimization strategy for image processing. | |
NSString * | _sound |
The sound to play at end of processing. | |
Additional Inherited Members | |
![]() | |
(void) | + getPreferenceTitle:icon:tip: |
Retrieves a preference toolbar characteristics. More... | |
(id< LynkeosPreferences >) | + getPreferenceInstance |
Get the preference singleton instance. More... | |
General preferences.
- (IBAction) changeAdjustFFTSizes: | (id) | sender |
Set wether the application should alter the rectangle size for FFT optimization.
sender | The checkbox |
References _adjustFFTSizes.
- (IBAction) changeEndProcessingSound: | (id) | sender |
- (IBAction) changeImageProcOptim: | (id) | sender |
Set how to use multiprocessors for image processing.
sender | The popup |
References _imageProcOptim.