C# Class ImgProc.ProcessProgressForm

Exibir arquivo Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCancelProcess ( AsyncEventArgs e ) : void

Private Methods

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

public AddListViewItems ( IEnumerable imageList ) : void
imageList IEnumerable
return void

ChangeProgress() public method

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

ChangeTaskProgress() public method

public ChangeTaskProgress ( string item, int progressPercentage ) : void
item string
progressPercentage int
return void

ChangeTaskState() public method

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

Initialize() public method

public Initialize ( ) : void
return void

OnCancelProcess() protected method

protected OnCancelProcess ( AsyncEventArgs e ) : void
e AsyncEventArgs
return void

ProcessProgressCompleted() public method

public ProcessProgressCompleted ( ) : void
return void

ProcessProgressForm() public method

public ProcessProgressForm ( object userState ) : System
userState object
return System