C# Class VoodooUI.ProgressDialog

ファイルを表示 Open project: ssube/VoodooShader Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
ProgressDialog ( ) : System
QueueCommand ( StageDelegate pre, String cmd, StageDelegate post ) : void
QueueCommand ( String command ) : void
Write ( String msg ) : void
WriteLine ( String msg ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonCancel ( object sender, EventArgs e ) : void
ButtonOK ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnShow ( object sender, EventArgs e ) : void
SetAllowClose ( bool mode ) : void
SetProgress ( int percent ) : void
SetProgressVisible ( bool visible ) : void
SetStyle ( ProgressBarStyle style ) : void
ShellErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
ShellExec ( String command ) : int
ShellOutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
m_Worker_DoWork ( object sender, DoWorkEventArgs e ) : void
m_Worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ProgressDialog() public method

public ProgressDialog ( ) : System
return System

QueueCommand() public method

public QueueCommand ( StageDelegate pre, String cmd, StageDelegate post ) : void
pre StageDelegate
cmd String
post StageDelegate
return void

QueueCommand() public method

public QueueCommand ( String command ) : void
command String
return void

Write() public method

public Write ( String msg ) : void
msg String
return void

WriteLine() public method

public WriteLine ( String msg ) : void
msg String
return void