Lynkeos  1.2
Instance Methods | Class Methods | Private Attributes | List of all members
MyMovieImage Class Reference

Movie image model class. More...

#import <MyImageListItem.h>

Inheritance diagram for MyMovieImage:
Inheritance graph
[legend]

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
 

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

Method Documentation

◆ getParent()

- (id) getParent

References _parent.

◆ getTime()

- (TimeValue) getTime

References _time.

◆ initWithTime:parent:index:()

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

References _index, _parent, and _time.

◆ movieImageWithTime:parent:index:()

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

◆ setParent:()

- (void) setParent: (id)  parent

References _parent.

Member Data Documentation

◆ _index

- (long) _index
private

◆ _parent

- (id) _parent
private

◆ _time

- (TimeValue) _time
private

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


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