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 UIMovieView, UINavigationBar, UIPreferencesTable, UIProgressIndicator, UITextLabel, UIView; 00010 00011 @interface UIMovieAlternateTrackListController : NSObject 00012 { 00013 id _delegate; 00014 UIMovieView *_movieView; 00015 UIView *_backgroundView; 00016 UINavigationBar *_navigationBar; 00017 UIPreferencesTable *_table; 00018 UIProgressIndicator *_progressIndicator; 00019 UITextLabel *_loadingLabel; 00020 unsigned int _selectedTracks; 00021 unsigned int _previousTracks; 00022 } 00023 00024 - (void)dealloc; 00025 - (void)saveChanges; 00026 - (void)setDelegate:(id)fp8; 00027 - (void)setMovieView:(id)fp8; 00028 - (void)setup; 00029 - (void)teardown; 00030 - (id)view; 00031 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; 00032 - (void)tableRowSelected:(id)fp8; 00033 - (int)numberOfGroupsInPreferencesTable:(id)fp8; 00034 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; 00035 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; 00036 - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12; 00037 - (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12; 00038 - (id)preferencesTable:(id)fp8 cellForGroup:(int)fp12; 00039 - (float)preferencesTable:(id)fp8 heightForRow:(int)fp12 inGroup:(int)fp16 withProposedHeight:(float)fp20; 00040 - (void)_alternatesAvailable:(id)fp8; 00041 - (id)_arrayForGroup:(int)fp8; 00042 - (int)_typeForGroup:(int)fp8; 00043 - (id)_titleForTrack:(id)fp8; 00044 - (void)_addLoadingUI; 00045 - (void)_removeLoadingUI; 00046 00047 @end 00048