Lynkeos  1.2
Public Member Functions | Private Attributes
MyMovie Class Reference

Movie model class. More...

#import <MyImageListItem.h>

Inheritance diagram for MyMovie:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(NSMovie *) - getMovie
(int) - numberOfImages
(int) - indexOfImage:
(MyMovieImage *) - getMovieImageAtIndex:
(NSImage *) - getImageAtIndex:
(void) - addMovieImage:
(void) - deleteMovieImage:
(void) - imageSelectionChanged

Private Attributes

NSMovie_movie
NSMutableArray * _images
NSLock * _qtLock

Detailed Description

Movie model class.

It keeps track of all its MyMovieImage, provides action on them and allows to retrieve the NSImage


Member Function Documentation

- (void) addMovieImage: (MyMovieImage*)  item

References _images, and MyMovieImage::getTime.

- (void) deleteMovieImage: (MyMovieImage*)  item

References _images, and imageSelectionChanged.

- (NSImage *) getImageAtIndex: (int)  index

References _movie.

- (MyMovieImage *) getMovieImageAtIndex: (int)  index

References _images.

- (int) indexOfImage: (MyMovieImage*)  item
- (int) numberOfImages

Member Data Documentation

- (NSMutableArray*) _images [private]
- (NSMovie*) _movie [private]

Referenced by getMovie.

- (NSLock*) _qtLock [private]

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