C# 클래스 AddonHelper.Addon.cProgressBar

파일 보기 프로젝트 열기: angelog/ClipUpload

공개 프로퍼티들

프로퍼티 타입 설명
Canceled bool
Form FormProgressBar

공개 메소드들

메소드 설명
Done ( ) : void

Close the progressbar window

Set ( int currentLocation ) : void

Set the current progress

Start ( string Filename, long Filesize ) : void

Shows a progressbar window.

Start ( string Filename, long Filesize, bool DisplaySpeed ) : void

Shows a progressbar window.

비공개 메소드들

메소드 설명
cancelUpload ( object sender, FormClosingEventArgs e ) : void
percentage ( int currentLocation ) : double
percentage ( int currentLocation, int decimals ) : double
reset ( ) : void
updateStatus ( int currentLocation ) : void

메소드 상세

Done() 공개 메소드

Close the progressbar window
public Done ( ) : void
리턴 void

Set() 공개 메소드

Set the current progress
public Set ( int currentLocation ) : void
currentLocation int The current location in the file
리턴 void

Start() 공개 메소드

Shows a progressbar window.
public Start ( string Filename, long Filesize ) : void
Filename string The filename
Filesize long The filesize
리턴 void

Start() 공개 메소드

Shows a progressbar window.
public Start ( string Filename, long Filesize, bool DisplaySpeed ) : void
Filename string The filename
Filesize long The filesize
DisplaySpeed bool Whether or not to display the speed
리턴 void

프로퍼티 상세

Canceled 공개적으로 프로퍼티

public bool Canceled
리턴 bool

Form 공개적으로 프로퍼티

public FormProgressBar,AddonHelper Form
리턴 FormProgressBar