2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class NSMutableArray
, NSMutableDictionary
, NSString
, UIClippedImageView
, UIImageView
, UIKeyboardReturnKeyView
, UIKeyboardSpaceKeyView
;
11 @interface UIKeyboardSublayout
: UIView
13 UIImageView
*m_imageView
;
14 UIClippedImageView
*m_activeImageView
;
15 UIImageView
*m_shiftImageView
;
16 UIClippedImageView
*m_shiftActiveImageView
;
17 UIImageView
*m_shiftButtonImageView
;
18 UIImageView
*m_shiftButtonInactiveImageView
;
19 UIImageView
*m_autoShiftButtonImageView
;
20 UIImageView
*m_shiftLockedButtonImageView
;
21 NSMutableDictionary
*m_compositeImages
;
22 NSMutableDictionary
*m_activeKeyViews
;
23 UIImageView
*m_intlMoreImageView
;
24 UIImageView
*m_intlSwitchImageView
;
25 UIImageView
*m_intlSwitchActiveImageView
;
26 UIImageView
*m_nonIntlMoreImageView
;
27 UIImageView
*m_deleteImageView
;
28 UIImageView
*m_deleteActiveImageView
;
29 UIKeyboardSpaceKeyView
*m_spaceKeyView
;
30 UIKeyboardReturnKeyView
*m_returnKeyView
;
31 NSMutableArray
*m_extraImageViews
;
33 struct CGRect _field1
;
34 struct CGRect _field2
;
35 struct CGRect _field3
;
36 struct CGRect _field4
;
37 struct CGRect _field5
;
42 unsigned int _field10
;
45 unsigned int m_keysCount
;
46 struct __CFDictionary
*m_replacementKeys
;
47 NSMutableDictionary
*m_replacementImageViews
;
49 BOOL m_registersKeyCentroids
;
50 BOOL m_usesKeyCharges
;
51 BOOL m_internationalKeyIsActivated
;
54 + (id
)sublayoutWithFrame
:(struct CGRect
)fp8 imagePaths
:(id
)fp24 keys
:(const CDAnonymousStruct9
*)fp28 keysCount
:(unsigned int)fp32
;
55 + (id
)compositedSublayoutWithFrame
:(struct CGRect
)fp8 compositeImagePaths
:(id
)fp24 keys
:(const CDAnonymousStruct9
*)fp28 keysCount
:(unsigned int)fp32
;
56 - (id
)initWithFrame
:(struct CGRect
)fp8 imagePaths
:(id
)fp24 keys
:(const CDAnonymousStruct9
*)fp28 keysCount
:(unsigned int)fp32
;
57 - (id
)initWithFrame
:(struct CGRect
)fp8 compositeImagePaths
:(id
)fp24 keys
:(const CDAnonymousStruct9
*)fp28 keysCount
:(unsigned int)fp32
;
59 - (void)setUsesAutoShift
:(BOOL
)fp8
;
60 - (BOOL
)usesAutoShift
;
61 - (void)registerKeyAreaZephyr
:(struct CGPoint
)fp8 keyRect
:(struct CGRect
)fp16 keyCode
:(int)fp32 keyString
:(id
)fp36 keyShiftString
:(id
)fp40
;
62 - (void)registerKeyCentroids
;
63 - (void)setRegistersKeyCentroids
:(BOOL
)fp8
;
64 - (BOOL
)usesKeyCharges
;
65 - (void)setUsesKeyCharges
:(BOOL
)fp8
;
66 - (void)setShiftButtonImage
:(id
)fp8 frame
:(struct CGRect
)fp12
;
67 - (void)setShiftInactiveButtonImage
:(id
)fp8 frame
:(struct CGRect
)fp12
;
68 - (void)setAutoShiftButtonImage
:(id
)fp8 frame
:(struct CGRect
)fp12
;
69 - (void)setShiftLockedButtonImage
:(id
)fp8 frame
:(struct CGRect
)fp12
;
70 - (void)setDeleteButtonImage
:(id
)fp8 frame
:(struct CGRect
)fp12
;
71 - (void)setDeleteActiveButtonImage
:(id
)fp8 frame
:(struct CGRect
)fp12
;
72 - (void)setCompositeImage
:(id
)fp8 forKey
:(id
)fp12
;
73 - (id
)compositeImageForKey
:(id
)fp8
;
74 - (void)addReplacementKeyboardKey
:(CDAnonymousStruct9
*)fp8 forKey
:(id
)fp12
;
75 - (void)addReplacementImageView
:(id
)fp8 inputMode
:(id
)fp12 shift
:(BOOL
)fp16
;
76 - (void)addExtraImageView
:(id
)fp8
;
77 - (void)addPartialLayoutViewWithFrame
:(struct CGRect
)fp8 imageName
:(id
)fp24 visibleOrigin
:(struct CGPoint
)fp28
;
78 - (void)addSpaceKeyViewIfNeeded
;
79 - (void)addSpaceKeyViewIfNeeded
:(id
)fp8
;
80 - (id
)createSpaceKeyViewWithFrame
:(struct CGRect
)fp8 orientation
:(int)fp24 style
:(int)fp28
;
81 - (void)setSpaceKeyView
:(id
)fp8
;
82 - (void)addReturnKeyViewIfNeeded
;
83 - (void)addReturnKeyViewIfNeeded
:(id
)fp8
;
84 - (id
)createReturnKeyViewWithFrame
:(struct CGRect
)fp8 orientation
:(int)fp24 style
:(int)fp28
;
85 - (void)setReturnKeyView
:(id
)fp8
;
86 - (id
)internationalImageName
:(int)fp8 forKeyboard
:(id
)fp12 orientation
:(int)fp16
;
87 - (void)addInternationalKeyIfNeeded
:(id
)fp8
;
88 - (BOOL
)hitInternationalKey
:(struct CGPoint
)fp8
;
89 - (void)activateInternationalKey
;
90 - (BOOL
)internationalKeyIsActivated
;
91 - (void)deactivateInternationalKey
;
92 - (void)bringKeySubviewsToFront
;
93 - (id
)scriptingInfoWithChildren
;