#import <UIKBSuggestionBubble.h>
Abgeleitet von UIControl.
Öffentliche Methoden | |
| (id) | - initWithSuggestion:textSize:maxWidth: |
| (void) | - dealloc |
| (id) | - suggestion |
| (void) | - action: |
| (void) | - setHighlighted: |
| (void) | - drawRect: |
Öffentliche, statische Methoden | |
| (struct CGSize) | + sizeForSuggestion:textSize:maxWidth: |
Geschützte Attribute | |
| NSString * | m_suggestion |
| float | m_extraMargin |
| float | m_maxWidth |
| int | m_textSize |
Definiert in Zeile 11 der Datei UIKBSuggestionBubble.h.
| + (struct CGSize) sizeForSuggestion: | (id) | fp8 | ||
| textSize: | (int) | fp12 | ||
| maxWidth: | (float) | fp16 | ||
| - (id) initWithSuggestion: | (id) | fp8 | ||
| textSize: | (int) | fp12 | ||
| maxWidth: | (float) | fp16 | ||
| - (void) dealloc |
Implementiert UIControl.
| - (id) suggestion |
| - (void) action: | (id) | fp8 |
| - (void) setHighlighted: | (BOOL) | fp8 |
Implementiert UIControl.
| - (void) drawRect: | (struct CGRect) | fp8 |
- (NSString*) m_suggestion [protected] |
Definiert in Zeile 13 der Datei UIKBSuggestionBubble.h.
- (float) m_extraMargin [protected] |
Definiert in Zeile 14 der Datei UIKBSuggestionBubble.h.
- (float) m_maxWidth [protected] |
Definiert in Zeile 15 der Datei UIKBSuggestionBubble.h.
- (int) m_textSize [protected] |
Definiert in Zeile 16 der Datei UIKBSuggestionBubble.h.