#import <KBView.h>
Abgeleitet von UIKeyboardLayout.
Basisklasse für JIMView.
Definiert in Zeile 13 der Datei KBView.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 |
| - (void) dealloc |
| - (BOOL) isPortrait |
Implementiert in JIMViewLandscape.
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (const CDAnonymousStruct18 *) switchToStateForType: | (int) | fp8 | ||
| Mode: | (int) | fp12 | ||
| State: | (int) | fp16 | ||
| - (void) setCandidates: | (id) | fp8 |
| - (id) candidates |
| - (id) searchCandidates: | (id) | fp8 |
Implementiert in JIMView.
| - (id) quickSearchCandidates: | (id) | fp8 |
Implementiert in JIMView.
| - (void) didDeleteText: | (id) | fp8 |
Implementiert in JIMView.
| - (void) didDeletePat: | (id) | fp8 |
Implementiert in JIMView.
| - (void) didEnterPat: | (id) | fp8 |
Implementiert in JIMView.
| - (void) didFixWord: | (id) | fp8 |
Implementiert in JIMView.
| - (void) addReturnKeyView |
| - (void) setShift: | (BOOL) | fp8 |
Implementiert UIKeyboardLayout.
| - (void) updateLocalizedKeys |
Implementiert UIKeyboardLayout.
| - (void) showKeyboardType: | (int) | fp8 |
| - (void) updateReturnKey |
Implementiert UIKeyboardLayout.
| - (void) setCand: | (int) | fp8 |
| - (void) fix |
| - (void) intermediateTextClicked |
| - (void) activateCandView: | (id) | fp8 |
| - (void) deactivateCandView: | (id) | fp8 |
| - (struct CGPoint) _buttonToPoint: | (const CDAnonymousStruct13 *) | fp8 |
| - (CDAnonymousStruct7) _pointToButton: | (struct CGPoint) | fp8 |
| - (void) _buttonSelected: | (const CDAnonymousStruct8 *) | fp8 | ||
| stateChangeOnly: | (BOOL) | fp12 | ||
| - (BOOL) _isAutoStateChangingNow |
| - (void) _goToNextState: | (id) | fp8 |
| - (void) _search |
| - (void) _quickUpdate |
| - (CDAnonymousStruct7) _findButtonWithEvent: | (struct __GSEvent *) | fp8 |
| - (int) _foundButtonID |
| - (id) _cachedImageViewWithName: | (id) | fp8 | ||
| enable: | (BOOL) | fp12 | ||
| - (void) _updatePressedStateOfDynamicButton: | (int) | fp8 | ||
| pressed: | (BOOL) | fp12 | ||
| - (void) _dispCands |
| - (void) _sendText: | (id) | fp8 |
| - (id) _intermediateText |
| - (void) _setIntermediateText: | (id) | fp8 |
| - (void) _flushIntermediateText |
| - (void) _clearIntermediateText |
| - (int) _deleteLastCharOfIntermediateText |
| - (struct _NSRange) _selectionRange |
| - (id) _text |
| - (float) _textSize |
| - (void) _beginSwipeDeleteFromPoint: | (struct CGPoint) | fp8 |
| - (BOOL) _isSwipeDeletingNow |
| - (void) _swipeDeleteAtPoint: | (struct CGPoint) | fp8 |
| - (void) _swipeDeleteAChar: | (BOOL) | fp8 |
| - (void) _swipeRetrieveAChar |
| - (void) _endSwipeDelete |
| - (void) _startAutoDeleteTimer |
| - (void) _stopAutoDeleteTimer |
| - (void) autoDeleteTimerFired: | (id) | fp8 |
- (KBPopupView*) _popup [protected] |
- (CDAnonymousStruct16*) _currentState [protected] |
- (NSArray*) _candWords [protected] |
- (NSMutableDictionary*) _kbImageViewCache [protected] |
- (NSMutableArray*) _typedKeyArray [protected] |
- (UIImageView*) _baseView [protected] |
- (UIImageView*) _buttonBaseImage [protected] |
- (UIImageView*) _buttonCharImage [protected] |
- (UIImageView* _dynamicButtonImages[5]) [protected] |
- (int _dynamicButtonIndexes[5]) [protected] |
- (int) _pressedDynamicButtonID [protected] |
- (NSString*) _lastSearchPattern [protected] |
- (BOOL) _needFlushIntermediateText [protected] |
- (int) _foundButtonID [protected] |
- (int) _lastButtonID [protected] |
- (int) _returnKeyType [protected] |
- (BOOL) _soundsEnabled [protected] |
- (NSTimer*) _autoStateChangeTimer [protected] |
- (BOOL) _autoStateChangingNow [protected] |
- (NSTimer*) _autoDeleteTimer [protected] |
- (int) _autoDeleteCount [protected] |
- (struct CGPoint) _mouseDownPoint [read, protected] |
- (BOOL) _swipeDeletingNow [protected] |
- (BOOL) _swipeIntermediateText [protected] |
- (int) _swipedCharacters [protected] |
- (BOOL) _swipeOrAutoDeleteHappened [protected] |
- (BOOL) _autoDeleteCanceled [protected] |
- (struct CGPoint) _lastDeletePoint [read, protected] |
- (NSString*) _originalString [protected] |
- (int) _deleteCount [protected] |
- (float) _deltaPerDeletion [protected] |
- (NSString*) _rawIntermediateText [protected] |
- (UIKeyboardReturnKeyView*) _returnKeyView [protected] |