]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPAlternateTracksViewController.h
Added UISystemFont*.
[iphone-api.git] / MediaPlayer / MPAlternateTracksViewController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <MediaPlayer/MPViewController.h>
8
9 @class UINavigationBar, UIPreferencesTable, UIProgressIndicator, UITextLabel, UIView;
10
11 @interface MPAlternateTracksViewController : MPViewController
12 {
13 UIView *_backgroundView;
14 UINavigationBar *_navigationBar;
15 UIPreferencesTable *_table;
16 UIProgressIndicator *_progressIndicator;
17 UITextLabel *_loadingLabel;
18 unsigned int _selectedTracks[2];
19 unsigned int _previousTracks[2];
20 }
21
22 - (id)init;
23 - (void)dealloc;
24 - (void)didChangeToOrientation:(int)fp8;
25 - (void)willChangeToOrientation:(int)fp8;
26 - (void)viewWillAppear:(BOOL)fp8;
27 - (void)viewDidDisappear:(BOOL)fp8;
28 - (void)loadView;
29 - (void)_alternateTypesChangedNotification:(id)fp8;
30 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
31 - (void)tableRowSelected:(id)fp8;
32 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
33 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
34 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
35 - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
36 - (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12;
37 - (id)preferencesTable:(id)fp8 cellForGroup:(int)fp12;
38 - (float)preferencesTable:(id)fp8 heightForRow:(int)fp12 inGroup:(int)fp16 withProposedHeight:(float)fp20;
39 - (id)_alternateTracks;
40 - (id)_arrayForGroup:(int)fp8;
41 - (void)_addLoadingUI;
42 - (unsigned int)_indexForGroup:(int)fp8;
43 - (void)_reloadData;
44 - (void)_removeLoadingUI;
45 - (void)_saveChanges;
46 - (id)_titleForTrack:(id)fp8;
47 - (unsigned int)_typeForGroup:(int)fp8;
48
49 @end
50