C# 클래스 MonoMobile.Views.ProgressHud

상속: UIView
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GraceTime float
MinimumShowTime float

공개 메소드들

메소드 설명
Draw ( RectangleF rect ) : void
Hide ( bool animated ) : void
LayoutSubviews ( ) : void
ProgressHud ( ) : System
ProgressHud ( RectangleF frame ) : System
ProgressHud ( UIView view ) : System
ProgressHud ( UIWindow window ) : System
Show ( bool animated ) : void
ShowCompleted ( bool animated ) : void
ShowWhileAsync ( System.Action execute, bool animated ) : Action
ShowWhileExecuting ( System.Action execute, bool animated ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CleanUp ( ) : void
Completed ( ) : 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
ShowUsingAnimation ( bool animated ) : void
ToRadians ( float degrees ) : float
UpdateIndicators ( ) : void
UpdateProgress ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 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

ProgressHud() 공개 메소드

public ProgressHud ( ) : System
리턴 System

ProgressHud() 공개 메소드

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

ProgressHud() 공개 메소드

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

ProgressHud() 공개 메소드

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

Show() 공개 메소드

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

ShowCompleted() 공개 메소드

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

ShowWhileAsync() 공개 메소드

public ShowWhileAsync ( System.Action execute, bool animated ) : Action
execute System.Action
animated bool
리턴 Action

ShowWhileExecuting() 공개 메소드

public ShowWhileExecuting ( System.Action execute, bool animated ) : void
execute System.Action
animated bool
리턴 void

프로퍼티 상세

GraceTime 공개적으로 프로퍼티

public float GraceTime
리턴 float

MinimumShowTime 공개적으로 프로퍼티

public float MinimumShowTime
리턴 float