UIProgressIndicator Klassenreferenz

#import <UIProgressIndicator.h>

Abgeleitet von UIView.

Aufstellung aller Elemente


Ö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

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei UIProgressIndicator.h.


Dokumentation der Elementfunktionen

+ (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 


Dokumentation der Datenelemente

- (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]

Implementiert UIView.

Definiert in Zeile 15 der Datei UIProgressIndicator.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: