Lynkeos
1.2
|
Movie image model class. More...
#import <MyImageListItem.h>
Public Member Functions | |
(id) | - initWithTime:parent:index: |
(TimeValue) | - getTime |
(id) | - getParent |
(void) | - setParent: |
Static Public Member Functions | |
(id) | + movieImageWithTime:parent:index: |
Private Attributes | |
id | _parent |
TimeValue | _time |
long | _index |
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
- (TimeValue) getTime |
References _time.
Referenced by MyMovie::addMovieImage:.
- (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.
- (long) _index [private] |
Referenced by initWithTime:parent:index:.
- (id) _parent [private] |
Referenced by getParent, initWithTime:parent:index:, and setParent:.
- (TimeValue) _time [private] |
Referenced by getTime, and initWithTime:parent:index:.