C# Class ImgProc.ProcessProgressForm

Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes publiques

Méthode Description
AddListViewItems ( IEnumerable imageList ) : void
ChangeProgress ( double progress ) : void
ChangeTaskProgress ( string item, int progressPercentage ) : void
ChangeTaskState ( string item, string state ) : void
Initialize ( ) : void
ProcessProgressCompleted ( ) : void
ProcessProgressForm ( object userState ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCancelProcess ( AsyncEventArgs e ) : void

Private Methods

Méthode Description
FindListViewItem ( string item ) : ListViewItem
InitializeComponent ( ) : void

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

buttonStop_Click ( object sender, EventArgs e ) : void

Method Details

AddListViewItems() public méthode

public AddListViewItems ( IEnumerable imageList ) : void
imageList IEnumerable
Résultat void

ChangeProgress() public méthode

public ChangeProgress ( double progress ) : void
progress double
Résultat void

ChangeTaskProgress() public méthode

public ChangeTaskProgress ( string item, int progressPercentage ) : void
item string
progressPercentage int
Résultat void

ChangeTaskState() public méthode

public ChangeTaskState ( string item, string state ) : void
item string
state string
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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnCancelProcess() protected méthode

protected OnCancelProcess ( AsyncEventArgs e ) : void
e AsyncEventArgs
Résultat void

ProcessProgressCompleted() public méthode

public ProcessProgressCompleted ( ) : void
Résultat void

ProcessProgressForm() public méthode

public ProcessProgressForm ( object userState ) : System
userState object
Résultat System