]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISuspendInfo.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UISuspendInfo.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 <Foundation/NSObject.h>
8
9 @class UIWindow;
10
11 @interface UISuspendInfo : NSObject
12 {
13 UIWindow *_window;
14 struct CGAffineTransform _transform;
15 float _alpha;
16 float _level;
17 float _suspendedScale;
18 BOOL _restoreOnResume;
19 }
20
21 + (void)createInfoWithWindows:(id)fp8;
22 + (void)updateSuspendedInfo;
23 - (void)_addWindowToSnapshot;
24 - (id)initWithWindow:(id)fp8;
25 - (void)synchronizeDrawingWithID:(int)fp8;
26 - (void)restoreWindow;
27 - (void)setSuspendedScale:(float)fp8;
28 - (float)suspendedScale;
29 - (void)setRestoreOnResume:(BOOL)fp8;
30 - (BOOL)restoreOnResume;
31
32 @end
33