]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIView.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/UIResponder.h>
8
9 #import <CoreGraphics/CGGeometry.h>
10
11 @class CALayer;
12
13 @interface UIView : UIResponder <NSCoding>
14 {
15 CALayer *_layer;
16 id _tapInfo;
17 id _gestureInfo;
18 id _touchData;
19 float _charge;
20 int _tag;
21 struct {
22 unsigned int userInteractionDisabled:1;
23 unsigned int implementsDrawRect:1;
24 unsigned int implementsDidScroll:1;
25 unsigned int implementsMouseTracking:1;
26 unsigned int hasBackgroundColor:1;
27 unsigned int isOpaque:1;
28 unsigned int becomeFirstResponderWhenCapable:1;
29 unsigned int interceptMouseEvent:1;
30 unsigned int deallocating:1;
31 unsigned int debugFlash:1;
32 unsigned int debugSkippedSetNeedsDisplay:1;
33 unsigned int debugScheduledDisplayIsRequired:1;
34 unsigned int isInAWindow:1;
35 unsigned int isAncestorOfFirstResponder:1;
36 unsigned int dontAutoresizeSubviews:1;
37 unsigned int autoresizeMask:6;
38 unsigned int patternBackground:1;
39 unsigned int fixedBackgroundPattern:1;
40 unsigned int dontAnimate:1;
41 unsigned int superLayerIsView:1;
42 unsigned int layerKitPatternDrawing:1;
43 unsigned int coreSurfaceImage:1;
44 unsigned int multipleTouchEnabled:1;
45 unsigned int exclusiveTouch:1;
46 unsigned int hasViewController:1;
47 unsigned int needsDidAppearOrDisappear:1;
48 } _viewFlags;
49 }
50
51 + (Class)layerClass;
52 - (id)init;
53 - (void)_createLayerWithFrame:(struct CGRect)fp8;
54 - (id)initWithFrame:(struct CGRect)fp8;
55 - (id)initWithCoder:(id)fp8;
56 - (void)encodeWithCoder:(id)fp8;
57 - (void)dealloc;
58 - (void)setUserInteractionEnabled:(BOOL)fp8;
59 - (BOOL)isUserInteractionEnabled;
60 - (void)setCharge:(float)fp8;
61 - (float)charge;
62 - (void)setTapDelegate:(id)fp8;
63 - (id)tapDelegate;
64 - (id)nextResponder;
65 - (void)_clearBecomeFirstResponderWhenCapable;
66 - (BOOL)_becomeFirstResponderWhenPossible;
67 - (void)startHeartbeat:(SEL)fp8 inRunLoopMode:(id)fp12;
68 - (void)stopHeartbeat:(SEL)fp8;
69 - (BOOL)cancelMouseTracking;
70 - (BOOL)cancelTouchTracking;
71 - (BOOL)canHandleSwipes;
72 - (int)swipe:(int)fp8 withEvent:(struct __GSEvent *)fp12;
73 - (struct CGColor *)_backgroundCGColor;
74 - (id)layer;
75 - (int)tag;
76 - (void)setTag:(int)fp8;
77
78 @end
79