#import <UIKBInputManager.h>
Abgeleitet von NSObject.
Definiert in Zeile 9 der Datei UIKBInputManager.h.
| + (void) registerCentroid: | (struct CGPoint) | fp8 | ||
| forKey: | (id) | fp16 | ||
| + (void) clearCentroids |
| + (void) removeAllDynamicDictionaries |
| + (id) sharedInstance |
| + (id) activeInstance |
| + (void) releaseSharedInstance |
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setAutocorrectStemsForCurrentLanguage |
| - (void) languageChanged |
| - (int) textDomain |
| - (void) setTextDomain: | (int) | fp8 |
| - (int) lookupMode |
| - (void) setLookupMode: | (int) | fp8 |
| - (void) setAutoCorrecting: | (BOOL) | fp8 |
| - (void) setCalculatesNextCharacterProbabilities: | (BOOL) | fp8 |
| - (void) setTestMode |
| - (void) clearDynamicDictionary |
| - (void) addInput: | (id) | fp8 | ||
| flags: | (unsigned int) | fp12 | ||
| point: | (struct CGPoint) | fp16 | ||
| - (void) setInput: | (id) | fp8 |
| - (void) deleteFromInput |
| - (void) clearInput |
| - (void) acceptInput |
| - (void) clearMarkedInput |
| - (void) acceptMarkedInput |
| - (void) setInputIndex: | (unsigned int) | fp8 |
| - (unsigned int) inputIndex |
| - (int) inputCount |
| - (id) inputString |
| - (void) noteUserTypedWord: | (id) | fp8 | ||
| weight: | (int) | fp12 | ||
| - (void) noteUserDeletedWord |
| - (void) noteUserDeletedWord: | (id) | fp8 |
| - (void) selectionChanged |
| - (void) clearTypingHistory |
| - (id) shadowTyping |
| - (void) setShift: | (BOOL) | fp8 |
| - (void) setAutoShiftFlag: | (BOOL) | fp8 |
| - (void) nextCharacterProbabilities: | (float **) | fp8 |
| - (id) autocorrection |
| - (id) generateSuggestions |
| - (id) generateSuggestions: | (BOOL) | fp8 |