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 #import "UIKeyboardCandidateList-Protocol.h"
13 @interface UIAutocorrectInlinePrompt
: UIView
<UIKeyboardCandidateList
>
15 struct CGRect m_originalTypedTextRect
;
16 NSString
*m_typedText
;
17 NSString
*m_correction
;
18 UIView
*m_typedTextView
;
19 UIView
*m_correctionView
;
20 UIView
*m_correctionAnimationView
;
21 UIView
*m_typedTextAnimationView
;
22 UIView
*m_correctionShadowView
;
30 - (id
)initWithFrame
:(struct CGRect
)fp8
;
31 - (int)textEffectsVisibilityLevel
;
33 - (void)removePromptSubviews
;
34 - (struct CGRect
)shadowFrameForFrame
:(struct CGRect
)fp8
;
35 - (void)setUIKeyboardCandidateListDelegate
:(id
)fp8
;
36 - (void)setCandidates
:(id
)fp8 inlineText
:(id
)fp12 inlineRect
:(struct CGRect
)fp16 maxX
:(float)fp32 layout
:(BOOL
)fp36
;
37 - (unsigned int)currentIndex
;
38 - (void)candidateAcceptedAtIndex
:(unsigned int)fp8
;
39 - (unsigned int)count
;
40 - (void)configureKeyboard
:(id
)fp8
;
42 - (void)showCandidateAtIndex
:(unsigned int)fp8
;
43 - (void)showNextCandidate
;
44 - (void)showPageAtIndex
:(unsigned int)fp8
;
46 - (void)showPreviousPage
;
47 - (id
)currentCandidate
;
48 - (id
)candidateAtIndex
:(unsigned int)fp8
;
49 - (void)setCorrection
:(id
)fp8 typedText
:(id
)fp12 inRect
:(struct CGRect
)fp16 maxX
:(float)fp32
;
50 - (void)setCandidateObject
:(id
)fp8 typedText
:(id
)fp12 inRect
:(struct CGRect
)fp16 maxX
:(float)fp32
;
52 - (void)setPosition
:(int)fp8
;
56 - (id
)correctionAnimationView
;
57 - (id
)typedTextAnimationView
;
58 - (id
)correctionShadowView
;
59 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
60 - (BOOL
)pointInside
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
62 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
63 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
64 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
65 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
66 - (void)touchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
67 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
68 - (void)_candidateSelected
:(id
)fp8
;
69 - (unsigned int)index
;
70 - (unsigned int)numberOfShownItems
;
71 - (void)setSelectedItem
:(unsigned int)fp8
;
72 - (BOOL
)prepareForAnimation
:(struct CGRect
)fp8
;
73 - (struct CGRect
)topRect
;
74 - (struct CGRect
)bottomRect
;
75 - (BOOL
)needsWebDocumentViewEventsDirectly
;