#import <MyListManagement.h>


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. | |
| - (IBAction) addAction: | (id) | sender |
Add an image.
| sender | The button |
| - (IBAction) deleteAction: | (id) | sender |
Delete an image from the list.
| sender | The button |
| - (IBAction) toggleEntrySelection: | (id) | sender |
Toggle the selection state of an image.
| sender | The button |
| - (IBAction) highlightNext: | (id) | sender |
Hilight the next image.
| sender | The button |
| - (IBAction) highlightPrevious: | (id) | sender |
Hilight the previous image.
| sender | The button |
1.5.4