]>
Commit | Line | Data |
---|---|---|
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/UIView.h> | |
8 | ||
9 | @class NSMutableArray, NSMutableDictionary, NSString, UIClippedImageView, UIImageView, UIKeyboardReturnKeyView, UIKeyboardSpaceKeyView; | |
10 | ||
11 | @interface UIKeyboardSublayout : UIView | |
12 | { | |
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; | |
32 | struct { | |
33 | struct CGRect; | |
34 | struct CGRect; | |
35 | struct CGRect; | |
36 | struct CGRect; | |
37 | struct CGRect; | |
38 | NSString *; | |
39 | NSString *; | |
40 | unsigned int; | |
41 | unsigned int; | |
42 | unsigned int; | |
43 | id; | |
44 | } *m_keys; | |
45 | unsigned int m_keysCount; | |
46 | struct __CFDictionary *m_replacementKeys; | |
47 | NSMutableDictionary *m_replacementImageViews; | |
48 | BOOL m_usesAutoShift; | |
49 | BOOL m_registersKeyCentroids; | |
50 | BOOL m_usesKeyCharges; | |
51 | BOOL m_internationalKeyIsActivated; | |
52 | } | |
53 | ||
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; | |
58 | - (void)dealloc; | |
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; | |
94 | ||
95 | @end | |
96 |