X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIKeyboardInputManagerZephyr.h diff --git a/UIKit/UIKeyboardInputManagerZephyr.h b/UIKit/UIKeyboardInputManagerZephyr.h new file mode 100644 index 0000000..1298d14 --- /dev/null +++ b/UIKit/UIKeyboardInputManagerZephyr.h @@ -0,0 +1,48 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@interface UIKeyboardInputManagerZephyr : UIKeyboardInputManager +{ + struct KBInputManagerZephyr *m_impl; +} + +- (id)init; +- (void)dealloc; +- (struct KBInputManagerZephyr *)initImplementation; +- (void)loadDictionaries; +- (void)setAutoCorrects:(BOOL)fp8; +- (void)setShallowPrediction:(BOOL)fp8; +- (void)setCalculatesChargedKeyProbabilities:(BOOL)fp8; +- (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)setInputIndex:(unsigned int)fp8; +- (unsigned int)inputIndex; +- (unsigned int)inputCount; +- (id)inputString; +- (void)textAccepted:(id)fp8; +- (void)increaseUserFrequency:(id)fp8; +- (void)decreaseUserFrequency:(id)fp8; +- (void)inputLocationChanged; +- (id)shadowTyping; +- (void)setShift:(BOOL)fp8; +- (void)setAutoShift:(BOOL)fp8; +- (struct __CFDictionary *)chargedKeyProbabilities; +- (id)autocorrection; +- (BOOL)canHandleKeyHitTest; +- (void)clearKeyAreas; +- (void)registerKeyArea:(struct CGPoint)fp8 withRadii:(struct CGPoint)fp16 forKeyCode:(unsigned short)fp24 forLowerKey:(id)fp28 forUpperKey:(id)fp32; +- (int)keyHitTest:(struct CGPoint)fp8 touchStage:(int)fp16 atTime:(double)fp20 withPathInfo:(CDAnonymousStruct13 *)fp28 forceShift:(BOOL)fp32; +- (BOOL)keySlidIntoSwipe; +- (void)deleteFromStrokeHistory:(BOOL)fp8; + +@end +