C# Class QuakeConsole.QuakeTerminal

Inheritance: CaptionPanel, FocusableTerminal
Afficher le fichier Open project: Hemlock/QuakeConsole Class Usage Examples

Private Properties

Свойство Type Description
GetForegroundWindow System.IntPtr
GetWindowText int
GetWindowTextLength int
InitializeComponent void
MoveWindow int
Redraw void
SetCaptionFromTerminal void
SetForegroundWindow bool
SetParent int
SetWinEventHook System.IntPtr
SetWindowLongPtr System.IntPtr
Start void
Style void
TerminalExited void

Méthodes publiques

Méthode Description
ApplicationExited ( object sender, EventArgs e ) : void
ExitTerminal ( ) : void
FocusTerminal ( ) : void
QuakeTerminal ( ) : System
WinEventProc ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

Private Methods

Méthode Description
GetForegroundWindow ( ) : IntPtr
GetWindowText ( HandleRef hWnd, StringBuilder lpString, int nMaxCount ) : int
GetWindowTextLength ( HandleRef hWnd ) : int
InitializeComponent ( ) : void
MoveWindow ( IntPtr hWnd, int x, int y, int nWidth, int nHeight, int bRepaint ) : int
Redraw ( ) : void
SetCaptionFromTerminal ( ) : void
SetForegroundWindow ( IntPtr hWnd ) : bool
SetParent ( IntPtr hWndChild, int hWndParent ) : int
SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
SetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
Start ( ) : void
Style ( ) : void
TerminalExited ( ) : void

Method Details

ApplicationExited() public méthode

public ApplicationExited ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ExitTerminal() public méthode

public ExitTerminal ( ) : void
Résultat void

FocusTerminal() public méthode

public FocusTerminal ( ) : void
Résultat void

QuakeTerminal() public méthode

public QuakeTerminal ( ) : System
Résultat System

WinEventProc() public méthode

public WinEventProc ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void
hWinEventHook System.IntPtr
eventType uint
hwnd System.IntPtr
idObject int
idChild int
dwEventThread uint
dwmsEventTime uint
Résultat void