#import <UIViewAnimationState.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (void) | - dealloc |
| (void) | - setAnimationAttributes: |
| (void) | - animationDidStart: |
| (void) | - sendDelegateAnimationDidStop:finished: |
| (void) | - animationDidStop:finished: |
Öffentliche, statische Methoden | |
| (void) | + pushViewAnimationState:context: |
| (void) | + popAnimationState |
Geschützte Attribute | |
| UIViewAnimationState * | _nextState |
| NSString * | _animationID |
| void * | _context |
| id | _delegate |
| double | _duration |
| double | _delay |
| double | _frameInterval |
| double | _start |
| int | _curve |
| float | _repeatCount |
| int | _transition |
| UIView * | _transitionView |
| SEL | _willStartSelector |
| SEL | _didEndSelector |
| int | _didEndCount |
| struct CGPoint | _position |
| unsigned int | _willStartSent:1 |
| unsigned int | _useCurrentLayerState:1 |
| unsigned int | _cacheTransition:1 |
| unsigned int | _autoreverses:1 |
| unsigned int | _roundsToInteger:1 |
| unsigned int | _reserved:27 |
Definiert in Zeile 11 der Datei UIViewAnimationState.h.
| + (void) pushViewAnimationState: | (id) | fp8 | ||
| context: | (void *) | fp12 | ||
| + (void) popAnimationState |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setAnimationAttributes: | (id) | fp8 |
| - (void) animationDidStart: | (id) | fp8 |
| - (void) sendDelegateAnimationDidStop: | (id) | fp8 | ||
| finished: | (BOOL) | fp12 | ||
| - (void) animationDidStop: | (id) | fp8 | ||
| finished: | (BOOL) | fp12 | ||
- (UIViewAnimationState*) _nextState [protected] |
Definiert in Zeile 13 der Datei UIViewAnimationState.h.
- (NSString*) _animationID [protected] |
Definiert in Zeile 14 der Datei UIViewAnimationState.h.
- (void*) _context [protected] |
Definiert in Zeile 15 der Datei UIViewAnimationState.h.
- (id) _delegate [protected] |
Definiert in Zeile 16 der Datei UIViewAnimationState.h.
- (double) _duration [protected] |
Definiert in Zeile 17 der Datei UIViewAnimationState.h.
- (double) _delay [protected] |
Definiert in Zeile 18 der Datei UIViewAnimationState.h.
- (double) _frameInterval [protected] |
Definiert in Zeile 19 der Datei UIViewAnimationState.h.
- (double) _start [protected] |
Definiert in Zeile 20 der Datei UIViewAnimationState.h.
- (int) _curve [protected] |
Definiert in Zeile 21 der Datei UIViewAnimationState.h.
- (float) _repeatCount [protected] |
Definiert in Zeile 22 der Datei UIViewAnimationState.h.
- (int) _transition [protected] |
Definiert in Zeile 23 der Datei UIViewAnimationState.h.
- (UIView*) _transitionView [protected] |
Definiert in Zeile 24 der Datei UIViewAnimationState.h.
- (SEL) _willStartSelector [protected] |
Definiert in Zeile 25 der Datei UIViewAnimationState.h.
- (SEL) _didEndSelector [protected] |
Definiert in Zeile 26 der Datei UIViewAnimationState.h.
- (int) _didEndCount [protected] |
Definiert in Zeile 27 der Datei UIViewAnimationState.h.
Definiert in Zeile 28 der Datei UIViewAnimationState.h.
- (unsigned int) _willStartSent [protected] |
Definiert in Zeile 29 der Datei UIViewAnimationState.h.
- (unsigned int) _useCurrentLayerState [protected] |
Definiert in Zeile 30 der Datei UIViewAnimationState.h.
- (unsigned int) _cacheTransition [protected] |
Definiert in Zeile 31 der Datei UIViewAnimationState.h.
- (unsigned int) _autoreverses [protected] |
Definiert in Zeile 32 der Datei UIViewAnimationState.h.
- (unsigned int) _roundsToInteger [protected] |
Definiert in Zeile 33 der Datei UIViewAnimationState.h.
- (unsigned int) _reserved [protected] |
Definiert in Zeile 34 der Datei UIViewAnimationState.h.