C# Class RedPlum.MBProgressHUD

Inheritance: UIView
Afficher le fichier Open project: detroitpro/MBProgressHUD-MonoTouch Class Usage Examples

Private Properties

Свойство Type Description
AnimationFinished void
CleanUp void
Done void
EnsureInvokedOnMainThread void
FillRoundedRect void
GetClassHandle System.IntPtr
HandleGraceTimer void
HandleMinShowTimer void
HideUsingAnimation void
Initialize void
IsMainThread bool
LaunchExecution void
ShowUsingAnimation void
UpdateIndicators void
UpdateProgress void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( RectangleF rect ) : void
Hide ( bool animated ) : void
LayoutSubviews ( ) : void
MBProgressHUD ( RectangleF frame ) : System
MBProgressHUD ( UIView view ) : System
MBProgressHUD ( UIWindow window ) : System
Show ( bool animated ) : void
ShowWhileExecuting ( NSAction method, bool animated ) : void

Private Methods

Méthode Description
AnimationFinished ( ) : void
CleanUp ( ) : void
Done ( ) : void
EnsureInvokedOnMainThread ( System.Action action ) : void
FillRoundedRect ( RectangleF rect, CGContext context ) : void
GetClassHandle ( string clsName ) : IntPtr
HandleGraceTimer ( ) : void
HandleMinShowTimer ( ) : void
HideUsingAnimation ( bool animated ) : void
Initialize ( ) : void
IsMainThread ( ) : bool
LaunchExecution ( ) : void
ShowUsingAnimation ( bool animated ) : void
UpdateIndicators ( ) : void
UpdateProgress ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

Hide() public méthode

public Hide ( bool animated ) : void
animated bool
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

MBProgressHUD() public méthode

public MBProgressHUD ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System

MBProgressHUD() public méthode

public MBProgressHUD ( UIView view ) : System
view UIView
Résultat System

MBProgressHUD() public méthode

public MBProgressHUD ( UIWindow window ) : System
window UIWindow
Résultat System

Show() public méthode

public Show ( bool animated ) : void
animated bool
Résultat void

ShowWhileExecuting() public méthode

public ShowWhileExecuting ( NSAction method, bool animated ) : void
method NSAction
animated bool
Résultat void