]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPPortraitControlsOverlay.h
Adding PhotoLibrary.
[iphone-api.git] / MediaPlayer / MPPortraitControlsOverlay.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 "UIImageView.h"
8
9 @class MPItem, MPProgressIndicator, UIPushButton, UITextLabel;
10
11 @interface MPPortraitControlsOverlay : UIImageView
12 {
13 id _delegate;
14 MPItem *_item;
15 MPProgressIndicator *_progressControl;
16 UIPushButton *_repeatButton;
17 UIPushButton *_shuffleButton;
18 UITextLabel *_trackInfoLabel;
19 double _progressOffset;
20 unsigned int _visibleParts;
21 unsigned int _wantsTick:1;
22 }
23
24 - (id)init;
25 - (void)dealloc;
26 - (void)didMoveToSuperview;
27 - (void)layoutSubviews;
28 - (void)reloadView;
29 - (void)startTicking;
30 - (void)stopTicking;
31 - (void)setItem:(id)fp8;
32 - (void)setVisibleParts:(unsigned int)fp8;
33 - (void)_repeatButton:(id)fp8;
34 - (void)_shuffleButton:(id)fp8;
35 - (void)progressIndicator:(id)fp8 seekedToValue:(unsigned int)fp12;
36 - (void)progressIndicatorBeganSeeking:(id)fp8;
37 - (void)progressIndicatorFinishedSeeking:(id)fp8;
38 - (void)_contentsChangedNotification:(id)fp8;
39 - (void)_crossedTimeMarkerNotification:(id)fp8;
40 - (void)_tickNotification:(id)fp8;
41 - (id)_createButtonWithImage:(id)fp8 action:(SEL)fp12;
42 - (void)_initializeControls;
43 - (id)_repeatButtonImage;
44 - (unsigned int)_repeatType;
45 - (void)_setCurrentTime:(double)fp8;
46 - (id)_shuffleButtonImage;
47 - (unsigned int)_shuffleType;
48 - (BOOL)_shuffleIsOn;
49 - (unsigned int)visibleParts;
50 - (id)item;
51 - (id)delegate;
52 - (void)setDelegate:(id)fp8;
53
54 @end
55