LynkeosProcessingView.h File Reference

Processing related view protocol. More...

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

Include dependency graph for LynkeosProcessingView.h:

This graph shows which files directly or indirectly include this file:


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

Detailed Description

Processing related view protocol.


Enumeration Type Documentation

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

Enumerator:
ListManagementKind  Acts on the lists contents or organization.
ListProcessingKind  Acts on a list without changing the images.
ImageProcessingKind  Acts on an image.
OtherProcessingKind  Something not falling in above categories.


Variable Documentation

NSString* const LynkeosDocumentDidOpenNotification

Informs that a document is opened.

This notification can be used to spawn lightweight objects for monitoring the document.


Generated on Sat Mar 22 17:44:47 2008 for Lynkeos by  doxygen 1.5.4