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

Lightweight object for validating and redraw. More...

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

Instance Methods

(id) - initWithDocument:windowController:
 Dedicated initializer. More...
 
(void) - changeOfList:
 The document current list was changed. More...
 
(void) - textViewWillDisplayCell:
 Process the display of aligned items. More...
 

Class Methods

(void) + documentDidOpen:
 Process the notification of a new document creation. More...
 
(void) + documentWillClose:
 Process the notification of document closing. More...
 

Protected Attributes

NSObject< LynkeosViewDocument > * _document
 Our document.
 
NSObject
< LynkeosWindowController > * 
_window
 Our window controller.
 

Detailed Description

Lightweight object for validating and redraw.

This object monitors the document for validating the process activation, and the window controller for drawing the outline view cells

Method Documentation

- (void) changeOfList: (NSNotification*)  notif

The document current list was changed.

Parameters
notifThe notification

References _document, and _window.

Referenced by initWithDocument:windowController:.

+ (void) documentDidOpen: (NSNotification*)  notif

Process the notification of a new document creation.

It will be used to create a monitor object for the document.

Parameters
notifThe notification
+ (void) documentWillClose: (NSNotification*)  notif

Process the notification of document closing.

Parameters
notifThe notification
- (id) initWithDocument: (NSObject <LynkeosViewDocument>*)  document
windowController: (NSObject <LynkeosWindowController> *)  window 

Dedicated initializer.

Parameters
documentThe document to monitor
windowThe window controller to monitor
Returns
Initialized

References _document, _window, and changeOfList:.

- (void) textViewWillDisplayCell: (NSNotification*)  notif

Process the display of aligned items.

Parameters
notifThe notification

References LynkeosAlignRef, and LynkeosAlignResultRef.


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