C# Class MediaConvertGUI.ProgressWin

ファイルを表示 Open project: petrj/MediaConvertGUI Class Usage Examples

Public Methods

Method Description
ProgressWin ( ) : System
SetPercents ( double total, double currentFile, double currentPass, DateTime startTime, string fName = "", string passString = "", string totalString = "" ) : void
TimeSpanAsHMS ( TimeSpan value ) : string

Protected Methods

Method Description
Build ( ) : void
OnButtonAbortClicked ( object sender, EventArgs e ) : void
OnButtonCloseClicked ( object sender, EventArgs e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

OnButtonAbortClicked() protected method

protected OnButtonAbortClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnButtonCloseClicked() protected method

protected OnButtonCloseClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ProgressWin() public method

public ProgressWin ( ) : System
return System

SetPercents() public method

public SetPercents ( double total, double currentFile, double currentPass, DateTime startTime, string fName = "", string passString = "", string totalString = "" ) : void
total double
currentFile double
currentPass double
startTime DateTime
fName string
passString string
totalString string
return void

TimeSpanAsHMS() public static method

public static TimeSpanAsHMS ( TimeSpan value ) : string
value TimeSpan
return string