]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIKeyboardLayoutRoman.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UIKeyboardLayoutRoman.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/UIKeyboardLayout.h>
8
9@class NSMutableDictionary, UIKeyboardSublayout, UIView;
10
11@interface UIKeyboardLayoutRoman : UIKeyboardLayout
12{
13 NSMutableDictionary *m_keyedSublayouts;
14 UIKeyboardSublayout *m_activeSublayout;
15 UIKeyboardSublayout *m_deactivatingSublayout;
16 id m_activeSublayoutKey;
17 int m_activeKeyIndex;
18 UIView *m_activeKeyView;
19 UIView *m_accentedKeyView;
20 int m_returnKeyIndex;
21 UIView *m_enabledReturnKeyView;
22 UIView *m_disabledReturnKeyView;
23 UIView *m_pressedReturnKeyView;
24 struct CGPoint m_dragPoint;
25 unsigned int m_currentPathFlags;
26 CDAnonymousStruct13 m_activePathInfo;
27 int m_shiftKeyPathIndex;
28 int m_swipePathIndex;
29 id m_spaceTarget;
30 SEL m_spaceAction;
31 SEL m_spaceLongAction;
32 id m_returnTarget;
33 SEL m_returnAction;
34 SEL m_returnLongAction;
35 id m_deleteTarget;
36 SEL m_deleteAction;
37 SEL m_deleteLongAction;
38 BOOL m_shift;
39 BOOL m_built;
40 BOOL m_dragged;
41 BOOL m_dragChangedKey;
42 BOOL m_mouseDownInMoreKey;
43 BOOL m_didLongPress;
44}
45
46+ (id)inputModesPreferringEuroToDollar;
47- (id)initWithFrame:(struct CGRect)fp8;
48- (void)dealloc;
49- (void)showKeyboardType:(int)fp8 withAppearance:(int)fp12;
50- (void)deactivateActiveKeys;
51- (void)updateReturnKey;
52- (void)updateLocalizedKeys;
53- (BOOL)usesAutoShift;
54- (BOOL)isShiftKeyBeingHeld;
55- (void)setShift:(BOOL)fp8;
56- (void)longPressAction;
57- (BOOL)canHandleHandEvent:(struct __GSEvent *)fp8;
58- (unsigned int)typeForKey:(CDAnonymousStruct9 *)fp8;
59- (unsigned int)downActionFlagsForKey:(CDAnonymousStruct9 *)fp8;
60- (unsigned int)upActionFlagsForKey:(CDAnonymousStruct9 *)fp8;
61- (Class)sublayoutClassForKeyboardType:(id)fp8;
62- (void)setLabel:(id)fp8 forKey:(id)fp12;
63- (void)setTarget:(id)fp8 forKey:(id)fp12;
64- (void)setAction:(SEL)fp8 forKey:(id)fp12;
65- (void)setLongPressAction:(SEL)fp8 forKey:(id)fp12;
66- (void)restoreDefaultsForKey:(id)fp8;
67- (void)restoreDefaultsForAllKeys;
68- (void)nextCandidatesAction;
69- (void)confirmAction;
70- (void)sendStringAction:(id)fp8 forKey:(CDAnonymousStruct9 *)fp12;
71- (void)deleteAction;
72- (void)handleHardwareKeyDownFromSimulator:(struct __GSEvent *)fp8;
73- (void)addLocalizedCurrencyKeysToSublayout:(id)fp8 keyboardType:(id)fp12;
74- (void)build;
75- (id)buildSublayoutForKey:(id)fp8;
76- (id)buildUIKeyboardLayoutMain;
77- (id)buildUIKeyboardLayoutAlternate;
78- (id)buildUIKeyboardLayoutAlphabet;
79- (id)buildUIKeyboardLayoutNumbers;
80- (id)buildUIKeyboardLayoutAlphabetTransparent;
81- (id)buildUIKeyboardLayoutNumbersTransparent;
82- (id)buildUIKeyboardLayoutPhonePad;
83- (id)buildUIKeyboardLayoutPhonePadAlt;
84- (id)buildUIKeyboardLayoutPhonePadTransparent;
85- (id)buildUIKeyboardLayoutPhonePadAltTransparent;
86- (id)buildUIKeyboardLayoutNumberPad;
87- (id)buildUIKeyboardLayoutNumberPadTransparent;
88- (id)buildUIKeyboardLayoutURL;
89- (id)buildUIKeyboardLayoutURLAlt;
90- (id)buildUIKeyboardLayoutURLTransparent;
91- (id)buildUIKeyboardLayoutURLAltTransparent;
92- (id)buildUIKeyboardLayoutSMSAddressing;
93- (id)buildUIKeyboardLayoutSMSAddressingAlt;
94- (id)buildUIKeyboardLayoutSMSAddressingTransparent;
95- (id)buildUIKeyboardLayoutSMSAddressingAltTransparent;
96- (id)buildUIKeyboardLayoutEmailAddress;
97- (id)buildUIKeyboardLayoutEmailAddressAlt;
98- (id)buildUIKeyboardLayoutEmailAddressTransparent;
99- (id)buildUIKeyboardLayoutEmailAddressAltTransparent;
100- (void)addSublayout:(id)fp8 forKey:(id)fp12;
101- (id)layoutKeyForKeyboardType:(int)fp8 withAppearance:(int)fp12;
102- (void)showKeyboardTypeForKey:(id)fp8;
103- (id)sublayoutForKey:(id)fp8;
104- (id)activeSublayoutKey;
105- (id)activeSublayout;
106- (CDAnonymousStruct9 *)activeKey;
107- (id)overlayImageForKey:(CDAnonymousStruct9 *)fp8;
108- (void)activateCompositeKey:(CDAnonymousStruct9 *)fp8;
109- (void)activateKey:(CDAnonymousStruct9 *)fp8;
110- (void)activateKeyWithIndex:(unsigned int)fp8;
111- (void)activateFirstKeyOfType:(unsigned int)fp8;
112- (unsigned int)keyHitTest:(struct CGPoint)fp8;
113- (CDAnonymousStruct9 *)keyForPoint:(struct CGPoint)fp8;
114- (void)showPopupVariantsForKey:(CDAnonymousStruct9 *)fp8;
115- (void)layoutSubview:(id)fp8 selectedString:(id)fp12;
116- (BOOL)isLongPressedKey:(CDAnonymousStruct9 *)fp8;
117- (id)inputStringForKey:(CDAnonymousStruct9 *)fp8;
118- (id)cacheKeyForKey:(CDAnonymousStruct9 *)fp8;
119- (CDAnonymousStruct9 *)inputKeyboardKeyForKey:(CDAnonymousStruct9 *)fp8;
120- (id)alternateSublayoutKey:(id)fp8;
121- (BOOL)handleHandEvent:(struct __GSEvent *)fp8;
122- (void)touchDownWithKey:(CDAnonymousStruct9 *)fp8 atPoint:(struct CGPoint)fp12;
123- (int)keyHitTestUniversal:(struct CGPoint)fp8 touchStage:(int)fp16 atTime:(double)fp20 withPathInfo:(CDAnonymousStruct13 *)fp28;
124- (void)touchDown:(struct __GSEvent *)fp8 withPathInfo:(CDAnonymousStruct13 *)fp12;
125- (void)touchDragged:(struct __GSEvent *)fp8 withPathInfo:(CDAnonymousStruct13 *)fp12;
126- (void)touchUp:(struct __GSEvent *)fp8 withPathInfo:(CDAnonymousStruct13 *)fp12;
127- (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
128- (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
129- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
130- (void)touchesCancelled:(id)fp8 withEvent:(id)fp12;
131- (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
132
133@end
134