#import <UITextLoupe.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (id) | - superview |
| (struct CGRect) | - frame |
| (void) | - setWebView: |
| (void) | - setTopConstrained: |
| (void) | - zoomUpAnimation |
| (void) | - update: |
| (struct CGPoint) | - terminalPoint |
| (void) | - zoomDownAnimation |
| (void) | - zoomDownAnimationDidStop:finished: |
| (void) | - fade |
| (void) | - remove |
| (void) | - clearPoints |
| (void) | - drawRect: |
Öffentliche, statische Methoden | |
| (void) | + touchLoupeTimer: |
| (void) | + cancelLoupeTimer |
Geschützte Attribute | |
| UIWebView * | m_webView |
| struct { | |
| struct CGPoint point | |
| double time | |
| } | m_points [16] |
| int | m_index |
| float | m_yOffset |
| BOOL | m_firstUpdate |
| BOOL | m_topConstrained |
Definiert in Zeile 11 der Datei UITextLoupe.h.
| + (void) touchLoupeTimer: | (id) | fp8 |
| + (void) cancelLoupeTimer |
| - (void) dealloc |
Implementiert UIView.
| - (id) superview |
| - (struct CGRect) frame |
| - (void) setWebView: | (id) | fp8 |
| - (void) setTopConstrained: | (BOOL) | fp8 |
| - (void) zoomUpAnimation |
| - (void) update: | (struct CGPoint) | fp8 |
| - (struct CGPoint) terminalPoint |
| - (void) zoomDownAnimation |
| - (void) zoomDownAnimationDidStop: | (id) | fp8 | ||
| finished: | (id) | fp12 | ||
| - (void) fade |
| - (void) remove |
| - (void) clearPoints |
| - (void) drawRect: | (struct CGRect) | fp8 |
Definiert in Zeile 13 der Datei UITextLoupe.h.
Definiert in Zeile 15 der Datei UITextLoupe.h.
- (double) time [protected] |
Definiert in Zeile 16 der Datei UITextLoupe.h.
struct { ... } UITextLoupe::m_points[16] [protected] |
- (int) m_index [protected] |
Definiert in Zeile 18 der Datei UITextLoupe.h.
- (float) m_yOffset [protected] |
Definiert in Zeile 19 der Datei UITextLoupe.h.
- (BOOL) m_firstUpdate [protected] |
Definiert in Zeile 20 der Datei UITextLoupe.h.
- (BOOL) m_topConstrained [protected] |
Definiert in Zeile 21 der Datei UITextLoupe.h.