]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIKeyboardInputManagerAlphabet.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIKeyboardInputManagerAlphabet.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 UIKeyboardInputManagerAlphabet : UIKeyboardInputManager
10{
11 struct KBInputManagerAlphabet *m_impl;
12}
13
14- (id)init;
15- (void)dealloc;
16- (struct KBInputManagerAlphabet *)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- (id)defaultCandidate;
32- (void)addToTypingHistory:(id)fp8;
33- (void)textAccepted:(id)fp8;
34- (void)increaseUserFrequency:(id)fp8;
35- (void)decreaseUserFrequency:(id)fp8;
36- (void)inputLocationChanged;
37- (id)shadowTyping;
38- (void)setShift:(BOOL)fp8;
39- (void)setAutoShift:(BOOL)fp8;
40- (struct __CFArray *)chargeableKeys;
41- (struct __CFDictionary *)chargedKeyProbabilities;
42- (id)composedTyping;
43- (id)autocorrection;
44
45@end
46