#import <UIMovieChapterListCell.h>
Abgeleitet von IndicatorTableCell.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - drawBackgroundInRect:withFade: |
| (void) | - drawContentInRect:selected: |
| (void) | - layoutSubviews |
| (void) | - setIndex: |
| (void) | - setShowThumbnailColumn: |
| (void) | - setTimeMarker: |
| (void) | - setTimeColumnWidth: |
| (struct CGPoint) | - indicatorPoint |
| (void) | - _addThumbnailIfNecessary: |
| (void) | - _removeThumbnailIfNecessary: |
Geschützte Attribute | |
| UIMovieTimeMarker * | _marker |
| unsigned int | _index |
| float | _timeColumnWidth |
| unsigned int | _showThumbnailColumn:1 |
Definiert in Zeile 11 der Datei UIMovieChapterListCell.h.
| - (void) dealloc |
Implementiert UITableCell.
| - (void) drawBackgroundInRect: | (struct CGRect) | fp8 | ||
| withFade: | (float) | fp24 | ||
Implementiert UITableCell.
| - (void) drawContentInRect: | (struct CGRect) | fp8 | ||
| selected: | (BOOL) | fp24 | ||
Implementiert IndicatorTableCell.
| - (void) layoutSubviews |
Implementiert UITableCell.
| - (void) setIndex: | (unsigned int) | fp8 |
| - (void) setShowThumbnailColumn: | (BOOL) | fp8 |
| - (void) setTimeMarker: | (id) | fp8 |
| - (void) setTimeColumnWidth: | (float) | fp8 |
| - (struct CGPoint) indicatorPoint |
Implementiert IndicatorTableCell.
| - (void) _addThumbnailIfNecessary: | (id) | fp8 |
| - (void) _removeThumbnailIfNecessary: | (id) | fp8 |
- (UIMovieTimeMarker*) _marker [protected] |
Definiert in Zeile 13 der Datei UIMovieChapterListCell.h.
- (unsigned int) _index [protected] |
Definiert in Zeile 14 der Datei UIMovieChapterListCell.h.
- (float) _timeColumnWidth [protected] |
Definiert in Zeile 15 der Datei UIMovieChapterListCell.h.
- (unsigned int) _showThumbnailColumn [protected] |
Definiert in Zeile 16 der Datei UIMovieChapterListCell.h.