|
Lynkeos
1.2
|
Movie image model class. More...
#import <MyImageListItem.h>

Instance Methods | |
| (id) | - initWithTime:parent:index: |
| (TimeValue) | - getTime |
| (id) | - getParent |
| (void) | - setParent: |
Instance Methods inherited from MyImageListItem | |
| (id) | - initWithURL: |
| (NSURL *) | - getURL |
| (int) | - getSelectionState |
| (NSString *) | - getName |
| (bool) | - hasSearchSquare |
| (MyIntegerPoint) | - searchSquareOrigin |
| (bool) | - isAligned |
| (NSPoint) | - alignOffset |
| (double) | - getQuality |
| (NSNumber *) | - getIndex |
| (NSImage *) | - getImage |
| (NSSize) | - imageSize |
| (void) | - setSelected: |
| (void) | - invalidateSearchSquare |
| (void) | - setSearchSquareOrigin: |
| (void) | - invalidateAlignment |
| (void) | - setAlignOffset: |
| (void) | - setQuality: |
Class Methods | |
| (id) | + movieImageWithTime:parent:index: |
Class Methods inherited from MyImageListItem | |
| (id) | + imageListItemWithURL: |
Private Attributes | |
| id | _parent |
| TimeValue | _time |
| long | _index |
Additional Inherited Members | |
Protected Attributes inherited from MyImageListItem | |
| NSURL * | _itemURL |
| NSString * | _itemName |
| int | _selection_state |
| bool | _hasSearchSquare |
| MyIntegerPoint | _searchSquareOrigin |
| bool | _aligned |
| NSPoint | _alignOffset |
| double | _quality |
Movie image model class.
The image is characterized by the movie it comes from and the movie time at which it is contained.
The index is there to be displayed in outline view
| - (id) getParent |
References _parent.
| - (TimeValue) getTime |
References _time.
| - (id) initWithTime: | (TimeValue) | time | |
| parent: | (id) | up | |
| index: | (long) | index | |
| + (id) movieImageWithTime: | (TimeValue) | time | |
| parent: | (id) | up | |
| index: | (long) | index | |
| - (void) setParent: | (id) | parent |
References _parent.
|
private |
Referenced by initWithTime:parent:index:.
|
private |
Referenced by getParent, initWithTime:parent:index:, and setParent:.
|
private |
Referenced by getTime, and initWithTime:parent:index:.
1.8.15