#import <MyProcessingParameter.h>


Public Member Functions | |
| (id) | - initWithParent: |
| Dedicated initializer. | |
| (id) | - initWithDocument: |
| Document initializer. | |
| (NSDictionary *) | - getDictionary |
| Accessor to the parameters dictionary. | |
| (void) | - setDictionary: |
| Set the dictionary. | |
| (id< LynkeosProcessingParameter >) | - getProcessingParameterWithRef:forProcessing:goUp: |
| Returns the required processing parameter. | |
| (void) | - setProcessingParameter:withRef:forProcessing: |
| Updates the required processing parameter. | |
| (oneway void) | - notifyItemModification: |
| Propagate upward, a notification for object modification. | |
Public Attributes | |
| MyProcessingParameter * | _parent |
| Parameters of the container. | |
| NSDocument< LynkeosDocument > * | _document |
| The top document. | |
| - (id) initWithParent: | (MyProcessingParameter*) | parent |
Dedicated initializer.
| parent | Parent manager object |
| - (id) initWithDocument: | (id <LynkeosDocument>) | document |
Document initializer.
| document | Document top object |
| - (NSDictionary *) getDictionary |
Accessor to the parameters dictionary.
| - (void) setDictionary: | (NSDictionary*) | dict |
Set the dictionary.
| dict | An already filled in dictionary |
| - (id< LynkeosProcessingParameter >) getProcessingParameterWithRef: | (NSString*) | ref | ||
| forProcessing: | (NSString*) | processing | ||
| goUp: | (BOOL) | goUp | ||
Returns the required processing parameter.
| ref | A string identifying this parameter in its class. | |
| processing | A string identifying the owner of this parameter. nil is valid, if the parameter is of general scope. | |
| goUp | Whether to look for the parameter up in the hierarchy |
| - (void) setProcessingParameter: | (id <LynkeosProcessingParameter>) | parameter | ||
| withRef: | (NSString*) | ref | ||
| forProcessing: | (NSString*) | processing | ||
Updates the required processing parameter.
| parameter | The new parameter value | |
| ref | A string identifying this parameter in its class. | |
| processing | A string identifying the owner of this parameter. nil is valid, if the parameter is of general scope. |
| - (oneway void) notifyItemModification: | (id) | item |
Propagate upward, a notification for object modification.
| item | The modified item |
1.5.4