C# Class EpgTimer.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Exibir arquivo Open project: niisaka/EDCB Class Usage Examples

Public Methods

Method Description
EnumerateWindows ( IntPtr hWnd, int lParam ) : int
GetPreviousProcess ( ) : Process
MainWindow ( ) : System
WakeupWindow ( Process target ) : void
getSearchButton ( bool isShowButton0 ) : System.Windows.Controls.Button
moveTo_tabItem_epg ( ) : void

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
CheckCmdLine ( ) : void
CloseCmd ( ) : void
ConnectCmd ( bool reloadFlag ) : bool
EnumWindows ( EnumerateWindowsCallback lpEnumFunc, int lParam ) : int
EpgCapCmd ( ) : void
EpgReloadCmd ( ) : void
GetLastInputInfo ( LASTINPUTINFO &plii ) : bool
GetTickCount ( ) : UInt32
GetWindowThreadProcessId ( IntPtr hWnd, uint &procId ) : uint
IsIconic ( IntPtr hWnd ) : bool
NotifyStatus ( EpgTimer.NotifySrvInfo status ) : void
OutsideCmdCallback ( object pParam, EpgTimer.CMD_STREAM pCmdParam, EpgTimer.CMD_STREAM &pResParam ) : int
ResetButtonView ( ) : void
ResetTaskMenu ( ) : void
SearchCmd ( ) : void
SetForegroundWindow ( IntPtr hWnd ) : bool
SettingCmd ( ) : void
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool
SleepDialog ( object obj ) : void
StandbyCmd ( ) : void
SuspendCmd ( ) : void
SuspendThread ( object obj ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
Window_LocationChanged ( object sender, EventArgs e ) : void
Window_PreviewDragEnter ( object sender, System.Windows.DragEventArgs e ) : void
Window_PreviewDrop ( object sender, System.Windows.DragEventArgs e ) : void
Window_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
Window_StateChanged ( object sender, EventArgs e ) : void
closeButton_Click ( object sender, RoutedEventArgs e ) : void
connectButton_Click ( object sender, RoutedEventArgs e ) : void
custum1Button_Click ( object sender, RoutedEventArgs e ) : void
custum2Button_Click ( object sender, RoutedEventArgs e ) : void
epgCapButton_Click ( object sender, RoutedEventArgs e ) : void
epgReloadButton_Click ( object sender, RoutedEventArgs e ) : void
logViewButton_Click ( object sender, RoutedEventArgs e ) : void
nwTVEndButton_Click ( object sender, RoutedEventArgs e ) : void
searchButton_Click ( object sender, RoutedEventArgs e ) : void
settingButton_Click ( object sender, RoutedEventArgs e ) : void
standbyButton_Click ( object sender, RoutedEventArgs e ) : void
suspendButton_Click ( object sender, RoutedEventArgs e ) : void
taskTray_ContextMenuClick ( object sender, EventArgs e ) : void

Method Details

EnumerateWindows() public static method

public static EnumerateWindows ( IntPtr hWnd, int lParam ) : int
hWnd System.IntPtr
lParam int
return int

GetPreviousProcess() public static method

public static GetPreviousProcess ( ) : Process
return Process

MainWindow() public method

public MainWindow ( ) : System
return System

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

WakeupWindow() public static method

public static WakeupWindow ( Process target ) : void
target Process
return void

getSearchButton() public method

public getSearchButton ( bool isShowButton0 ) : System.Windows.Controls.Button
isShowButton0 bool
return System.Windows.Controls.Button

moveTo_tabItem_epg() public method

public moveTo_tabItem_epg ( ) : void
return void