]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIWindow.h
5bf6e6ebc6e342dd31a6a6e056987e31846ec7e6
[iphone-api.git] / UIKit / UIWindow.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 <UIKit/UIView.h>
8
9 @class UIResponder;
10
11 @interface UIWindow : UIView
12 {
13 id _delegate;
14 void *_window;
15 float _windowLevel;
16 id _layerContext;
17 UIView *_lastMouseDownView;
18 UIView *_lastMouseEnteredView;
19 UIResponder *_firstResponder;
20 id _fingerInfo;
21 int _viewOrientation;
22 UIView *_exclusiveTouchView;
23 struct {
24 unsigned int delegateWillRotate:1;
25 unsigned int delegateDidRotate:1;
26 unsigned int delegateWillAnimateFirstHalf:1;
27 unsigned int delegateDidAnimationFirstHalf:1;
28 unsigned int delegateWillAnimateSecondHalf:1;
29 unsigned int autorotatesToPortrait:1;
30 unsigned int autorotatesToPortraitUpsideDown:1;
31 unsigned int autorotatesToLandscapeLeft:1;
32 unsigned int autorotatesToLandscapeRight:1;
33 unsigned int dontBecomeKeyOnOrderFront:1;
34 unsigned int output:1;
35 unsigned int inGesture:1;
36 unsigned int trackingStatusBar:1;
37 unsigned int resetLevelOnSuspend:1;
38 unsigned int cancelScroller:1;
39 unsigned int bitsPerComponent:4;
40 unsigned int autorotates:1;
41 unsigned int isRotating:1;
42 unsigned int orderKeyboardInAfterRotating:1;
43 } _windowFlags;
44 }
45
46 + (struct CGRect)constrainFrameToScreen:(struct CGRect)fp8;
47 + (id)keyWindow;
48 - (id)initWithFrame:(struct CGRect)fp8;
49 - (id)initWithFrame:(struct CGRect)fp8 output:(int)fp24;
50 - (id)initWithFrame:(struct CGRect)fp8 output:(int)fp24 bitsPerComponent:(int)fp28;
51 - (id)initWithContentRect:(struct CGRect)fp8;
52 - (void)dealloc;
53 - (void)setContentView:(id)fp8;
54 - (BOOL)shouldRespondToStatusBarHeightChange;
55 - (id)representation;
56 - (void)writeSnapshotsToDir:(id)fp8;
57 - (BOOL)_canExistBeyondSuspension;
58 - (void)makeKeyAndOrderFront:(id)fp8;
59 - (void)orderFront:(id)fp8;
60 - (void)_orderFrontWithoutMakingKey;
61 - (void)orderOut:(id)fp8;
62 - (void)setHidden:(BOOL)fp8;
63 - (void)makeKey:(id)fp8;
64 - (struct CGPoint)warpPoint:(struct CGPoint)fp8;
65 - (BOOL)_pointInStatusBar:(struct CGPoint)fp8;
66 - (void)_handleMouseDown:(struct __GSEvent *)fp8;
67 - (void)_handleMouseDragged:(struct __GSEvent *)fp8;
68 - (void)_handleMouseUp:(struct __GSEvent *)fp8;
69 - (void)_handleMouseEntered:(struct __GSEvent *)fp8;
70 - (void)_handleMouseMoved:(struct __GSEvent *)fp8;
71 - (void)_handleMouseExited:(struct __GSEvent *)fp8;
72 - (void)_statusBarMouseDown:(struct __GSEvent *)fp8;
73 - (void)_statusBarMouseDragged:(struct __GSEvent *)fp8;
74 - (void)_statusBarMouseUp:(struct __GSEvent *)fp8;
75 - (void)sendEvent:(id)fp8;
76 - (void)sendGSEvent:(struct __GSEvent *)fp8;
77 - (struct CGPoint)convertPoint:(struct CGPoint)fp8 toWindow:(id)fp16;
78 - (struct CGPoint)convertPoint:(struct CGPoint)fp8 fromWindow:(id)fp16;
79 - (struct CGRect)convertRect:(struct CGRect)fp8 toWindow:(id)fp24;
80 - (struct CGRect)convertRect:(struct CGRect)fp8 fromWindow:(id)fp24;
81 - (void)_setExclusiveTouchView:(id)fp8;
82 - (id)_exclusiveTouchView;
83 - (void)_beginModalSession;
84 - (void)_endModalSession;
85 - (id)nextResponder;
86 - (BOOL)_containedInAbsoluteResponderChain;
87 - (struct CGPoint)convertWindowToDevice:(struct CGPoint)fp8;
88 - (struct CGPoint)convertDeviceToWindow:(struct CGPoint)fp8;
89 - (void)setLevel:(float)fp8;
90 - (float)level;
91 - (void)setBecomeKeyOnOrderFront:(BOOL)fp8;
92 - (void)_slideHeaderView:(id)fp8 andFooterView:(id)fp12 offScreen:(BOOL)fp16 forInterfaceOrientation:(int)fp20;
93 - (void)_positionHeaderView:(id)fp8 andFooterView:(id)fp12 outsideContentViewForInterfaceOrientation:(int)fp16;
94 - (void)_handleDeviceOrientationChange:(id)fp8;
95 - (void)_finishedFullRotation:(id)fp8 finished:(id)fp12 context:(void *)fp16;
96 - (void)_finishedHalfRotation:(id)fp8 finished:(id)fp12 context:(void *)fp16;
97 - (void)_setRotatableViewOrientation:(int)fp8 duration:(double)fp12;
98 - (void)_forceUpdateInterfaceOrientationWithDuration:(double)fp8;
99 - (void)forceUpdateInterfaceOrientation;
100 - (void)setAutorotates:(BOOL)fp8;
101 - (void)setAutorotates:(BOOL)fp8 forceUpdateInterfaceOrientation:(BOOL)fp12;
102 - (BOOL)autorotates;
103 - (BOOL)isRotating;
104 - (int)interfaceOrientation;
105 - (void)synchronizeDrawingWithID:(int)fp8;
106 - (void)handleStatusBarChangeFromHeight:(float)fp8 toHeight:(float)fp12;
107 - (void)setFrame:(struct CGRect)fp8;
108 - (void)setTransform:(struct CGAffineTransform)fp8;
109 - (int)windowOutput;
110 - (int)output;
111 - (int)bitsPerComponent;
112 - (void)setDelegate:(id)fp8;
113 - (id)delegate;
114 - (void)setWindowLevel:(float)fp8;
115 - (float)windowLevel;
116 - (BOOL)isKeyWindow;
117 - (void)makeKeyWindow;
118 - (void)becomeKeyWindow;
119 - (void)resignKeyWindow;
120 - (void)makeKeyAndVisible;
121 - (id)contentView;
122 - (void)_registerChargedView:(id)fp8;
123 - (void)_unregisterChargedView:(id)fp8;
124 - (void)_registerSwipeView:(id)fp8;
125 - (void)_unregisterSwipeView:(id)fp8;
126 - (void)_registerScrollToTopView:(id)fp8;
127 - (void)_unregisterScrollToTopView:(id)fp8;
128 - (void)_setFirstResponder:(id)fp8;
129 - (id)firstResponder;
130 - (id)_firstResponder;
131 - (BOOL)_becomeFirstResponderWhenPossible;
132 - (void)_setMouseDownView:(id)fp8 withEvent:(struct __GSEvent *)fp12;
133 - (void)_setMouseEnteredView:(id)fp8;
134 - (BOOL)_clearMouseView;
135 - (void)_noteStatusBarHeightChanged:(float)fp8 oldHeight:(float)fp12 fence:(int)fp16;
136 - (void)_setNeedsResetLevel:(BOOL)fp8;
137 - (BOOL)_needsResetLevel;
138 - (void)_resetLevel;
139 - (void *)createCoreSurfaceWithFrame:(struct CGRect)fp8;
140 - (void *)createCoreSurface;
141 - (struct CGImage *)_createCGImageRefRepresentationInFrame:(struct CGRect)fp8;
142 - (void)_setCancelScroller:(BOOL)fp8;
143 - (BOOL)shouldExcludeFromSnapshot;
144 - (BOOL)acceptsGlobalPoint:(struct CGPoint)fp8;
145
146 @end
147