C# Class Cooker.CookerForm

Show file Open project: Patapom/GodComplex

Private Properties

Property Type Description
AppendText void
GenerateCommandLine string
InitializeComponent void
MessageBox void
SendMessage IntPtr
buttonBasePath_Click void
buttonCook_Click void
buttonCustom_Click void
buttonLoadMap_Click void
comboBoxExecutable_SelectedIndexChanged void
comboBoxPlatform_SelectedIndexChanged void
processCook_ErrorDataReceived void
processCook_OutputDataReceived void
textBoxCommandLine_TextChanged void

Public Methods

Method Description
CookerForm ( ) : System
HideSelection ( bool hide ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AppendText ( string text ) : void
GenerateCommandLine ( ) : string

Generates the final command line used for cooking

InitializeComponent ( ) : void

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

MessageBox ( string _Text, MessageBoxButtons _Buttons, MessageBoxIcon _Icon ) : void
SendMessage ( IntPtr hWnd, UInt32 Msg, Int32 wParam, Int32 lParam ) : IntPtr
buttonBasePath_Click ( object sender, EventArgs e ) : void
buttonCook_Click ( object sender, EventArgs e ) : void
buttonCustom_Click ( object sender, EventArgs e ) : void
buttonLoadMap_Click ( object sender, EventArgs e ) : void
comboBoxExecutable_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBoxPlatform_SelectedIndexChanged ( object sender, EventArgs e ) : void
processCook_ErrorDataReceived ( object sender, System e ) : void
processCook_OutputDataReceived ( object sender, System e ) : void
textBoxCommandLine_TextChanged ( object sender, EventArgs e ) : void

Method Details

CookerForm() public method

public CookerForm ( ) : System
return System

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

HideSelection() public method

public HideSelection ( bool hide ) : void
hide bool
return void