|
Lynkeos
|
View controller of the deconvolution processing. More...
#import <MyDeconvolutionView.h>


Instance Methods | |
| (IBAction) | - radiusChange: |
| The gaussian radius was changed. More... | |
| (IBAction) | - thresholdChange: |
| The noise threshold was chaged. More... | |
Instance Methods inherited from <LynkeosProcessingView> | |
| (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 * | _thresholdSlider |
| Noise threshold value slider. | |
| IBOutlet NSTextField * | _thresholdText |
| Noise threshold value text. | |
| 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. | |
| MyDeconvolutionParameters * | _params |
| Deconvolution parameters. | |
| BOOL | _isProcessing |
| NSTimer * | _progressTimer |
| To reduce progress bar updating overhead. | |
Additional Inherited Members | |
Class Methods inherited from <LynkeosProcessingView> | |
| (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) radiusChange: | (id) | sender |
The gaussian radius was changed.
| sender | The control which value has changed |
References _document, _logRadius, MyDeconvolutionParameters::_nextY, _params, MyDeconvolutionParameters::_radius, and LynkeosLogFields::valueFrom:.
| - (IBAction) thresholdChange: | (id) | sender |
The noise threshold was chaged.
| sender | The control which value has changed |
References _document, MyDeconvolutionParameters::_nextY, _params, MyDeconvolutionParameters::_threshold, _thresholdSlider, and _thresholdText.
|
protected |
Is a process running ?
1.8.4