C# Class Mosa.Tool.Launcher.MainForm

Datei anzeigen Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
AddCounters ( string data ) : void
AddOutput ( string data ) : void
IBuilderEvent ( int total, int at ) : void
IBuilderEvent ( string status ) : void
IStarterEvent ( string status ) : void
MainForm ( ) : System
UpdateStatusLabel ( string msg ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
CheckKeyPressed ( ) : bool
CompileBuildAndStart ( ) : void
CompileCompleted ( ) : void
InitializeComponent ( ) : void

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

MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Shown ( object sender, EventArgs e ) : void
NewStatus ( string info ) : void
OnCompileCompleted ( ) : void
OnException ( string data ) : void
UpdateBuilderOptions ( ) : void
UpdateInterfaceAppLocations ( ) : void
UpdateInterfaceOptions ( ) : void
UpdateProgress ( int total, int at ) : void
btnDestination_Click ( object sender, EventArgs e ) : void
btnSource_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cbVBEVideo_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AddCounters() public method

public AddCounters ( string data ) : void
data string
return void

AddOutput() public method

public AddOutput ( string data ) : void
data string
return void

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

IBuilderEvent() public method

public IBuilderEvent ( int total, int at ) : void
total int
at int
return void

IBuilderEvent() public method

public IBuilderEvent ( string status ) : void
status string
return void

IStarterEvent() public method

public IStarterEvent ( string status ) : void
status string
return void

MainForm() public method

public MainForm ( ) : System
return System

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

UpdateStatusLabel() public method

public UpdateStatusLabel ( string msg ) : void
msg string
return void