Enumerator on MyImageList.
More...
#import <MyImageListEnumerator.h>
Enumerator on MyImageList.
This enumerator scans all the MyImageListItem images in a MyImageList. When the list contains a movie, it scans each MyMovieImage inside the MyMovie instance.
◆ initWithImageList:()
| - (id) initWithImageList: |
|
(NSArray*) |
list |
|
Simplified initializer.
- Parameters
-
It initializes a direct enumerator starting at the first item of the list.
◆ initWithImageList:startAt:directSense:()
Base initializer.
- Parameters
-
| list | The MyImageListItem array do scan |
| item | The item to start with. If nil, the first or last (if reverse enumerator) is taken |
| direct | Direct or reverse enumerator |
It initializes a MyImageListEnumerator whith a custom starting point and a custom scanning direction.
References _currentMovie, _itemIndex, _itemList, _listSize, _lock, _movieIndex, _movieSize, _step, MyMovie::indexOfImage:, and MyMovie::numberOfImages.
◆ _currentMovie
◆ _itemIndex
◆ _itemList
◆ _listSize
◆ _lock
| - (NSRecursiveLock*) _lock |
|
protected |
◆ _movieIndex
◆ _movieSize
◆ _step
The documentation for this class was generated from the following files: