Lynkeos
Instance Methods | Protected Attributes | List of all members
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]

Instance Methods

(IBAction) - addAction:
 Add an image. More...
 
(IBAction) - deleteAction:
 Delete an image from the list. More...
 
(IBAction) - toggleEntrySelection:
 Toggle the selection state of an image. More...
 
(IBAction) - highlightNext:
 Hilight the next image. More...
 
(IBAction) - highlightPrevious:
 Hilight the previous image. More...
 
- Instance Methods inherited from <LynkeosProcessingView>
(id) - initWithWindowController:document:configuration:
 Initialize a processing view instance. More...
 
(NSView *) - getProcessingView
 Access to the processing view. More...
 
(LynkeosProcessingViewFrame_t- preferredDisplay
 Prefered way of displaying the processing view. More...
 
(Class) - processingClass
 What processing class is controlled by this processing view. More...
 
(void) - setActiveView:
 Informs about activity of the view.
 
(id< LynkeosProcessingParameter >) - getCurrentParameters
 Get the parameters being processed. More...
 

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.
 
id< LynkeosImageView_imageView
 The image frame.
 

Additional Inherited Members

- Class Methods inherited from <LynkeosProcessingView>
(BOOL) + isStandardProcessingViewController
 Should the plugin controller auto-register that class. More...
 
(ProcessingViewKind_t+ processingViewKindForConfig:
 Category to which this processing view controller belongs. More...
 
(BOOL) + isViewControllingProcess:withConfig:
 Whether this view controls the given processing class. More...
 
(void) + getProcessingTitle:toolTitle:key:icon:tip:forConfig:
 View characteristics. More...
 
(unsigned int) + allowedDisplaysForConfig:
 Allowed ways of displaying the process view. More...
 

Detailed Description

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

Method Documentation

- (IBAction) addAction: (id)  sender

Add an image.

Parameters
senderThe button

References _windowController.

- (IBAction) deleteAction: (id)  sender

Delete an image from the list.

Parameters
senderThe button

References _windowController.

- (IBAction) highlightNext: (id)  sender

Hilight the next image.

Parameters
senderThe button

References _windowController.

- (IBAction) highlightPrevious: (id)  sender

Hilight the previous image.

Parameters
senderThe button

References _windowController.

- (IBAction) toggleEntrySelection: (id)  sender

Toggle the selection state of an image.

Parameters
senderThe button

References _windowController.


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