Lynkeos
List of all members
MyMovie Class Reference

Compatibility class for reading documents created by Lynkeos V1.2 or earlier. More...

Inheritance diagram for MyMovie:
Inheritance graph
[legend]
Collaboration diagram for MyMovie:
Collaboration graph
[legend]

Additional Inherited Members

- Instance Methods inherited from MyImageListItem
(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...
 
- Class Methods inherited from MyImageListItem
(id) + imageListItemWithURL:
 Creator. More...
 
(NSArray *) + imageListItemFileTypes
 File types and subclasses registering. More...
 
- Protected Attributes inherited from MyImageListItem
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.
 

Detailed Description

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.


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