#import <UIProgressIndicator.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (void) | - setStyle: |
| (void) | - dealloc |
| (void) | - startAnimation |
| (void) | - stopAnimation |
| (void) | - setAnimationDuration: |
| (void) | - _didMoveFromWindow:toWindow: |
Öffentliche, statische Methoden | |
| (void) | + _loadResourcesForStyle: |
| (struct CGSize) | + defaultSizeForStyle: |
| (struct CGSize) | + size |
Geschützte Attribute | |
| float | _duration |
| struct { | |
| unsigned int style:3 | |
| unsigned int animating:1 | |
| unsigned int reserved:28 | |
| } | _progressIndicatorFlags |
Definiert in Zeile 9 der Datei UIProgressIndicator.h.
| + (void) _loadResourcesForStyle: | (int) | fp8 |
| + (struct CGSize) defaultSizeForStyle: | (int) | fp8 |
| + (struct CGSize) size |
| - (void) setStyle: | (int) | fp8 |
| - (void) dealloc |
Implementiert UIView.
| - (void) startAnimation |
| - (void) stopAnimation |
| - (void) setAnimationDuration: | (float) | fp8 |
| - (void) _didMoveFromWindow: | (id) | fp8 | ||
| toWindow: | (id) | fp12 | ||
- (float) _duration [protected] |
Definiert in Zeile 11 der Datei UIProgressIndicator.h.
- (unsigned int) style [protected] |
Definiert in Zeile 13 der Datei UIProgressIndicator.h.
- (unsigned int) animating [protected] |
Definiert in Zeile 14 der Datei UIProgressIndicator.h.
- (unsigned int) reserved [protected] |
struct { ... } UIProgressIndicator::_progressIndicatorFlags [protected] |