C# Class PCSX2Bonus.MainWindow

Inheritance: System.Windows.Window, IComponentConnector, IStyleConnector
Mostra file Open project: CyberFoxHax/PCSXBonus

Public Methods

Method Description
ApplySort ( string category, ListSortDirection direction ) : void
LaunchGame ( Game g, bool tvMode = false ) : void
MainWindow ( ) : Microsoft.Win32
lviDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
AddDummies ( ) : void
AddFromImageFile ( ) : void
ApplyWindowSettings ( ) : void
CheckSettings ( ) : void
ClearViewStates ( ImageButton sender ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
DeleteSaveStates ( ) : void
Filter ( object sender, EventArgs e ) : void
HideRescrape ( ) : void
HideSaveStates ( ) : void
HideWidescreenResults ( ) : void
IComponentConnector ( int connectionId, object target ) : void
IStyleConnector ( int connectionId, object target ) : void
InitializeComponent ( ) : void
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
MainWindow_PreviewKeyDown ( object sender, System e ) : void
RemoveSelectedGames ( List games ) : void
Rescrape ( ) : void
SaveWindowSettings ( ) : void
Setup ( ) : void
SetupNotifyIcon ( ) : void
ShowSaveStates ( ) : void
ShowScrapeResults ( ) : void
ShowWideScreenResults ( ) : void
SlideIn ( ) : System.Threading.Tasks.Task
SlideOut ( ) : System.Threading.Tasks.Task
SwitchView ( string view ) : void
Window_Closing ( object sender, CancelEventArgs e ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate
crashMe ( ) : void
lvGames_ContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
lvGames_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
miAddFromImage_Click ( object sender, RoutedEventArgs e ) : void
miRescrape_Click ( object sender, RoutedEventArgs e ) : void
tbDebug_KeyDown ( object sender, System e ) : void
tbSearch_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

ApplySort() public method

public ApplySort ( string category, ListSortDirection direction ) : void
category string
direction ListSortDirection
return void

LaunchGame() public method

public LaunchGame ( Game g, bool tvMode = false ) : void
g Game
tvMode bool
return void

MainWindow() public method

public MainWindow ( ) : Microsoft.Win32
return Microsoft.Win32

lviDoubleClick() public method

public lviDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void