C# Class RedPlum.MBProgressHUD

Inheritance: UIView
Exibir arquivo Open project: detroitpro/MBProgressHUD-MonoTouch Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

Hide() public method

public Hide ( bool animated ) : void
animated bool
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

MBProgressHUD() public method

public MBProgressHUD ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

MBProgressHUD() public method

public MBProgressHUD ( UIView view ) : System
view UIView
return System

MBProgressHUD() public method

public MBProgressHUD ( UIWindow window ) : System
window UIWindow
return System

Show() public method

public Show ( bool animated ) : void
animated bool
return void

ShowWhileExecuting() public method

public ShowWhileExecuting ( NSAction method, bool animated ) : void
method NSAction
animated bool
return void