#import <UITextLabel.h>
Abgeleitet von UIView.
Basisklasse für ABMultiLineTextLabel, UIDateLabel und UITableCountView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - setFrame: |
| (void) | - dealloc |
| (BOOL) | - ignoresMouseEvents |
| (struct CGSize) | - textSize |
| (struct CGSize) | - textSizeForWidth: |
| (struct CGSize) | - ellipsizedTextSize |
| (void) | - _invalidateTextSize |
| (void) | - setText: |
| (struct CGColor *) | - _disabledFontColor |
| (void) | - setEnabled: |
| (id) | - text |
| (void) | - setColor: |
| (struct CGColor *) | - color |
| (void) | - setHighlightedColor: |
| (void) | - setCentersHorizontally: |
| (BOOL) | - centersHorizontally |
| (void) | - setWrapsText: |
| (BOOL) | - wrapsText |
| (void) | - setTextAutoresizesToFit: |
| (BOOL) | - textAutoresizesToFit |
| (void) | - setMinFontSize: |
| (float) | - minFontSize |
| (void) | - setActualFontSize: |
| (float) | - actualFontSize |
| (void) | - setAlignment: |
| (int) | - alignment |
| (struct CGColor *) | - highlightedColor |
| (struct CGColor *) | - currentTextColor |
| (void) | - setShadowColor: |
| (struct CGColor *) | - shadowColor |
| (void) | - setFont: |
| (struct __GSFont *) | - font |
| (void) | - setShadowOffset: |
| (struct CGSize) | - shadowOffset |
| (void) | - setHighlighted: |
| (BOOL) | - isHighlighted |
| (void) | - setEllipsisStyle: |
| (void) | - setBaselineAdjustment: |
| (void) | - sizeToFit |
| (void) | - drawContentsInRect: |
| (void) | - drawRect: |
Öffentliche, statische Methoden | |
| (struct __GSFont *) | + defaultFont |
Geschützte Attribute | |
| struct CGSize | _size |
| NSString * | _text |
| struct CGColor * | _color |
| struct CGColor * | _highlightedColor |
| struct CGColor * | _shadowColor |
| struct __GSFont * | _font |
| struct CGSize | _shadowOffset |
| float | _minFontSize |
| float | _actualFontSize |
| struct { | |
| unsigned int ellipsisStyle:3 | |
| unsigned int highlighted:1 | |
| unsigned int wrapsText:1 | |
| unsigned int autosizeTextToFit:1 | |
| unsigned int baselineAdjustment:2 | |
| unsigned int alignment:2 | |
| unsigned int reserved:22 | |
| } | _textLabelFlags |
Definiert in Zeile 11 der Datei UITextLabel.h.
| + (struct __GSFont *) defaultFont |
Implementiert in UIDateLabel.
| - (id) initWithFrame: | (struct CGRect) | fp8 |
| - (void) setFrame: | (struct CGRect) | fp8 |
Implementiert in ABMultiLineTextLabel.
| - (void) dealloc |
| - (BOOL) ignoresMouseEvents |
| - (struct CGSize) textSize |
Implementiert in ABMultiLineTextLabel.
| - (struct CGSize) textSizeForWidth: | (float) | fp8 |
Implementiert in ABMultiLineTextLabel.
| - (struct CGSize) ellipsizedTextSize |
| - (void) _invalidateTextSize |
| - (void) setText: | (id) | fp8 |
| - (struct CGColor *) _disabledFontColor |
| - (void) setEnabled: | (BOOL) | fp8 |
Implementiert UIView.
| - (id) text |
Implementiert in UIDateLabel.
| - (void) setColor: | (struct CGColor *) | fp8 |
| - (struct CGColor *) color |
| - (void) setHighlightedColor: | (struct CGColor *) | fp8 |
| - (void) setCentersHorizontally: | (BOOL) | fp8 |
| - (BOOL) centersHorizontally |
| - (void) setWrapsText: | (BOOL) | fp8 |
| - (BOOL) wrapsText |
| - (void) setTextAutoresizesToFit: | (BOOL) | fp8 |
| - (BOOL) textAutoresizesToFit |
| - (void) setMinFontSize: | (float) | fp8 |
| - (float) minFontSize |
| - (void) setActualFontSize: | (float) | fp8 |
| - (float) actualFontSize |
| - (void) setAlignment: | (int) | fp8 |
| - (int) alignment |
| - (struct CGColor *) highlightedColor |
| - (struct CGColor *) currentTextColor |
| - (void) setShadowColor: | (struct CGColor *) | fp8 |
| - (struct CGColor *) shadowColor |
| - (void) setFont: | (struct __GSFont *) | fp8 |
Implementiert in UIDateLabel.
| - (struct __GSFont *) font |
Implementiert in UIDateLabel.
| - (void) setShadowOffset: | (struct CGSize) | fp8 |
| - (struct CGSize) shadowOffset |
| - (void) setHighlighted: | (BOOL) | fp8 |
| - (BOOL) isHighlighted |
| - (void) setEllipsisStyle: | (int) | fp8 |
| - (void) setBaselineAdjustment: | (int) | fp8 |
| - (void) sizeToFit |
Implementiert in UIDateLabel.
| - (void) drawContentsInRect: | (struct CGRect) | fp8 |
Implementiert in ABMultiLineTextLabel und UIDateLabel.
| - (void) drawRect: | (struct CGRect) | fp8 |
Implementiert in UIDateLabel.
Definiert in Zeile 13 der Datei UITextLabel.h.
Definiert in Zeile 14 der Datei UITextLabel.h.
- (struct CGColor*) _color [read, protected] |
Definiert in Zeile 15 der Datei UITextLabel.h.
- (struct CGColor*) _highlightedColor [read, protected] |
Definiert in Zeile 16 der Datei UITextLabel.h.
- (struct CGColor*) _shadowColor [read, protected] |
Definiert in Zeile 17 der Datei UITextLabel.h.
- (struct __GSFont*) _font [read, protected] |
Definiert in Zeile 18 der Datei UITextLabel.h.
- (struct CGSize) _shadowOffset [read, protected] |
Definiert in Zeile 19 der Datei UITextLabel.h.
- (float) _minFontSize [protected] |
Definiert in Zeile 20 der Datei UITextLabel.h.
- (float) _actualFontSize [protected] |
Definiert in Zeile 21 der Datei UITextLabel.h.
- (unsigned int) ellipsisStyle [protected] |
Definiert in Zeile 23 der Datei UITextLabel.h.
- (unsigned int) highlighted [protected] |
Definiert in Zeile 24 der Datei UITextLabel.h.
- (unsigned int) wrapsText [protected] |
Definiert in Zeile 25 der Datei UITextLabel.h.
- (unsigned int) autosizeTextToFit [protected] |
Definiert in Zeile 26 der Datei UITextLabel.h.
- (unsigned int) baselineAdjustment [protected] |
Definiert in Zeile 27 der Datei UITextLabel.h.
- (unsigned int) alignment [protected] |
Definiert in Zeile 28 der Datei UITextLabel.h.
- (unsigned int) reserved [protected] |
struct { ... } UITextLabel::_textLabelFlags [protected] |