MyListManagement Class Reference

Pseudo "process view" that allows to build image lists. More...

#import <MyListManagement.h>

Inheritance diagram for MyListManagement:

Inheritance graph
[legend]
Collaboration diagram for MyListManagement:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(IBAction) - addAction:
 Add an image.
(IBAction) - deleteAction:
 Delete an image from the list.
(IBAction) - toggleEntrySelection:
 Toggle the selection state of an image.
(IBAction) - highlightNext:
 Hilight the next image.
(IBAction) - highlightPrevious:
 Hilight the previous image.

Protected Attributes

IBOutlet NSView * _view
 The list management NSView.
IBOutlet NSButton_plusButton
 Button that adds images.
IBOutlet NSButton_minusButton
 Delete images from the list.
IBOutlet NSButton_prevButton
 Go to the previous image.
IBOutlet NSButton_nextButton
 Go to the next image.
IBOutlet NSButton_toggleButton
 Toggle image selection state.
IBOutlet MyImageListWindow_windowController
 The main window ctrl.
id< LynkeosViewDocument > _document
 The document...
NSOutlineView_textView
 The outline text frame.
MyImageView_imageView
 The image frame.


Detailed Description

Pseudo "process view" that allows to build image lists.

Member Function Documentation

- (IBAction) addAction: (id)  sender  

Add an image.

Parameters:
sender The button

- (IBAction) deleteAction: (id)  sender  

Delete an image from the list.

Parameters:
sender The button

- (IBAction) toggleEntrySelection: (id)  sender  

Toggle the selection state of an image.

Parameters:
sender The button

- (IBAction) highlightNext: (id)  sender  

Hilight the next image.

Parameters:
sender The button

- (IBAction) highlightPrevious: (id)  sender  

Hilight the previous image.

Parameters:
sender The button


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