Lynkeos
|
Aligner view controller class. More...
#import <MyImageAlignerView.h>
Instance Methods | |
(IBAction) | - searchSquareChange: |
The origin of the search square was changed. More... | |
(IBAction) | - squareSizeChange: |
The size of the search square was changed. More... | |
(IBAction) | - specificSquareChange: |
The search becomes or is no more specific to the selected item. More... | |
(IBAction) | - referenceAction: |
The reference item was changed. More... | |
(IBAction) | - cancelAction: |
Delete the selected item's align result. More... | |
(IBAction) | - alignAction: |
Start aligning. 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... | |
![]() | |
(BOOL) | - validateSelection:atIndex: |
Validate, and possibly change the selection. More... | |
Protected Attributes | |
IBOutlet NSTextField * | _searchFieldX |
X coordinate of the square. | |
IBOutlet NSTextField * | _searchFieldY |
Y coordinate of the square. | |
IBOutlet NSComboBox * | _searchSideMenu |
Search square side. | |
IBOutlet NSButton * | _privateSearch |
Square private to the item. | |
IBOutlet NSButton * | _refCheckBox |
Reference item selection. | |
IBOutlet NSButton * | _cancelButton |
Delete selected align result. | |
IBOutlet NSButton * | _alignButton |
Start alignment. | |
IBOutlet NSView * | _panel |
Our view. | |
id< LynkeosWindowController > | _window |
Our window controller. | |
id< LynkeosViewDocument > | _document |
Our document. | |
id< LynkeosImageList > | _list |
The current list. | |
NSOutlineView * | _textView |
Items list display. | |
id< LynkeosImageView > | _imageView |
For dislaying the images. | |
unsigned int | _sideMenuLimit |
Upper limit for square side. | |
BOOL | _isAligning |
BOOL | _imageUpdate |
Whether to update image display after aligning each item. | |
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... | |
Aligner view controller class.
- (IBAction) alignAction: | (id) | sender |
Start aligning.
sender | The button |
References MyImageAlignerParameters::_alignOrigin, MyImageAlignerListParameters::_alignSize, MyImageAlignerListParameters::_checkAlignResult, MyImageAlignerListParameters::_cutoff, _document, _imageUpdate, _imageView, _isAligning, _list, MyImageAlignerListParameters::_precisionThreshold, _privateSearch, _refCheckBox, _searchFieldX, _searchFieldY, _searchSideMenu, LynkeosIntegerRect::origin, and LynkeosIntegerRect::size.
- (IBAction) cancelAction: | (id) | sender |
Delete the selected item's align result.
sender | The button |
References _imageView, _list, _textView, _window, LynkeosAlignRef, and LynkeosAlignResultRef.
- (IBAction) referenceAction: | (id) | sender |
The reference item was changed.
sender | The control which value was changed |
References _list, _refCheckBox, MyImageAlignerListParameters::_referenceItem, and _window.
- (IBAction) searchSquareChange: | (id) | sender |
The origin of the search square was changed.
sender | The control which value was changed |
References MyImageAlignerParameters::_alignOrigin, _list, _searchFieldX, _searchFieldY, _window, LynkeosIntegerPoint::x, and LynkeosIntegerPoint::y.
- (IBAction) specificSquareChange: | (id) | sender |
The search becomes or is no more specific to the selected item.
sender | The control which value was changed |
References MyImageAlignerParameters::_alignOrigin, and _window.
- (IBAction) squareSizeChange: | (id) | sender |
The size of the search square was changed.
sender | The control which value was changed |
References MyImageAlignerListParameters::_alignSize, _list, _searchSideMenu, LynkeosIntegerSize::height, and LynkeosIntegerSize::width.
|
protected |
Alignment is under process
Referenced by alignAction:.