]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPViewController.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / MediaPlayer / MPViewController.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 "UIViewController.h"
8
9 @class MPItem, MPTransitionController;
10
11 @interface MPViewController : UIViewController
12 {
13 id _delegate;
14 MPItem *_item;
15 int _orientation;
16 MPViewController *_pushedViewController;
17 MPTransitionController *_pushedTransitionController;
18 unsigned int _appearing:1;
19 unsigned int _idleTimerDisabled:1;
20 unsigned int _observesApplicationSuspendResumeEventsOnly:1;
21 }
22
23 - (id)init;
24 - (void)dealloc;
25 - (void)beginIgnoringChangeTypes:(unsigned int)fp8;
26 - (BOOL)canDisplayItem:(id)fp8 withOrientation:(int)fp12;
27 - (id)copyOverlayViewForTransitionToItem:(id)fp8;
28 - (void)didChangeToOrientation:(int)fp8;
29 - (void)endIgnoringChangeTypes:(unsigned int)fp8;
30 - (BOOL)isAppearing;
31 - (void)startTicking;
32 - (void)stopTicking;
33 - (void)applicationDidSuspendEventsOnly;
34 - (void)applicationDidResumeEventsOnly;
35 - (BOOL)observesApplicationSuspendResumeEventsOnly;
36 - (void)setObservesApplicationSuspendResumeEventsOnly:(BOOL)fp8;
37 - (void)noteIgnoredChangeTypes:(unsigned int)fp8;
38 - (void)restoreOverlayViewAfterTransition:(id)fp8;
39 - (void)pushViewController:(id)fp8 withTransition:(id)fp12;
40 - (id)popViewControllerAnimated:(BOOL)fp8;
41 - (void)willChangeToOrientation:(int)fp8;
42 - (BOOL)idleTimerDisabled;
43 - (void)setAppearing:(BOOL)fp8;
44 - (void)setIdleTimerDisabled:(BOOL)fp8;
45 - (void)setOrientation:(int)fp8;
46 - (void)setOrientation:(int)fp8 animate:(BOOL)fp12;
47 - (void)setView:(id)fp8;
48 - (void)viewDidAppear:(BOOL)fp8;
49 - (void)viewWillAppear:(BOOL)fp8;
50 - (void)viewDidDisappear:(BOOL)fp8;
51 - (void)_popTransitionEnded:(id)fp8;
52 - (void)_pushTransitionEnded:(id)fp8;
53 - (int)orientation;
54 - (id)item;
55 - (void)setItem:(id)fp8;
56 - (id)delegate;
57 - (void)setDelegate:(id)fp8;
58
59 @end
60