C# 클래스 Mono.Addins.Gui.ProgressDialog

파일 보기 프로젝트 열기: slluis/mono-addins 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void
Log ( string msg ) : void
ProgressDialog ( ) : System
ReportError ( string message, Exception exception ) : void
ReportWarning ( string message ) : void
SetMessage ( string msg ) : void
SetProgress ( double progress ) : void

보호된 메소드들

메소드 설명
Build ( ) : void
OnButtonCancelClicked ( object sender, System e ) : void

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Log() 공개 메소드

public Log ( string msg ) : void
msg string
리턴 void

OnButtonCancelClicked() 보호된 메소드

protected OnButtonCancelClicked ( object sender, System e ) : void
sender object
e System
리턴 void

ProgressDialog() 공개 메소드

public ProgressDialog ( ) : System
리턴 System

ReportError() 공개 메소드

public ReportError ( string message, Exception exception ) : void
message string
exception Exception
리턴 void

ReportWarning() 공개 메소드

public ReportWarning ( string message ) : void
message string
리턴 void

SetMessage() 공개 메소드

public SetMessage ( string msg ) : void
msg string
리턴 void

SetProgress() 공개 메소드

public SetProgress ( double progress ) : void
progress double
리턴 void