C# Class idTech4.SystemConsole

显示文件 Open project: iainmckay/idtech4.net

Public Methods

Method Description
Append ( string text ) : void
FocusInput ( ) : void
Show ( int visLevel, bool quitOnClose ) : void
SystemConsole ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

OnClearClicked ( object sender, EventArgs e ) : void
OnInputAvailable ( object sender, EventArgs e ) : void
OnInputKeyDown ( object sender, KeyEventArgs e ) : void
OnInputKeyPressed ( object sender, KeyPressEventArgs e ) : void
OnQuitClicked ( object sender, EventArgs e ) : void

Method Details

Append() public method

public Append ( string text ) : void
text 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

FocusInput() public method

public FocusInput ( ) : void
return void

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void

Show() public method

public Show ( int visLevel, bool quitOnClose ) : void
visLevel int
quitOnClose bool
return void

SystemConsole() public method

public SystemConsole ( ) : System
return System