C# 클래스 ImgProc.ProcessProgressForm

파일 보기 프로젝트 열기: EFanZh/EFanZh 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCancelProcess ( AsyncEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddListViewItems() 공개 메소드

public AddListViewItems ( IEnumerable imageList ) : void
imageList IEnumerable
리턴 void

ChangeProgress() 공개 메소드

public ChangeProgress ( double progress ) : void
progress double
리턴 void

ChangeTaskProgress() 공개 메소드

public ChangeTaskProgress ( string item, int progressPercentage ) : void
item string
progressPercentage int
리턴 void

ChangeTaskState() 공개 메소드

public ChangeTaskState ( string item, string state ) : void
item string
state string
리턴 void

Dispose() 보호된 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

OnCancelProcess() 보호된 메소드

protected OnCancelProcess ( AsyncEventArgs e ) : void
e AsyncEventArgs
리턴 void

ProcessProgressCompleted() 공개 메소드

public ProcessProgressCompleted ( ) : void
리턴 void

ProcessProgressForm() 공개 메소드

public ProcessProgressForm ( object userState ) : System
userState object
리턴 System