00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSArray, UIMovieChapterListView, UIMovieView; 00010 00011 @interface UIMovieChapterListController : NSObject 00012 { 00013 id _delegate; 00014 unsigned int _currentMarker; 00015 float _timeColumnWidth; 00016 unsigned int _haveThumbnails:1; 00017 unsigned int _videoOutActive:1; 00018 NSArray *_timeMarkers; 00019 UIMovieView *_movieView; 00020 UIMovieChapterListView *_view; 00021 } 00022 00023 - (id)init; 00024 - (void)dealloc; 00025 - (void)cancelThumbnails; 00026 - (void)setCurrentMarker:(unsigned int)fp8; 00027 - (void)setDelegate:(id)fp8; 00028 - (void)setMovieView:(id)fp8; 00029 - (void)setTopPadding:(float)fp8; 00030 - (void)setTimeMarkers:(id)fp8; 00031 - (void)setVideoOutActive:(BOOL)fp8; 00032 - (void)setup; 00033 - (void)teardown; 00034 - (id)view; 00035 - (int)numberOfRowsInTable:(id)fp8; 00036 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; 00037 - (float)table:(id)fp8 heightForRow:(int)fp12; 00038 - (void)tableRowSelected:(id)fp8; 00039 - (void)movieView:(id)fp8 madeThumbnail:(id)fp12 forTime:(float)fp16; 00040 - (void)_reloadThumbnails; 00041 - (void)_sizeColumnsToFit; 00042 00043 @end 00044