C# Class Mono.Addins.Gui.ProgressDialog

Mostrar archivo Open project: slluis/mono-addins Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Build ( ) : void
OnButtonCancelClicked ( object sender, System e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

Cancel() public method

public Cancel ( ) : void
return void

Log() public method

public Log ( string msg ) : void
msg string
return void

OnButtonCancelClicked() protected method

protected OnButtonCancelClicked ( object sender, System e ) : void
sender object
e System
return void

ProgressDialog() public method

public ProgressDialog ( ) : System
return System

ReportError() public method

public ReportError ( string message, Exception exception ) : void
message string
exception Exception
return void

ReportWarning() public method

public ReportWarning ( string message ) : void
message string
return void

SetMessage() public method

public SetMessage ( string msg ) : void
msg string
return void

SetProgress() public method

public SetProgress ( double progress ) : void
progress double
return void