#import <UIAutocorrectTextView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame:string:type:edgeType: |
| (void) | - dealloc |
| (void) | - setEdgeType: |
| (void) | - setAnimating: |
| (void) | - drawRect: |
Geschützte Attribute | |
| NSString * | m_string |
| int | m_type |
| int | m_edgeType |
| struct __GSFont * | m_textFont |
| BOOL | m_animating |
Definiert in Zeile 11 der Datei UIAutocorrectTextView.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| string: | (id) | fp24 | ||
| type: | (int) | fp28 | ||
| edgeType: | (int) | fp32 | ||
| - (void) dealloc |
Implementiert UIView.
| - (void) setEdgeType: | (int) | fp8 |
| - (void) setAnimating: | (BOOL) | fp8 |
| - (void) drawRect: | (struct CGRect) | fp8 |
Definiert in Zeile 13 der Datei UIAutocorrectTextView.h.
- (int) m_type [protected] |
Definiert in Zeile 14 der Datei UIAutocorrectTextView.h.
- (int) m_edgeType [protected] |
Definiert in Zeile 15 der Datei UIAutocorrectTextView.h.
- (struct __GSFont*) m_textFont [read, protected] |
Definiert in Zeile 16 der Datei UIAutocorrectTextView.h.
- (BOOL) m_animating [protected] |
Definiert in Zeile 17 der Datei UIAutocorrectTextView.h.