C# Class EZ4Patcher.EZPatcher

ファイルを表示 Open project: HiddenRambler/EZ4Patcher

Private Properties

Property Type Description
AddFiles void
EZPatcher_DragDrop void
EZPatcher_DragEnter void
EZPatcher_FormClosing void
EZPatcher_Load void
GenerateSaveFile void
InitializeComponent void
LoadSettings void
PatchFile string
PatchFiles void
SaveSettings void
ShowStatus void
StypeToStr string
UpdateProgress void
btnAddFiles_Click void
btnCancel_Click void
btnClearAll_Click void
btnClearSuccessful_Click void
btnDestinationSelect_Click void
btnPatch_Click void
lvFileList_ColumnClick void

Public Methods

Method Description
EZPatcher ( ) : System
GetBytesReadable ( long i ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddFiles ( string filenames ) : void
EZPatcher_DragDrop ( object sender, DragEventArgs e ) : void
EZPatcher_DragEnter ( object sender, DragEventArgs e ) : void
EZPatcher_FormClosing ( object sender, FormClosingEventArgs e ) : void
EZPatcher_Load ( object sender, EventArgs e ) : void
GenerateSaveFile ( string filename, bool overwrite, int size ) : void
InitializeComponent ( ) : void

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

LoadSettings ( ) : void
PatchFile ( string source, string destination, bool overwrite, bool generateSaver, string saverRoot, bool trim ) : string
PatchFiles ( string outputRoot, bool overwrite, bool gensavefile, bool groupOutput, bool trimRoms ) : void
SaveSettings ( ) : void
ShowStatus ( bool busy ) : void
StypeToStr ( int savetype ) : string
UpdateProgress ( int current, int max ) : void
btnAddFiles_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnClearAll_Click ( object sender, EventArgs e ) : void
btnClearSuccessful_Click ( object sender, EventArgs e ) : void
btnDestinationSelect_Click ( object sender, EventArgs e ) : void
btnPatch_Click ( object sender, EventArgs e ) : void
lvFileList_ColumnClick ( object sender, ColumnClickEventArgs e ) : void

Method Details

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

EZPatcher() public method

public EZPatcher ( ) : System
return System

GetBytesReadable() public method

public GetBytesReadable ( long i ) : string
i long
return string