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

Preferences for RAW files conversion. More...

#import <DcrawReaderPrefs.h>

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

Instance Methods

(IBAction) - changeTmpDir:
 Set the temporary directory. More...
 
(IBAction) - changeManualWB:
 Set auto or manual white balance. More...
 
(IBAction) - changeAutoRotation:
 Set automatic image rotation or not. More...
 
(IBAction) - changeRed:
 Set automatic white balance red value. More...
 
(IBAction) - changeGreen1:
 Set automatic white balance 1st green value. More...
 
(IBAction) - changeBlue:
 Set automatic white balance blue value. More...
 
(IBAction) - changeGreen2:
 Set automatic white balance 2nd green value. More...
 
(IBAction) - changeManualLevels:
 Set automatic or manual levels. More...
 
(IBAction) - changeDark:
 Set the dark level value. More...
 
(IBAction) - changeSaturation:
 Set the sturation level. 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 NSTextField_tmpDirText
 Text field for setting the temporary directory.
 
IBOutlet NSButton_manualWbButton
 Check box for auto/manual white balance.
 
IBOutlet NSButton_autoRotationButton
 Checkbox for auto image rotation.
 
IBOutlet NSTextField_redText
 Text field for manual white balance red factor.
 
IBOutlet NSTextField_green1Text
 Text field for manual white balance 1st green factor.
 
IBOutlet NSTextField_blueText
 Text field for manual white balance blue factor.
 
IBOutlet NSTextField_green2Text
 Text field for manual white balance 2nd green factor.
 
IBOutlet NSButton_manualLevelsButton
 Check box for auto/manual min and max levels.
 
IBOutlet NSTextField_darkText
 Text field for the dark level.
 
IBOutlet NSTextField_saturationText
 Text field for the saturation level.
 
NSString * _tmpDir
 Temporary directory used for image conversion.
 
BOOL _manualWB
 Wether to use manual or automatic white balance.
 
BOOL _autoRotation
 Wether to rotate images according to their setting.
 
double _red
 Red factor for manual white balance.
 
double _green1
 1st green factor for manual white balance
 
double _blue
 Blue factor for manual white balance.
 
double _green2
 2nd green factor for manual white balance
 
BOOL _manualLevels
 Wether to use manual or automatic black and white levels.
 
double _dark
 Manual dark (black) level.
 
double _saturation
 Manual saturation (white) level.
 

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

Preferences for RAW files conversion.

Method Documentation

- (IBAction) changeAutoRotation: (id)  sender

Set automatic image rotation or not.

Parameters
senderThe GUI control sending this action

References _autoRotation.

- (IBAction) changeBlue: (id)  sender

Set automatic white balance blue value.

Parameters
senderThe GUI control sending this action

References _blue.

- (IBAction) changeDark: (id)  sender

Set the dark level value.

Parameters
senderThe GUI control sending this action

References _dark.

- (IBAction) changeGreen1: (id)  sender

Set automatic white balance 1st green value.

Parameters
senderThe GUI control sending this action

References _green1.

- (IBAction) changeGreen2: (id)  sender

Set automatic white balance 2nd green value.

Parameters
senderThe GUI control sending this action

References _green2.

- (IBAction) changeManualLevels: (id)  sender

Set automatic or manual levels.

Parameters
senderThe GUI control sending this action

References _manualLevels.

- (IBAction) changeManualWB: (id)  sender

Set auto or manual white balance.

Parameters
senderThe GUI control sending this action

References _manualWB.

- (IBAction) changeRed: (id)  sender

Set automatic white balance red value.

Parameters
senderThe GUI control sending this action

References _red.

- (IBAction) changeSaturation: (id)  sender

Set the sturation level.

Parameters
senderThe GUI control sending this action

References _saturation.

- (IBAction) changeTmpDir: (id)  sender

Set the temporary directory.

Parameters
senderThe GUI control sending this action

References _tmpDir.


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