]> git.saurik.com Git - iphone-api.git/blob - UIKit/KBCandidateCell.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / KBCandidateCell.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 NSString;
10
11 @interface KBCandidateCell : UIView
12 {
13 NSString *_candidate;
14 unsigned int _index;
15 struct CGSize _stringImageSize;
16 BOOL _isLastInLine;
17 BOOL _highlighted;
18 float _atBottom;
19 id _target;
20 SEL _action;
21 BOOL _drawDone;
22 }
23
24 + (id)font;
25 - (id)initWithCandidate:(id)fp8 andIndex:(unsigned int)fp12 target:(id)fp16 action:(SEL)fp20;
26 - (void)dealloc;
27 - (struct CGSize)stringImageSize;
28 - (unsigned int)index;
29 - (void)setGap:(float)fp8;
30 - (float)dividorOriginX;
31 - (void)setLastInLine:(BOOL)fp8;
32 - (void)setAtBottom:(BOOL)fp8;
33 - (void)drawRect:(struct CGRect)fp8;
34 - (void)setHighlighted:(BOOL)fp8;
35 - (void)mouseUp:(struct __GSEvent *)fp8;
36 - (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
37
38 @end
39