]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPFullScreenVideoOverlay.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPFullScreenVideoOverlay.h
CommitLineData
2cd8f71b
JF
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 MPFullScreenTransportControls, MPItem, MPVideoViewController, MovieScrubberControl, UINavigationBar, UINavigationButton, UINavigationItem;
10
11@interface MPFullScreenVideoOverlay : UIView
12{
13 MPVideoViewController *_videoController;
14 id _target;
15 MPItem *_item;
16 int _orientation;
17 UIView *_loadingMovieIndicatorView;
18 MovieScrubberControl *_scrubControl;
19 MPFullScreenTransportControls *_transportControls;
20 UINavigationButton *_backButton;
21 UINavigationBar *_navigationBar;
22 UINavigationItem *_navigationItem;
23 UINavigationButton *_scaleModeButton;
24 unsigned int _desiredParts;
25 unsigned int _disabledParts;
26 unsigned int _visibleParts;
27 unsigned int _tvOutEnabled:1;
28 unsigned int _wantsTick:1;
29}
30
31- (id)initWithFrame:(struct CGRect)fp8 orientation:(int)fp24;
32- (void)dealloc;
33- (void)didMoveToSuperview;
34- (void)didMoveToWindow;
35- (void)layoutSubviews;
36- (void)reloadNavigationBarWithAnimation:(BOOL)fp8;
37- (void)restoreSanity;
38- (void)startTicking;
39- (void)stopTicking;
40- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
41- (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
42- (void)setDesiredParts:(unsigned int)fp8;
43- (void)setDesiredParts:(unsigned int)fp8 animate:(BOOL)fp12;
44- (void)setDisabledParts:(unsigned int)fp8;
45- (void)setItem:(id)fp8;
46- (void)setOrientation:(int)fp8;
47- (void)setTarget:(id)fp8;
48- (void)setTVOutEnabled:(BOOL)fp8;
49- (void)setVideoController:(id)fp8;
50- (void)setVisibleParts:(unsigned int)fp8;
51- (void)setVisibleParts:(unsigned int)fp8 animate:(BOOL)fp12;
52- (BOOL)TVOutEnabled;
53- (void)_backButtonAction:(id)fp8;
54- (void)_scaleButtonAction:(id)fp8;
55- (void)_tickNotification:(id)fp8;
56- (void)_validityChangedNotification:(id)fp8;
57- (void)_statusBarHeightChanged:(id)fp8;
58- (void)scrubberControl:(id)fp8 didEnterScrubbingState:(BOOL)fp12;
59- (void)scrubberControl:(id)fp8 didChangeToScrubValue:(float)fp12;
60- (id)_loadingMovieIndicatorView;
61- (void)_initNavigationBar;
62- (void)_reloadTransportControls:(BOOL)fp8;
63- (id)_scrubControlWithFrame:(struct CGRect)fp8;
64- (void)_updateScrubControlWithAnimation:(BOOL)fp8;
65- (void)_updateTimeBasedValues;
66- (unsigned int)visibleParts;
67- (id)videoController;
68- (id)transportControls;
69- (id)target;
70- (int)orientation;
71- (id)navigationBar;
72- (id)item;
73- (unsigned int)disabledParts;
74- (unsigned int)desiredParts;
75
76@end
77