C# Class Cooker.CookerForm

Afficher le fichier Open project: Patapom/GodComplex

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CookerForm ( ) : System
HideSelection ( bool hide ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CookerForm ( ) : System
Résultat System

Dispose() protected méthode

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

HideSelection() public méthode

public HideSelection ( bool hide ) : void
hide bool
Résultat void