#import <UIKeyboardLayout.h>
Abgeleitet von UIView.
Basisklasse für KBView und UIKeyboardLayoutRoman.
Definiert in Zeile 11 der Datei UIKeyboardLayout.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 |
Implementiert UIView.
Implementiert in JIMView, KBView, UIKeyboardLayoutQWERTY und UIKeyboardLayoutQWERTYLandscape.
| - (void) build |
| - (id) buildSublayoutForKey: | (id) | fp8 |
| - (id) buildUIKeyboardLayoutMain |
| - (id) buildUIKeyboardLayoutAlternate |
| - (id) buildUIKeyboardLayoutAlphabet |
| - (id) buildUIKeyboardLayoutNumbers |
| - (id) buildUIKeyboardLayoutAlphabetTransparent |
| - (id) buildUIKeyboardLayoutNumbersTransparent |
| - (id) buildUIKeyboardLayoutPhonePad |
| - (id) buildUIKeyboardLayoutPhonePadAlt |
| - (id) buildUIKeyboardLayoutNumberPad |
| - (id) buildUIKeyboardLayoutNumberPadTransparent |
| - (id) buildUIKeyboardLayoutURL |
| - (id) buildUIKeyboardLayoutURLAlt |
| - (id) buildUIKeyboardLayoutSMSAddressing |
| - (id) buildUIKeyboardLayoutSMSAddressingAlt |
| - (id) buildUIKeyboardLayoutEmailAddressing |
| - (id) buildUIKeyboardLayoutEmailAddressingAlt |
| - (id) buildUIKeyboardLayoutSingleEmailAddress |
| - (id) buildUIKeyboardLayoutSingleEmailAddressAlt |
| - (void) addSublayout: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) showSublayoutForKey: | (id) | fp8 |
| - (id) sublayoutForKey: | (id) | fp8 |
| - (void) addLocalizedCurrencyKeysToSublayout: | (id) | fp8 | ||
| keyboardType: | (id) | fp12 | ||
| - (id) activeSublayoutKey |
| - (CDAnonymousStruct9 *) activeGroupKey |
| - (BOOL) usesAutoShift |
| - (CDAnonymousStruct9 *) activeKey |
| - (unsigned int) activeKeyMouseDownFlags |
| - (unsigned int) activeKeyMouseUpFlags |
| - (unsigned int) activeKeyType |
| - (id) activeKeyContextData |
| - (void) activateCompositeKey: | (CDAnonymousStruct9 *) | fp8 |
| - (void) updateLocalizedKeys |
Implementiert in KBView.
| - (void) updateReturnKey |
Implementiert in KBView.
| - (void) activateKey: | (CDAnonymousStruct9 *) | fp8 |
| - (void) activateKeyWithIndex: | (unsigned int) | fp8 |
| - (void) activateFirstKeyOfType: | (unsigned int) | fp8 |
| - (void) deactivateActiveKey |
| - (void) activateGroupKey: | (CDAnonymousStruct9 *) | fp8 |
| - (void) activateGroupKeyWithIndex: | (unsigned int) | fp8 |
| - (void) deactivateActiveGroupKey |
| - (unsigned int) keyHitTest: | (struct CGPoint) | fp8 |
| - (CDAnonymousStruct9 *) keyForPoint: | (struct CGPoint) | fp8 |
| - (void) setShift: | (BOOL) | fp8 |
Implementiert in KBView.
| - (void) showAccentedVariantsForKey: | (CDAnonymousStruct9 *) | fp8 |
| - (void) accentedCharacterSelected: | (id) | fp8 |
| - (BOOL) isLongPressedKey: | (CDAnonymousStruct9 *) | fp8 |
| - (void) longPressAction |
| - (id) inputStringForKey: | (CDAnonymousStruct9 *) | fp8 |
| - (CDAnonymousStruct9 *) inputKeyboardKeyForKey: | (CDAnonymousStruct9 *) | fp8 |
| - (void) activateGroupCharacterKeys: | (CDAnonymousStruct9 *) | fp8 |
| - (id) alternateSublayoutKey: | (id) | fp8 |
Implementiert in UIKeyboardLayoutQWERTYLandscape.
| - (BOOL) isShiftKeyBeingHeld |
| - (id) closestMatchingSublayout: | (id) | fp8 |
| - (void) initSyntheticKeyCache: | (struct __CFDictionary *) | fp8 | ||
| key: | (id) | fp12 | ||
| shift: | (BOOL) | fp16 | ||
| - (void) sendSyntheticEvent: | (int) | fp8 | ||
| point: | (struct CGPoint) | fp12 | ||
| - (void) synthesizeInputForString: | (id) | fp8 | ||
| pause: | (double) | fp12 | ||
| dx: | (int) | fp20 | ||
| dy: | (int) | fp24 | ||
| - (void) synthesizeInputForString: | (id) | fp8 | ||
| repeats: | (int) | fp12 | ||
| pause: | (double) | fp16 | ||
| dx: | (int) | fp24 | ||
| dy: | (int) | fp28 | ||
| - (id) plistWithChildren: | (struct CGPoint) | fp8 |
- (NSMutableDictionary*) m_keyedSublayouts [protected] |
Definiert in Zeile 13 der Datei UIKeyboardLayout.h.
- (UIKeyboardSublayout*) m_activeSublayout [protected] |
Definiert in Zeile 14 der Datei UIKeyboardLayout.h.
- (UIKeyboardSublayout*) m_deactivatingSublayout [protected] |
Definiert in Zeile 15 der Datei UIKeyboardLayout.h.
- (id) m_activeSublayoutKey [protected] |
Definiert in Zeile 16 der Datei UIKeyboardLayout.h.
- (int) m_activeKeyIndex [protected] |
Definiert in Zeile 17 der Datei UIKeyboardLayout.h.
- (int) m_activeGroupKeyIndex [protected] |
Definiert in Zeile 18 der Datei UIKeyboardLayout.h.
- (UIView*) m_activeKeyView [protected] |
Definiert in Zeile 19 der Datei UIKeyboardLayout.h.
- (UIView*) m_activeGroupKeyView [protected] |
Definiert in Zeile 20 der Datei UIKeyboardLayout.h.
- (UIView*) m_activeGroupCharacterView [protected] |
Definiert in Zeile 21 der Datei UIKeyboardLayout.h.
- (UIView*) m_shadowView [protected] |
Definiert in Zeile 22 der Datei UIKeyboardLayout.h.
- (UIView*) m_accentedKeyView [protected] |
Definiert in Zeile 23 der Datei UIKeyboardLayout.h.
- (int) m_returnKeyIndex [protected] |
Definiert in Zeile 24 der Datei UIKeyboardLayout.h.
- (UIView*) m_enabledReturnKeyView [protected] |
Definiert in Zeile 25 der Datei UIKeyboardLayout.h.
- (UIView*) m_disabledReturnKeyView [protected] |
Definiert in Zeile 26 der Datei UIKeyboardLayout.h.
- (UIView*) m_pressedReturnKeyView [protected] |
Definiert in Zeile 27 der Datei UIKeyboardLayout.h.
- (struct CGPoint) m_dragPoint [read, protected] |
Definiert in Zeile 28 der Datei UIKeyboardLayout.h.
- (int) m_activation [protected] |
Definiert in Zeile 29 der Datei UIKeyboardLayout.h.
- (unsigned int) m_currentPathFlags [protected] |
Definiert in Zeile 30 der Datei UIKeyboardLayout.h.
- (int) m_activePathIndex [protected] |
Definiert in Zeile 31 der Datei UIKeyboardLayout.h.
- (int) m_shiftKeyPathIndex [protected] |
Definiert in Zeile 32 der Datei UIKeyboardLayout.h.
- (BOOL) m_shift [protected] |
Definiert in Zeile 33 der Datei UIKeyboardLayout.h.
- (BOOL) m_built [protected] |
Definiert in Zeile 34 der Datei UIKeyboardLayout.h.
- (BOOL) m_dragged [protected] |
Definiert in Zeile 35 der Datei UIKeyboardLayout.h.
- (BOOL) m_dragChangedKey [protected] |
Definiert in Zeile 36 der Datei UIKeyboardLayout.h.
- (BOOL) m_usesGroupKeys [protected] |
Definiert in Zeile 37 der Datei UIKeyboardLayout.h.
- (BOOL) m_mouseDownInMoreKey [protected] |
Definiert in Zeile 38 der Datei UIKeyboardLayout.h.