MyProcessingThread Class Reference

The thread controller for image list processing. More...

#import <MyProcessingThread.h>

Inheritance diagram for MyProcessingThread:

Inheritance graph
[legend]
Collaboration diagram for MyProcessingThread:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(oneway void) - stopProcessing
 Force the thread to exit when next item is processed.

Static Public Member Functions

(void) + threadWithAttributes:
 Thread creation.

Protected Attributes

id< LynkeosProcessing_processingInstance
 The processing object !
MyDocument_document
 The document controller.
NSEnumerator_itemList
 Enumerator given at thread creation.
id< LynkeosProcessableItem_item
 Alternate form: only one item.
BOOL _processEnded
 Controls the run loop.
NSProxy_proxy
 Our proxy in the main thread.


Detailed Description

The thread controller for image list processing.

When the thread is started, the controller :


Member Function Documentation

+ (void) threadWithAttributes: (NSDictionary*)  attr  

Thread creation.

Parameters:
attr Thread attributes : communication ports in a dictionary This method creates the thread, establishes the connection with the calling thread, starts a run loop and handle its autorelease pool.

- (oneway void) stopProcessing  

Force the thread to exit when next item is processed.

Returns:
None


The documentation for this class was generated from the following files:
Generated on Sat Mar 22 17:44:52 2008 for Lynkeos by  doxygen 1.5.4