#import <UIAutocorrectInlinePrompt.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - removePromptSubviews |
| (struct CGRect) | - shadowFrameForFrame: |
| (void) | - setCorrection:typedText:inRect:maxX: |
| (id) | - correction |
| (void) | - setPosition: |
| (int) | - position |
| (id) | - typedTextView |
| (id) | - correctionView |
| (id) | - correctionAnimationView |
| (id) | - typedTextAnimationView |
| (id) | - correctionShadowView |
| (BOOL) | - pointInside:forEvent: |
| (void) | - dismiss |
| (void) | - mouseDown: |
| (void) | - mouseDragged: |
| (void) | - mouseUp: |
| (BOOL) | - prepareForAnimation: |
| (struct CGRect) | - topRect |
| (struct CGRect) | - bottomRect |
Geschützte Attribute | |
| struct CGRect | m_originalTypedTextRect |
| NSString * | m_typedText |
| NSString * | m_correction |
| UIView * | m_typedTextView |
| UIView * | m_correctionView |
| UIView * | m_correctionAnimationView |
| UIView * | m_typedTextAnimationView |
| UIView * | m_correctionShadowView |
| int | m_position |
| BOOL | m_fits |
| BOOL | m_mouseDown |
Definiert in Zeile 11 der Datei UIAutocorrectInlinePrompt.h.
| - (void) dealloc |
Implementiert UIView.
| - (void) removePromptSubviews |
| - (void) setCorrection: | (id) | fp8 | ||
| typedText: | (id) | fp12 | ||
| inRect: | (struct CGRect) | fp16 | ||
| maxX: | (float) | fp32 | ||
| - (id) correction |
| - (void) setPosition: | (int) | fp8 |
| - (int) position |
| - (id) typedTextView |
| - (id) correctionView |
| - (id) correctionAnimationView |
| - (id) typedTextAnimationView |
| - (id) correctionShadowView |
| - (BOOL) pointInside: | (struct CGPoint) | fp8 | ||
| forEvent: | (struct __GSEvent *) | fp16 | ||
| - (void) dismiss |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (BOOL) prepareForAnimation: | (struct CGRect) | fp8 |
| - (struct CGRect) topRect |
| - (struct CGRect) bottomRect |
- (struct CGRect) m_originalTypedTextRect [read, protected] |
Definiert in Zeile 13 der Datei UIAutocorrectInlinePrompt.h.
- (NSString*) m_typedText [protected] |
Definiert in Zeile 14 der Datei UIAutocorrectInlinePrompt.h.
- (NSString*) m_correction [protected] |
Definiert in Zeile 15 der Datei UIAutocorrectInlinePrompt.h.
- (UIView*) m_typedTextView [protected] |
Definiert in Zeile 16 der Datei UIAutocorrectInlinePrompt.h.
- (UIView*) m_correctionView [protected] |
Definiert in Zeile 17 der Datei UIAutocorrectInlinePrompt.h.
- (UIView*) m_correctionAnimationView [protected] |
Definiert in Zeile 18 der Datei UIAutocorrectInlinePrompt.h.
- (UIView*) m_typedTextAnimationView [protected] |
Definiert in Zeile 19 der Datei UIAutocorrectInlinePrompt.h.
- (UIView*) m_correctionShadowView [protected] |
Definiert in Zeile 20 der Datei UIAutocorrectInlinePrompt.h.
- (int) m_position [protected] |
Definiert in Zeile 21 der Datei UIAutocorrectInlinePrompt.h.
- (BOOL) m_fits [protected] |
Definiert in Zeile 22 der Datei UIAutocorrectInlinePrompt.h.
- (BOOL) m_mouseDown [protected] |
Definiert in Zeile 23 der Datei UIAutocorrectInlinePrompt.h.