C# Class QuakeConsole.Main

Inheritance: SlidingForm
Exibir arquivo Open project: Hemlock/QuakeConsole

Public Methods

Method Description
Main ( ) : System
RefocusLastFocusedTerminal ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method Description
CloseTerminal ( ) : void
CreateNewTerminal ( ) : QuakeTerminal
EnableOrDisableTerminalHotKeys ( bool enable ) : void
InitializeComponent ( ) : void

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

OnShown ( object sender, EventArgs e ) : void
OnTerminalBlurred ( object sender, EventArgs e ) : void
OnTerminalFocused ( object sender, EventArgs e ) : void
OnVisibleChange ( object sender, EventArgs e ) : void
SplitTerminal ( Orientation orientation ) : void
SplitTerminalHorizontally ( ) : void
SplitTerminalVertically ( ) : void
TerminalRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
Toggle ( ) : 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

Main() public method

public Main ( ) : System
return System

RefocusLastFocusedTerminal() public method

public RefocusLastFocusedTerminal ( ) : void
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void