]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPRootController.h
Added UISystemFont*.
[iphone-api.git] / MediaPlayer / MPRootController.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 "NSObject.h"
8
9 @class MPItem, MPTransitionController, MPViewController, UIView;
10
11 @interface MPRootController : NSObject
12 {
13 id <MPRootControllerDelegate> _delegate;
14 struct __CFBag *_ignoredChangeTypes;
15 MPItem *_item;
16 MPItem *_pendingItem;
17 MPItem *_pendingItemWithDifferentType;
18 int _orientation;
19 int _pendingOrientation;
20 UIView *_backstop;
21 MPViewController *_viewController;
22 MPTransitionController *_transitionController;
23 }
24
25 - (id)init;
26 - (id)initWithItem:(id)fp8 orientation:(int)fp12;
27 - (void)dealloc;
28 - (void)reloadView;
29 - (void)viewDidAppear:(BOOL)fp8;
30 - (void)viewDidDisappear:(BOOL)fp8;
31 - (void)viewWillAppear:(BOOL)fp8;
32 - (void)viewWillDisappear:(BOOL)fp8;
33 - (id)rootView;
34 - (void)setItem:(id)fp8;
35 - (void)setAppearing:(BOOL)fp8;
36 - (void)setOrientation:(int)fp8;
37 - (void)setViewController:(id)fp8;
38 - (void)viewController:(id)fp8 beginIgnoringChangeTypes:(unsigned int)fp12;
39 - (void)viewController:(id)fp8 endIgnoringChangeType:(unsigned int)fp12;
40 - (void)viewControllerRequestsExit:(id)fp8;
41 - (void)_transitionFinished:(id)fp8;
42 - (void)setOrientation:(int)fp8 animate:(BOOL)fp12;
43 - (void)setOrientationWithoutTransition:(int)fp8;
44 - (void)_beginIgnoringChangeTypes:(unsigned int)fp8;
45 - (void)_endIgnoringChangeTypes:(unsigned int)fp8;
46 - (BOOL)_noteStoppedIgnoringChangeType:(unsigned int)fp8;
47 - (void)_performTransition:(id)fp8 toController:(id)fp12;
48 - (void)_reloadForTransitionFromItem:(id)fp8 toItem:(id)fp12;
49 - (void)_reloadForTransitionFromOrientation:(int)fp8 toOrientation:(int)fp12 animate:(BOOL)fp16;
50 - (void)_setCurrentViewController:(id)fp8 forTransition:(BOOL)fp12;
51 - (BOOL)_shouldIgnoreChangeType:(unsigned int)fp8;
52 - (id)viewController;
53 - (int)orientation;
54 - (id)item;
55 - (id)delegate;
56 - (void)setDelegate:(id)fp8;
57
58 @end
59