Lynkeos  1.2
Public Member Functions | Static Public Member Functions | Private Attributes
MyMovieImage Class Reference

Movie image model class. More...

#import <MyImageListItem.h>

Inheritance diagram for MyMovieImage:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

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


Member Function Documentation

- (id) getParent

References _parent.

- (TimeValue) getTime

References _time.

Referenced by MyMovie::addMovieImage:.

- (id) initWithTime: (TimeValue)  time
parent: (id)  up
index: (long)  index 

References _index, _parent, and _time.

+ (id) movieImageWithTime: (TimeValue)  time
parent: (id)  up
index: (long)  index 
- (void) setParent: (id)  parent

References _parent.


Member Data Documentation

- (long) _index [private]
- (id) _parent [private]
- (TimeValue) _time [private]

Referenced by getTime, and initWithTime:parent:index:.


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