MyImageStackerView Class Reference
[Processing classes]

View controller of the image stacking. More...

#import <MyImageStackerView.h>

Inheritance diagram for MyImageStackerView:

Inheritance graph
[legend]
Collaboration diagram for MyImageStackerView:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(IBAction) - cropRectangleChange:
 The crop rectangle characteristics were changed.
(IBAction) - doubleSizeAction:
 Toggle between regular and double sized stack.
(IBAction) - monochromeAction:
 Toggle between RGB and grayscale stack.
(IBAction) - stackAction:
 Start stacking.

Protected Attributes

IBOutlet NSTextField_cropX
 X origin of the crop rect.
IBOutlet NSTextField_cropY
 Y origin of the crop rect.
IBOutlet NSTextField_cropW
 Width of the crop rect.
IBOutlet NSTextField_cropH
 Height of the crop rect.
IBOutlet NSButton_doubleSizeCheckBox
 Expand the stack.
IBOutlet NSButton_monochromeCheckBox
 Stack in monochrome.
IBOutlet NSButton_stackButton
 Start stacking.
IBOutlet NSView * _panel
 Our view.
id< LynkeosWindowController_window
 Our window controller.
MyDocument_document
 Our document.
NSOutlineView_textView
 The items list view.
id< LynkeosImageView_imageView
 The view for result image.
BOOL _isStacking
BOOL _imageUpdate
 Whether to refresh each image once processed in the stack.
BOOL _stackedImagesNb
 Number of stacked images.


Detailed Description

View controller of the image stacking.

Member Function Documentation

- (IBAction) cropRectangleChange: (id)  sender  

- (IBAction) doubleSizeAction: (id)  sender  

Toggle between regular and double sized stack.

Parameters:
sender The control which value has changed

References _document, _doubleSizeCheckBox, MyImageStackerParameters::_factor, < LynkeosViewDocument >::currentList, and ImageMode.

- (IBAction) monochromeAction: (id)  sender  

Toggle between RGB and grayscale stack.

Parameters:
sender The control which value has changed

References _document, _monochromeCheckBox, MyImageStackerParameters::_monochromeStack, < LynkeosViewDocument >::currentList, and FlatFieldMode.

- (IBAction) stackAction: (id)  sender  


Member Data Documentation

- (BOOL) _isStacking [protected]

Stacking under process

Referenced by stackAction:.


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

Generated on Fri Dec 19 16:35:46 2008 for Lynkeos by  doxygen 1.5.7.1