]>
Commit | Line | Data |
---|---|---|
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 <Foundation/NSObject.h> | |
8 | ||
9 | @interface UIKeyboardInputManager : NSObject | |
10 | { | |
11 | } | |
12 | ||
13 | + (id)sharedInstanceForInputMode:(id)fp8; | |
14 | + (id)activeInstance; | |
15 | + (void)releaseSharedInstance; | |
16 | - (void)addInput:(id)fp8 flags:(unsigned int)fp12 point:(struct CGPoint)fp16; | |
17 | - (void)setInput:(id)fp8; | |
18 | - (void)deleteFromInput; | |
19 | - (void)clearInput; | |
20 | - (void)acceptInput; | |
21 | - (void)setInputIndex:(unsigned int)fp8; | |
22 | - (unsigned int)inputIndex; | |
23 | - (unsigned int)inputCount; | |
24 | - (id)inputString; | |
25 | - (void)inputLocationChanged; | |
26 | - (BOOL)stringEndsWord:(id)fp8; | |
27 | - (id)composedTyping; | |
28 | - (id)autocorrection; | |
29 | - (id)candidates; | |
30 | - (BOOL)usesCandidateSelection; | |
31 | - (BOOL)usesAutoDeleteWord; | |
32 | - (BOOL)suppressesCandidateDisplay; | |
33 | - (id)defaultCandidate; | |
34 | - (BOOL)suppliesCompletions; | |
35 | - (id)stringForDoubleKey:(id)fp8; | |
36 | - (BOOL)setInputMode:(id)fp8; | |
37 | - (void)setAutoCorrects:(BOOL)fp8; | |
38 | - (void)setShift:(BOOL)fp8; | |
39 | - (void)setAutoShift:(BOOL)fp8; | |
40 | - (BOOL)shouldExtendPriorWord; | |
41 | - (void)configureKeyboard:(id)fp8 forCandidates:(id)fp12; | |
42 | - (void)addToTypingHistory:(id)fp8; | |
43 | - (void)textAccepted:(id)fp8; | |
44 | - (void)candidateAccepted:(id)fp8; | |
45 | - (void)increaseUserFrequency:(id)fp8; | |
46 | - (void)decreaseUserFrequency:(id)fp8; | |
47 | - (void)clearDynamicDictionary; | |
48 | - (id)shadowTyping; | |
49 | - (void)setCalculatesChargedKeyProbabilities:(BOOL)fp8; | |
50 | - (struct __CFArray *)chargeableKeys; | |
51 | - (struct __CFDictionary *)chargedKeyProbabilities; | |
52 | - (id)addInputObject:(id)fp8; | |
53 | - (id)setInputObject:(id)fp8; | |
54 | - (BOOL)canHandleKeyHitTest; | |
55 | - (void)clearKeyAreas; | |
56 | - (void)registerKeyArea:(struct CGPoint)fp8 withRadii:(struct CGPoint)fp16 forKeyCode:(unsigned short)fp24 forLowerKey:(id)fp28 forUpperKey:(id)fp32; | |
57 | - (int)keyHitTest:(struct CGPoint)fp8 touchStage:(int)fp16 atTime:(double)fp20 withPathInfo:(CDAnonymousStruct13 *)fp28 forceShift:(BOOL)fp32; | |
58 | - (BOOL)keySlidIntoSwipe; | |
59 | - (int)keyCancel:(struct CGPoint)fp8 atTime:(double)fp16 fromPath:(int)fp24 withIdentity:(int)fp28 forceShift:(BOOL)fp32; | |
60 | - (void)deleteFromStrokeHistory:(BOOL)fp8; | |
61 | ||
62 | @end | |
63 |