#import <UIAutoscrollTimer.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithTarget:point:directions:repeatInterval: |
| (void) | - dealloc |
| (struct CGPoint) | - point |
| (int) | - directions |
| (float) | - delta |
| (void) | - invalidate |
| (void) | - timerFired: |
Geschützte Attribute | |
| id | m_target |
| struct CGPoint | m_point |
| int | m_directions |
| float | m_delta |
| NSTimer * | m_timer |
Definiert in Zeile 11 der Datei UIAutoscrollTimer.h.
| - (id) initWithTarget: | (id) | fp8 | ||
| point: | (struct CGPoint) | fp12 | ||
| directions: | (int) | fp20 | ||
| repeatInterval: | (double) | fp24 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (struct CGPoint) point |
| - (int) directions |
| - (float) delta |
| - (void) invalidate |
| - (void) timerFired: | (id) | fp8 |
- (id) m_target [protected] |
Definiert in Zeile 13 der Datei UIAutoscrollTimer.h.
Definiert in Zeile 14 der Datei UIAutoscrollTimer.h.
- (int) m_directions [protected] |
Definiert in Zeile 15 der Datei UIAutoscrollTimer.h.
- (float) m_delta [protected] |
Definiert in Zeile 16 der Datei UIAutoscrollTimer.h.
Definiert in Zeile 17 der Datei UIAutoscrollTimer.h.