]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPTransitionController.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPTransitionController.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 "NSObject.h"
8
9@class MPViewController, NSMutableSet, UIView;
10
11@interface MPTransitionController : NSObject
12{
13 struct __CFDictionary *_observers;
14 float _duration;
15 UIView *_rootView;
16 NSMutableSet *_persistentViewsToFadeOut;
17 NSMutableSet *_viewsToFadeOut;
18 NSMutableSet *_persistentViewsToFadeIn;
19 NSMutableSet *_viewsToFadeIn;
20 MPViewController *_fromViewController;
21 int _fromOrientation;
22 MPViewController *_toViewController;
23 int _toOrientation;
24}
25
26- (id)init;
27- (void)dealloc;
28- (void)addObserver:(id)fp8 didEndSelector:(SEL)fp12;
29- (void)addViewToFadeIn:(id)fp8 restoreOnPop:(BOOL)fp12;
30- (void)addViewToFadeOut:(id)fp8 restoreOnPop:(BOOL)fp12;
31- (void)fadeViewsForRestore:(BOOL)fp8;
32- (void)removeObserver:(id)fp8;
33- (void)transition:(unsigned int)fp8;
34- (void)messageObservers;
35- (id)toViewController;
36- (void)setToViewController:(id)fp8;
37- (int)toOrientation;
38- (void)setToOrientation:(int)fp8;
39- (id)rootView;
40- (void)setRootView:(id)fp8;
41- (id)fromViewController;
42- (void)setFromViewController:(id)fp8;
43- (int)fromOrientation;
44- (void)setFromOrientation:(int)fp8;
45- (float)duration;
46- (void)setDuration:(float)fp8;
47
48@end
49