]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIKeyboardCandidateInline.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIKeyboardCandidateInline.h
CommitLineData
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#import "UIKeyboardCandidateList-Protocol.h"
10
11@class NSArray, NSMutableArray, NSString, NSTimer, UIAutocorrectInlinePrompt, UIImage, UIImageView, UIKeyboardGenericKeyView, UILabel, UIScroller;
12
13@interface UIKeyboardCandidateInline : UIView <UIKeyboardCandidateList>
14{
15 id _delegate;
16 NSArray *_candidates;
17 unsigned int _currentCandidateIndex;
18 unsigned int _numCandidates;
19 unsigned int _currentPageIndex;
20 UILabel *_inlineTextLabel;
21 NSString *_inlineText;
22 struct CGRect _inlineRect;
23 struct CGRect _frame;
24 unsigned int _lineHeight;
25 unsigned int _numColumns;
26 BOOL _alwaysShowBackground;
27 BOOL _showControls;
28 BOOL _showingAll;
29 BOOL _selectedInAll;
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;
40 int _orientation;
41 BOOL _forMobileNotes;
42 BOOL _landscape;
43 BOOL _animating;
44 struct CGRect _windowFrame;
45 struct CGPoint _draggingStartOffset;
46 UIImageView *_closeButton;
47 UIImage *_backgroundImage;
48 struct CGRect _closeButtonFrame;
49 BOOL _showScroller;
50 NSTimer *_deferredLayoutTimer;
51 UIView *_shadowView;
52 BOOL _caretVisible;
53 BOOL _caretblinking;
54 struct CGRect m_caretRect;
55 UIView *m_caretView;
56 NSTimer *m_caretTimer;
57 BOOL m_caretShowingNow;
58 BOOL m_showingCompletions;
59}
60
61+ (id)sharedInstance;
62+ (void)releaseSharedInstance;
63- (id)initWithFrame:(struct CGRect)fp8;
64- (id)rotatingContentViewForWindow:(id)fp8;
65- (void)adjustForFrame:(struct CGRect)fp8 orientation:(int)fp24;
66- (int)orientation;
67- (void)mouseDown:(struct __GSEvent *)fp8;
68- (void)mouseUp:(struct __GSEvent *)fp8;
69- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
70- (BOOL)ignoresMouseEvents;
71- (void)dealloc;
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;
79- (void)showNextPage;
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;
97- (void)layout;
98- (void)layoutOneCandidateAtIndex:(unsigned int)fp8;
99- (void)clearLayout;
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;
119
120@end
121