]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIKeyboardInputManagerZephyr.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UIKeyboardInputManagerZephyr.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/UIKeyboardInputManager.h>
8
9@interface UIKeyboardInputManagerZephyr : UIKeyboardInputManager
10{
11 struct KBInputManagerZephyr *m_impl;
12}
13
14- (id)init;
15- (void)dealloc;
16- (struct KBInputManagerZephyr *)initImplementation;
17- (void)loadDictionaries;
18- (void)setAutoCorrects:(BOOL)fp8;
19- (void)setShallowPrediction:(BOOL)fp8;
20- (void)setCalculatesChargedKeyProbabilities:(BOOL)fp8;
21- (void)clearDynamicDictionary;
22- (void)addInput:(id)fp8 flags:(unsigned int)fp12 point:(struct CGPoint)fp16;
23- (void)setInput:(id)fp8;
24- (void)deleteFromInput;
25- (void)clearInput;
26- (void)acceptInput;
27- (void)setInputIndex:(unsigned int)fp8;
28- (unsigned int)inputIndex;
29- (unsigned int)inputCount;
30- (id)inputString;
31- (void)textAccepted:(id)fp8;
32- (void)increaseUserFrequency:(id)fp8;
33- (void)decreaseUserFrequency:(id)fp8;
34- (void)inputLocationChanged;
35- (id)shadowTyping;
36- (void)setShift:(BOOL)fp8;
37- (void)setAutoShift:(BOOL)fp8;
38- (struct __CFDictionary *)chargedKeyProbabilities;
39- (id)autocorrection;
40- (BOOL)canHandleKeyHitTest;
41- (void)clearKeyAreas;
42- (void)registerKeyArea:(struct CGPoint)fp8 withRadii:(struct CGPoint)fp16 forKeyCode:(unsigned short)fp24 forLowerKey:(id)fp28 forUpperKey:(id)fp32;
43- (int)keyHitTest:(struct CGPoint)fp8 touchStage:(int)fp16 atTime:(double)fp20 withPathInfo:(CDAnonymousStruct13 *)fp28 forceShift:(BOOL)fp32;
44- (BOOL)keySlidIntoSwipe;
45- (void)deleteFromStrokeHistory:(BOOL)fp8;
46
47@end
48