C# 클래스 RedPlum.MBProgressHUD

상속: UIView
파일 보기 프로젝트 열기: detroitpro/MBProgressHUD-MonoTouch 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

Hide() 공개 메소드

public Hide ( bool animated ) : void
animated bool
리턴 void

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

MBProgressHUD() 공개 메소드

public MBProgressHUD ( RectangleF frame ) : System
frame System.Drawing.RectangleF
리턴 System

MBProgressHUD() 공개 메소드

public MBProgressHUD ( UIView view ) : System
view UIView
리턴 System

MBProgressHUD() 공개 메소드

public MBProgressHUD ( UIWindow window ) : System
window UIWindow
리턴 System

Show() 공개 메소드

public Show ( bool animated ) : void
animated bool
리턴 void

ShowWhileExecuting() 공개 메소드

public ShowWhileExecuting ( NSAction method, bool animated ) : void
method NSAction
animated bool
리턴 void