]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIHighlightView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIHighlightView.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 NSArray, NSMutableArray, UIColor;
10
11 @interface UIHighlightView : UIView
12 {
13 UIColor *_color;
14 float _cornerRadius;
15 struct CGRect _invertedHighlightClipRect;
16 NSArray *_cornerRadii;
17 NSMutableArray *_innerBounds;
18 NSMutableArray *_innerQuads;
19 BOOL _invertHighlight;
20 }
21
22 - (id)initWithFrame:(struct CGRect)fp8;
23 - (void)cleanUp;
24 - (void)dealloc;
25 - (void)setColor:(id)fp8;
26 - (void)setCornerRadius:(float)fp8;
27 - (void)setCornerRadii:(id)fp8;
28 - (void)setFrames:(id)fp8 boundaryRect:(struct CGRect)fp12;
29 - (void)setQuads:(id)fp8 boundaryRect:(struct CGRect)fp12;
30 - (void)setFrame:(struct CGRect)fp8;
31 - (void)setInvertHighlight:(BOOL)fp8 clipRect:(struct CGRect)fp12;
32 - (void)drawRect:(struct CGRect)fp8;
33 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
34
35 @end
36