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

Processing parameter for image processing. More...

#import <LynkeosProcessing.h>

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

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.
 

Detailed Description

Processing parameter for image processing.

Subclasses shall call super in their NSCoding method.

Method Documentation

- (BOOL) isExcluded

Whether the process is excluded from processing.

Returns
YES if that process shall be skipped
- (Class) processingClass

Accessor to the associated processing class.

Returns
The class able to process this parameter

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.

Parameters
excludedWhether the process is excluded...

Referenced by ProcessStackManager::getParameterForItem:andParam:.

- (void) setProcessingClass: (Class)  c

Sets the processing class which handles this parameter.

Parameters
cThe class able to process this parameter

References _processingClass.

Referenced by MyProcessStackView(Private)::addProcessing:.

Member Data Documentation

- (<LynkeosProcessingParameter,NSCopying> u_long) _sequence
protected
Initial value:
{
@private
BOOL _excluded

Excluded from the stack of processings Allows to distinguish between occurences of the same process in the process stack


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