Lynkeos
|
This class locks the use of image/movie depending on the state of calibration data. More...
#import <MyCalibrationLock.h>
Instance Methods | |
(BOOL) | - addCalibrationItem: |
Add a new calibration item. More... | |
(BOOL) | - addImageItem: |
Add a new image item to the list. More... | |
(void) | - removeItem: |
Remove one item from the list. More... | |
(LynkeosIntegerSize) | - calibrationSize |
Get the size of the calibration frames. More... | |
Class Methods | |
(id) | + calibrationLock |
Constructor. More... | |
This class locks the use of image/movie depending on the state of calibration data.
This class enforces the use of images or movies compatible for calibration purpose.
- (BOOL) addCalibrationItem: | (MyImageListItem*) | item |
Add a new calibration item.
item | The new item |
A calibration item can be added if it is able to calibrate all the images in the "calibrable" list..
References MyImageListItem::getReader, LynkeosIntegerSize::height, and LynkeosIntegerSize::width.
- (BOOL) addImageItem: | (MyImageListItem*) | item |
Add a new image item to the list.
item | The new item |
An image item can be added if it can be calibrated by all the images in the "calibration" list..
References MyImageListItem::getReader, LynkeosIntegerSize::height, and LynkeosIntegerSize::width.
+ (id) calibrationLock |
Constructor.
- (LynkeosIntegerSize) calibrationSize |
Get the size of the calibration frames.
- (void) removeItem: | (MyImageListItem*) | item |
Remove one item from the list.
item | The item to be removed |
References MyImageListItem::getReader.
Referenced by MyDocument::deleteEntry:.