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"
11 @
class NSArray
, NSMutableArray
, NSString
, NSTimer
, UIAutocorrectInlinePrompt
, UIImage
, UIImageView
, UIKeyboardGenericKeyView
, UILabel
, UIScroller
;
13 @interface UIKeyboardCandidateInline
: UIView
<UIKeyboardCandidateList
>
17 unsigned int _currentCandidateIndex
;
18 unsigned int _numCandidates
;
19 unsigned int _currentPageIndex
;
20 UILabel
*_inlineTextLabel
;
21 NSString
*_inlineText
;
22 struct CGRect _inlineRect
;
24 unsigned int _lineHeight
;
25 unsigned int _numColumns
;
26 BOOL _alwaysShowBackground
;
30 NSMutableArray
*_candidateLines
;
31 UIAutocorrectInlinePrompt
*_inlineView
;
32 UIScroller
*_scrollView
;
33 UIImageView
*_controlsView
;
34 UIKeyboardGenericKeyView
*_subviewButton
;
35 UIKeyboardGenericKeyView
*_nextPageButton
;
36 UIKeyboardGenericKeyView
*_prevPageButton
;
37 struct CGRect _inlineCandidateFrame
;
38 float _lazyLayoutNextOriginY
;
39 unsigned int _lazyLayoutNextCandidateIndex
;
44 struct CGRect _windowFrame
;
45 struct CGPoint _draggingStartOffset
;
46 UIImageView
*_closeButton
;
47 UIImage
*_backgroundImage
;
48 struct CGRect _closeButtonFrame
;
50 NSTimer
*_deferredLayoutTimer
;
54 struct CGRect m_caretRect
;
56 NSTimer
*m_caretTimer
;
57 BOOL m_caretShowingNow
;
58 BOOL m_showingCompletions
;
62 + (void)releaseSharedInstance
;
63 - (id
)initWithFrame
:(struct CGRect
)fp8
;
64 - (id
)rotatingContentViewForWindow
:(id
)fp8
;
65 - (void)adjustForFrame
:(struct CGRect
)fp8 orientation
:(int)fp24
;
67 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
68 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
69 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
70 - (BOOL
)ignoresMouseEvents
;
72 - (void)candidateAcceptedAtIndex
:(unsigned int)fp8
;
73 - (void)drawRect
:(struct CGRect
)fp8
;
74 - (void)_setInlineText
:(id
)fp8
;
75 - (void)setCandidates
:(id
)fp8 inlineText
:(id
)fp12 inlineRect
:(struct CGRect
)fp16 maxX
:(float)fp32 layout
:(BOOL
)fp36
;
76 - (void)setCompletionContext
:(id
)fp8
;
77 - (void)showCandidateAtIndex
:(unsigned int)fp8
;
78 - (void)showPageAtIndex
:(unsigned int)fp8
;
80 - (void)showPreviousPage
;
81 - (void)setUIKeyboardCandidateListDelegate
:(id
)fp8
;
82 - (void)showNextCandidate
;
83 - (id
)currentCandidate
;
84 - (unsigned int)currentIndex
;
85 - (id
)candidateAtIndex
:(unsigned int)fp8
;
86 - (void)setCurrentIndex
:(unsigned int)fp8
;
87 - (unsigned int)count
;
88 - (void)configureKeyboard
:(id
)fp8
;
89 - (void)setAlwaysShowBackground
:(BOOL
)fp8
;
90 - (void)setShowControls
:(BOOL
)fp8
;
91 - (void)inlineCandidateClicked
:(id
)fp8
;
92 - (void)candidateListAcceptCandidate
:(id
)fp8
;
93 - (void)cellSelected
:(id
)fp8
;
94 - (void)cancelButtonSelected
:(id
)fp8
;
95 - (void)prevPageButtonSelected
:(id
)fp8
;
96 - (void)nextPageButtonSelected
:(id
)fp8
;
98 - (void)layoutOneCandidateAtIndex
:(unsigned int)fp8
;
100 - (void)_clearInlineCandidate
;
101 - (void)_fadeInlineCandidate
;
102 - (void)_animateInlineCandidate
;
103 - (void)_adjustFrameSizeForCandidateLines
:(int)fp8
;
104 - (void)inlineCandidateAnimationDidStop
:(id
)fp8 finished
:(id
)fp12 context
:(void *)fp16
;
105 - (void)_showBackground
;
106 - (void)autocorrectionAnimationDidStop
:(id
)fp8 finished
:(id
)fp12 context
:(void *)fp16
;
107 - (BOOL
)scroller
:(id
)fp8 shouldAdjustSmoothScrollEndForVelocity
:(struct CGSize
)fp12
;
108 - (struct CGPoint
)scroller
:(id
)fp8 adjustSmoothScrollEnd
:(struct CGPoint
)fp12 velocity
:(struct CGSize
)fp20
;
109 - (void)scrollerWillStartDragging
:(id
)fp8
;
110 - (void)scrollerDidEndDragging
:(id
)fp8 willSmoothScroll
:(BOOL
)fp12
;
111 - (void)scrollerDidEndAnimatedScrolling
:(id
)fp8
;
112 - (void)_hideBackground
;
113 - (void)_periodicLayoutNextPage
:(id
)fp8
;
114 - (BOOL
)_layoutNextLine
;
115 - (BOOL
)needsWebDocumentViewEventsDirectly
;
116 - (void)setCaretPosition
:(struct CGRect
)fp8
;
117 - (void)showCaret
:(BOOL
)fp8 gradually
:(BOOL
)fp12
;
118 - (int)textEffectsVisibilityLevel
;