]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPPortraitInfoOverlay.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPPortraitInfoOverlay.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 "UIView.h"
8
9 @class MPItem, MPPortraitControlsOverlay, MPTextView;
10
11 @interface MPPortraitInfoOverlay : UIView
12 {
13 id _delegate;
14 MPItem *_item;
15 unsigned int _visibleParts;
16 MPPortraitControlsOverlay *_controlsView;
17 MPTextView *_displayableTextView;
18 unsigned int _transitioning:1;
19 }
20
21 - (id)initWithFrame:(struct CGRect)fp8;
22 - (void)dealloc;
23 - (void)didMoveToSuperview;
24 - (void)didTransition;
25 - (BOOL)hide;
26 - (void)layoutSubviews;
27 - (void)startTicking;
28 - (void)stopTicking;
29 - (void)willTransition;
30 - (void)setAlpha:(float)fp8;
31 - (void)setItem:(id)fp8;
32 - (void)setVisibleParts:(unsigned int)fp8;
33 - (void)textView:(id)fp8 handleTapWithCount:(int)fp12 event:(struct __GSEvent *)fp16;
34 - (void)_displayableTextRemovalAnimationDidStop;
35 - (void)_hideSnapshotAnimationFinished;
36 - (void)_displayableTextAvailable:(id)fp8;
37 - (void)_playbackStateChanged:(id)fp8;
38 - (id)_controlsView;
39 - (id)_displayableTextView;
40 - (void)_hideControlsAndTextView;
41 - (void)_reloadDisplayableTextViewForItem:(id)fp8 animate:(BOOL)fp12;
42 - (void)_removeDisplayableTextWithAnimation:(BOOL)fp8;
43 - (void)_reloadViews;
44 - (void)_updateDisplayableTextViewForItem:(id)fp8 animate:(BOOL)fp12;
45 - (unsigned int)visibleParts;
46 - (id)item;
47 - (id)delegate;
48 - (void)setDelegate:(id)fp8;
49
50 @end
51