#import <TPLockTextView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (void) | - dealloc |
| (void) | - _cacheLabel:size: |
| (id) | - initWithLabel:fontSize: |
| (id) | - label |
| (void) | - startAnimation |
| (void) | - stopAnimation |
| (void) | - setFPS: |
| (BOOL) | - isAnimating |
| (void) | - drawRect: |
| (void) | - movedFromWindow: |
Geschützte Attribute | |
| NSString * | _label |
| struct CGImage * | _textCache |
| char * | _textData |
| NSTimer * | _maskTimer |
| double | _maskStartTime |
| struct __GSFont * | _labelFont |
| float | _fps |
Definiert in Zeile 11 der Datei TPLockTextView.h.
| - (void) dealloc |
Implementiert UIView.
| - (void) _cacheLabel: | (id) | fp8 | ||
| size: | (struct CGSize) | fp12 | ||
| - (id) initWithLabel: | (id) | fp8 | ||
| fontSize: | (float) | fp12 | ||
| - (id) label |
| - (void) startAnimation |
| - (void) stopAnimation |
| - (void) setFPS: | (float) | fp8 |
| - (BOOL) isAnimating |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) movedFromWindow: | (id) | fp8 |
Definiert in Zeile 13 der Datei TPLockTextView.h.
- (struct CGImage*) _textCache [read, protected] |
Definiert in Zeile 14 der Datei TPLockTextView.h.
- (char*) _textData [protected] |
Definiert in Zeile 15 der Datei TPLockTextView.h.
- (NSTimer*) _maskTimer [protected] |
Definiert in Zeile 16 der Datei TPLockTextView.h.
- (double) _maskStartTime [protected] |
Definiert in Zeile 17 der Datei TPLockTextView.h.
- (struct __GSFont*) _labelFont [read, protected] |
Definiert in Zeile 18 der Datei TPLockTextView.h.
- (float) _fps [protected] |
Definiert in Zeile 19 der Datei TPLockTextView.h.