#import <MyColumnDescriptor.h>


Public Member Functions | |
| (void) | - registerColumn:forProcess:parameter:field:format: |
| Shortcut to fill the dictionary with a column description. | |
Static Public Member Functions | |
| (MyColumnDescriptor *) | + defaultColumnDescriptor |
| Access to the singleton instance. | |
The processing view classes register the parameters which can be displayed in the outline view.
The class MyImageListWindow uses this singleton to display the values.
| + (MyColumnDescriptor *) defaultColumnDescriptor |
Access to the singleton instance.
| - (void) registerColumn: | (NSString*) | key | ||
| forProcess: | (NSString*) | proc | ||
| parameter: | (NSString*) | ref | ||
| field: | (NSString*) | field | ||
| format: | (NSString*) | format | ||
Shortcut to fill the dictionary with a column description.
| key | The string identifying the column | |
| proc | The reference of the process to which this information belongs | |
| ref | The reference under which this parameter is stored | |
| field | The name of the field used for key value coding | |
| format | The format used for displaying this parameter |
1.5.4