Lynkeos
|
Compatibility class for reading documents created by Lynkeos V1.2 or earlier. More...
Additional Inherited Members | |
![]() | |
(id) | - initWithURL: |
Initialization. More... | |
(NSURL *) | - getURL |
Read the URL of the associated file. More... | |
(int) | - getSelectionState |
Read the item current selection state. More... | |
(NSNumber *) | - selectionState |
Get the item current selection state as a NSNumber. More... | |
(NSString *) | - name |
Read the name of the associated file. More... | |
(NSNumber *) | - index |
Read the movie image index (nil if not in a movie) More... | |
(MyImageListItem *) | - getParent |
Get the parent item if there is one. More... | |
(u_long) | - numberOfChildren |
Return the number of children, 0 for leaf items. More... | |
(MyImageListItem *) | - getChildAtIndex: |
Get the asked item. More... | |
(NSUInteger) | - indexOfItem: |
Get the index of the given item in the child list (different from the item index which is the index of its frame in the movie) More... | |
(id< LynkeosFileReader >) | - getReader |
Get the file reader for that item. More... | |
(void) | - addChild: |
Add the given child in the children list. More... | |
(void) | - deleteChild: |
Delete the given child from the children list. More... | |
(void) | - setSelected: |
Set the selection state (no tristate) More... | |
(void) | - setParametersParent: |
Set the parent object for parameters chain. More... | |
![]() | |
(id) | + imageListItemWithURL: |
Creator. More... | |
(NSArray *) | + imageListItemFileTypes |
File types and subclasses registering. More... | |
![]() | |
id< LynkeosImageFileReader, LynkeosMovieFileReader > | _reader |
< The associated file reader | |
NSURL * | _itemURL |
Image or movie URL. | |
NSString * | _itemName |
To be displayed to user. | |
NSMutableArray * | _childList |
Array of childs, if any. | |
MyImageListItem * | _parent |
Parent item, if any. | |
NSUInteger | _index |
int | _selection_state |
Current selection state, can be tri state. | |
id< LynkeosImageBuffer > | _flat |
Cached flat field. | |
id< LynkeosImageBuffer > | _dark |
Cached dark frame. | |
Compatibility class for reading documents created by Lynkeos V1.2 or earlier.
The unarchiver needs it to be declared, but we create a MyImageListItem instead, to avois re-saving it later.