MyImageView Class Reference
[View classes]

The custom image view. More...

#import <MyImageView.h>

Inheritance diagram for MyImageView:

Inheritance graph
[legend]
Collaboration diagram for MyImageView:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(void) - displayItem:atOffset:
 Set the item to display in the view.
(NSSize) - imageSize
 Retrieve the displayed image size.
IBActions
Methods connected to Interface builder actions

(IBAction) - doZoom:
 Set the zoom according to the slider value.
(IBAction) - moreZoom:
 Zoom in.
(IBAction) - lessZoom:
 Zoom out.
(IBAction) - blackWhiteChange:
 Set the black and white levels for the image.
(IBAction) - gammaChange:
 Set the gamma correction exponent for the image.


Detailed Description

The custom image view.

Member Function Documentation

- (IBAction) doZoom: (id)  sender  

Set the zoom according to the slider value.

Parameters:
sender The slider.

- (IBAction) moreZoom: (id)  sender  

Zoom in.

Parameters:
sender The button.

- (IBAction) lessZoom: (id)  sender  

Zoom out.

Parameters:
sender The button.

- (IBAction) blackWhiteChange: (id)  sender  

Set the black and white levels for the image.

Parameters:
sender the control that was changed

- (IBAction) gammaChange: (id)  sender  

Set the gamma correction exponent for the image.

Parameters:
sender the control that was changed

- (void) displayItem: (id <LynkeosProcessableItem>)  item
atOffset: (NSPoint)  offset 

Set the item to display in the view.

Parameters:
item The item to display
offset Shift the image display by this offset

- (NSSize) imageSize  

Retrieve the displayed image size.

Returns:
The image size


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