]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIKeyboard.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIKeyboard.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@class UIImage, UITextInputTraits;
10
11@interface UIKeyboard : UIView
12{
13 UIImage *m_snapshot;
14 UITextInputTraits *m_defaultTraits;
15}
16
17+ (id)activeKeyboard;
18+ (void)initImplementationNow;
19+ (void)removeAllDynamicDictionaries;
20+ (void)useAutomaticInputOverlay:(BOOL)fp8;
21+ (BOOL)usesAutomaticInputOverlay;
22+ (struct CGSize)defaultSize;
23+ (struct CGSize)defaultSizeForInterfaceOrientation:(int)fp8;
24+ (struct CGSize)defaultSizeForOrientation:(int)fp8;
25+ (void)preheatArtwork;
26- (id)initWithFrame:(struct CGRect)fp8;
27- (id)initWithDefaultSize;
28- (void)dealloc;
29- (void)setFrame:(struct CGRect)fp8;
30- (void)updateLayout;
31- (int)orientation;
32- (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
33- (void)prepareForGeometryChange;
34- (void)geometryChangeDone:(BOOL)fp8;
35- (void)removeAutocorrectPrompt;
36- (void)acceptAutocorrection;
37- (void)setCaretBlinks:(BOOL)fp8;
38- (void)setCaretVisible:(BOOL)fp8;
39- (BOOL)returnKeyEnabled;
40- (void)setReturnKeyEnabled:(BOOL)fp8;
41- (id)defaultTextInputTraits;
42- (void)setDefaultTextInputTraits:(id)fp8;
43- (id)delegate;
44- (void)clearSnapshot;
45- (void)takeSnapshot;
46- (void)activate;
47- (void)deactivate;
48- (void)movedFromSuperview:(id)fp8;
49- (void)removeFromSuperview;
50- (void)drawRect:(struct CGRect)fp8;
51- (void)mouseDown:(struct __GSEvent *)fp8;
52- (void)mouseUp:(struct __GSEvent *)fp8;
53- (void)mouseDragged:(struct __GSEvent *)fp8;
54- (int)textEffectsVisibilityLevel;
55
56@end
57