Lynkeos
|
Pseudo "process view" that allows to build image lists. More...
#import <MyListManagement.h>
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... | |
![]() | |
(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 | |
![]() | |
(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... | |
Pseudo "process view" that allows to build image lists.
- (IBAction) addAction: | (id) | sender |
- (IBAction) deleteAction: | (id) | sender |
- (IBAction) highlightNext: | (id) | sender |
- (IBAction) highlightPrevious: | (id) | sender |
- (IBAction) toggleEntrySelection: | (id) | sender |