2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class InlineCandidateCell
, NSArray
, NSMutableArray
;
11 @interface UIInlineCandidateTextView
: UIView
16 NSMutableArray
*_candidateCellArray
;
20 unsigned int _selectedItem
;
21 InlineCandidateCell
*_currentlyPushedItem
;
23 BOOL _arrowHighlighted
;
26 - (id
)initWithFrame
:(struct CGRect
)fp8 candidates
:(id
)fp24 type
:(int)fp28 maxScreenWidth
:(float)fp32
;
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
;
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
;