#import <TPLCDTextView.h>
Abgeleitet von UIView.
Definiert in Zeile 11 der Datei TPLCDTextView.h.
| + (float) defaultMinimumFontSize |
| - (void) dealloc |
Implementiert UIView.
| - (struct CGRect) textRect |
| - (void) setFrame: | (struct CGRect) | fp8 |
| - (void) setCenterText: | (BOOL) | fp8 |
| - (void) setLeftTruncatesText: | (BOOL) | fp8 |
| - (void) setFont: | (struct __GSFont *) | fp8 |
| - (void) setMinimumFontSize: | (float) | fp8 |
| - (void) setText: | (id) | fp8 |
| - (id) text |
| - (struct CGSize) sizeToFit |
| - (void) _drawTextInRect: | (struct CGRect) | fp8 | ||
| verticallyOffset: | (BOOL) | fp24 | ||
| - (void) setTextColor: | (struct CGColor *) | fp8 |
| - (void) setShadowColor: | (struct CGColor *) | fp8 |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) _tearDownAnimation |
| - (void) _scheduleStartScrolling |
| - (void) _setupForAnimationIfNecessary |
| - (void) setAnimatesIfTruncated: | (BOOL) | fp8 |
| - (void) _startScrolling |
| - (void) startAnimating |
| - (void) _finishedScrolling |
| - (void) stopAnimating |
| - (BOOL) animates |
| - (void) resetAnimation |
| - (void) setDelegate: | (id) | fp8 |
Definiert in Zeile 13 der Datei TPLCDTextView.h.
- (struct __GSFont*) _font [read, protected] |
Definiert in Zeile 14 der Datei TPLCDTextView.h.
- (struct CGColor*) _shadowColor [read, protected] |
Definiert in Zeile 15 der Datei TPLCDTextView.h.
- (struct CGColor*) _textColor [read, protected] |
Definiert in Zeile 16 der Datei TPLCDTextView.h.
- (TPLCDTextViewScrollingView*) _scrollingView [protected] |
Definiert in Zeile 17 der Datei TPLCDTextView.h.
- (float) _fontSize [protected] |
Definiert in Zeile 18 der Datei TPLCDTextView.h.
Definiert in Zeile 19 der Datei TPLCDTextView.h.
- (UIFrameAnimation*) _animation [protected] |
Definiert in Zeile 20 der Datei TPLCDTextView.h.
- (id) _delegate [protected] |
Definiert in Zeile 21 der Datei TPLCDTextView.h.
- (float) _minFontSize [protected] |
Definiert in Zeile 22 der Datei TPLCDTextView.h.
- (unsigned int) _textRectIsValid [protected] |
Definiert in Zeile 23 der Datei TPLCDTextView.h.
- (unsigned int) _centerText [protected] |
Definiert in Zeile 24 der Datei TPLCDTextView.h.
- (unsigned int) _animates [protected] |
Definiert in Zeile 25 der Datei TPLCDTextView.h.
- (unsigned int) _isAnimating [protected] |
Definiert in Zeile 26 der Datei TPLCDTextView.h.
- (unsigned int) _leftTruncates [protected] |
Definiert in Zeile 27 der Datei TPLCDTextView.h.