]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIAutocorrectInlinePrompt.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIAutocorrectInlinePrompt.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 NSString;
12
13@interface UIAutocorrectInlinePrompt : UIView <UIKeyboardCandidateList>
14{
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;
23 int m_position;
24 BOOL m_fits;
25 BOOL m_mouseDown;
26 id m_delegate;
27 unsigned int m_index;
28}
29
30- (id)initWithFrame:(struct CGRect)fp8;
31- (int)textEffectsVisibilityLevel;
32- (void)dealloc;
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;
41- (void)layout;
42- (void)showCandidateAtIndex:(unsigned int)fp8;
43- (void)showNextCandidate;
44- (void)showPageAtIndex:(unsigned int)fp8;
45- (void)showNextPage;
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;
51- (id)correction;
52- (void)setPosition:(int)fp8;
53- (int)position;
54- (id)typedTextView;
55- (id)correctionView;
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;
61- (void)dismiss;
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;
76
77@end
78