|
Lynkeos
|
Processing parameter for image processing. More...
#import <LynkeosProcessing.h>


Instance Methods | |
| (void) | - setProcessingClass: |
| Sets the processing class which handles this parameter. More... | |
| (Class) | - processingClass |
| Accessor to the associated processing class. More... | |
| (BOOL) | - isExcluded |
| Whether the process is excluded from processing. More... | |
| (void) | - setExcluded: |
| Set whether the process is excluded from processing. More... | |
Protected Attributes | |
| < LynkeosProcessingParameter, NSCopying > u_long | _sequence |
| Class | _processingClass |
| Needed to autocomplete processings. | |
Processing parameter for image processing.
Subclasses shall call super in their NSCoding method.
| - (BOOL) isExcluded |
Whether the process is excluded from processing.
| - (Class) processingClass |
Accessor to the associated processing class.
References _processingClass.
Referenced by MyProcessStackView(Private)::deleteProcessing:, MyProcessStackView(Private)::hilightChange:, and MyDocument::processEnded:.
| - (void) setExcluded: | (BOOL) | excluded |
Set whether the process is excluded from processing.
| excluded | Whether the process is excluded... |
Referenced by ProcessStackManager::getParameterForItem:andParam:.
| - (void) setProcessingClass: | (Class) | c |
Sets the processing class which handles this parameter.
| c | The class able to process this parameter |
References _processingClass.
Referenced by MyProcessStackView(Private)::addProcessing:.
|
protected |
Excluded from the stack of processings Allows to distinguish between occurences of the same process in the process stack
1.8.4