C# Class VoodooUI.ProgressDialog

Afficher le fichier Open project: ssube/VoodooShader Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

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

ProgressDialog() public méthode

public ProgressDialog ( ) : System
Résultat System

QueueCommand() public méthode

public QueueCommand ( StageDelegate pre, String cmd, StageDelegate post ) : void
pre StageDelegate
cmd String
post StageDelegate
Résultat void

QueueCommand() public méthode

public QueueCommand ( String command ) : void
command String
Résultat void

Write() public méthode

public Write ( String msg ) : void
msg String
Résultat void

WriteLine() public méthode

public WriteLine ( String msg ) : void
msg String
Résultat void