#import <Foundation/Foundation.h>
#include "LynkeosProcessing.h"
#include "MyImageList.h"
#include "MyImageListItem.h"


Classes | |
| protocol | < LynkeosViewDocument > |
| protocol | < LynkeosWindowController > |
| This protocol is provided by the document main window. More... | |
| protocol | < LynkeosProcessingView > |
| Protocol implemented by the "view" part of each processing. More... | |
| class | NSObject(ModeValidation) |
| Informal protocol for validating the process view. More... | |
Enumerations | |
| enum | ProcessingViewKind_t { ListManagementKind, ListProcessingKind, ImageProcessingKind, OtherProcessingKind } |
| Processing kind of the controller. More... | |
| enum | ListMode_t { DarkFrameMode = 1, FlatFieldMode = 2, ImageMode = 4 } |
| List working mode. | |
| enum | DataMode_t { ListData = 8, ResultData = 16 } |
| Which data is used. | |
| enum | LynkeosProcessingViewFrame_t { BottomTab = 1, BottomTab_NoList = 2, SeparateView = 4, SeparateView_NoList = 8 } |
| Prefered way of displaying the view. | |
Variables | |
| NSString *const | LynkeosDocumentDidLoadNotification |
| NSString *const | LynkeosDocumentDidOpenNotification |
| Informs that a document is opened. | |
| NSString *const | LynkeosDocumentWillCloseNotification |
| NSString *const | LynkeosUserinfoWindowController |
| NSString *const | LynkeosOutlineViewWillDisplayCellNotification |
| NSString *const | LynkeosOutlineViewItem |
| NSString *const | LynkeosOutlineViewCell |
| NSString *const | LynkeosOutlineViewColumn |
| enum ProcessingViewKind_t |
Processing kind of the controller.
This protocol will be conformed to, by the classes which implements a view controling a kind of image or list processing. This is used for GUI organization
| NSString* const LynkeosDocumentDidOpenNotification |
Informs that a document is opened.
This notification can be used to spawn lightweight objects for monitoring the document.
1.5.4