]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 InlineCandidateCell, NSArray, NSMutableArray; | |
10 | ||
11 | @interface UIInlineCandidateTextView : UIView | |
12 | { | |
13 | int m_type; | |
14 | int m_edgeType; | |
15 | BOOL m_animating; | |
16 | NSMutableArray *_candidateCellArray; | |
17 | NSArray *_candidates; | |
18 | id _target; | |
19 | SEL _action; | |
20 | unsigned int _selectedItem; | |
21 | InlineCandidateCell *_currentlyPushedItem; | |
22 | BOOL _showingArrow; | |
23 | BOOL _arrowHighlighted; | |
24 | } | |
25 | ||
26 | - (id)initWithFrame:(struct CGRect)fp8 candidates:(id)fp24 type:(int)fp28 maxScreenWidth:(float)fp32; | |
27 | - (void)dealloc; | |
28 | - (int)edgeType; | |
29 | - (int)textEffectsVisibilityLevel; | |
30 | - (void)setEdgeType:(int)fp8; | |
31 | - (void)setAnimating:(BOOL)fp8; | |
32 | - (void)_cellSelected:(id)fp8; | |
33 | - (void)setTarget:(id)fp8 action:(SEL)fp12; | |
34 | - (float)_layoutCandidates:(id)fp8 maxCount:(int)fp12 height:(float)fp16 maxScreenWidth:(float)fp20; | |
35 | - (unsigned int)numberOfShownItems; | |
36 | - (BOOL)_arrowHighlighted; | |
37 | - (void)showHighlightedArrow; | |
38 | - (void)setSelectedItem:(unsigned int)fp8; | |
39 | - (unsigned int)selectedItem; | |
40 | - (void)drawRect:(struct CGRect)fp8; | |
41 | - (id)findCell:(struct CGPoint)fp8; | |
42 | - (void)redrawArrow; | |
43 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
44 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
45 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
46 | - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
47 | - (BOOL)pointInside:(struct CGPoint)fp8 withEvent:(id)fp16; | |
48 | - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16; | |
49 | - (void)touchesBegan:(id)fp8 withEvent:(id)fp12; | |
50 | - (void)touchesMoved:(id)fp8 withEvent:(id)fp12; | |
51 | - (void)touchesEnded:(id)fp8 withEvent:(id)fp12; | |
52 | - (BOOL)needsWebDocumentViewEventsDirectly; | |
53 | ||
54 | @end | |
55 |