Lynkeos
|
View controller of the deconvolution processing. More...
#import <MyUnsharpMaskView.h>
Instance Methods | |
(IBAction) | - radiusChange: |
The gaussian radius was changed. More... | |
(IBAction) | - gainChange: |
The unsharp gain was changed. More... | |
(IBAction) | - gradientChange: |
Change between gradient only and full unsharp mask. More... | |
![]() | |
(id) | - initWithWindowController:document:configuration: |
Initialize a processing view instance. More... | |
(NSView *) | - getProcessingView |
Access to the processing view. More... | |
(LynkeosProcessingViewFrame_t) | - preferredDisplay |
Prefered way of displaying the processing view. More... | |
(Class) | - processingClass |
What processing class is controlled by this processing view. More... | |
(void) | - setActiveView: |
Informs about activity of the view. | |
(id< LynkeosProcessingParameter >) | - getCurrentParameters |
Get the parameters being processed. More... | |
Protected Attributes | |
IBOutlet NSView * | _panel |
Our view. | |
IBOutlet NSSlider * | _radiusSlider |
Gaussian radius slider. | |
IBOutlet NSTextField * | _radiusText |
Gaussian radius text value. | |
IBOutlet NSSlider * | _gainSlider |
Unsharp gain slider. | |
IBOutlet NSTextField * | _gainText |
Unsharp gain text value. | |
IBOutlet NSButton * | _gradientButton |
Comute only the gradient. | |
IBOutlet NSProgressIndicator * | _progress |
Progress bar. | |
id< LynkeosViewDocument > | _document |
Our document. | |
id< LynkeosWindowController > | _window |
Our window controller. | |
id< LynkeosImageView > | _imageView |
The view for result image. | |
NSOutlineView * | _textView |
The items list view. | |
LynkeosLogFields * | _logRadius |
Log slider / text combination. | |
LynkeosProcessableImage * | _item |
The item being processed. | |
MyUnsharpMaskParameters * | _params |
Unsharp mask parameters. | |
BOOL | _isProcessing |
Is a process running ? | |
NSTimer * | _progressTimer |
Timer for progress bar update. | |
Additional Inherited Members | |
![]() | |
(BOOL) | + isStandardProcessingViewController |
Should the plugin controller auto-register that class. More... | |
(ProcessingViewKind_t) | + processingViewKindForConfig: |
Category to which this processing view controller belongs. More... | |
(BOOL) | + isViewControllingProcess:withConfig: |
Whether this view controls the given processing class. More... | |
(void) | + getProcessingTitle:toolTitle:key:icon:tip:forConfig: |
View characteristics. More... | |
(unsigned int) | + allowedDisplaysForConfig: |
Allowed ways of displaying the process view. More... | |
View controller of the deconvolution processing.
- (IBAction) gainChange: | (id) | sender |
The unsharp gain was changed.
sender | The control which value has changed |
References _document, MyUnsharpMaskParameters::_gain, _gainSlider, _gainText, MyUnsharpMaskParameters::_nextY, and _params.
- (IBAction) gradientChange: | (id) | sender |
Change between gradient only and full unsharp mask.
sender | The control which value has changed |
References _document, MyUnsharpMaskParameters::_gradientOnly, MyUnsharpMaskParameters::_nextY, and _params.
- (IBAction) radiusChange: | (id) | sender |
The gaussian radius was changed.
sender | The control which value has changed |
References _document, _logRadius, MyUnsharpMaskParameters::_nextY, _params, MyUnsharpMaskParameters::_radius, and LynkeosLogFields::valueFrom:.