C# Class PCSX2Bonus.Views.MainWindow

Inheritance: IStyleConnector
Afficher le fichier Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Méthodes publiques

Méthode Description
ApplySort ( string category, ListSortDirection direction ) : void
LaunchGame ( Legacy g, bool tvMode = false ) : void
LviDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MainWindow ( ) : System

Private Methods

Méthode Description
AddDummies ( ) : void
AddFromImageFile ( ) : void
ApplyWindowSettings ( ) : void
CheckSettings ( ) : void
ClearViewStates ( System sender ) : void
CrashMe ( ) : void
DeleteSaveStates ( ) : void
Filter ( object sender, EventArgs e ) : void
HideRescrape ( ) : void
HideSaveStates ( ) : void
HideWidescreenResults ( ) : void
IStyleConnector ( int connectionId, object target ) : void
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
MainWindow_PreviewKeyDown ( object sender, System e ) : void
RemoveSelectedGames ( IEnumerable 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
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 méthode

public ApplySort ( string category, ListSortDirection direction ) : void
category string
direction ListSortDirection
Résultat void

LaunchGame() public méthode

public LaunchGame ( Legacy g, bool tvMode = false ) : void
g Legacy
tvMode bool
Résultat void

LviDoubleClick() public méthode

public LviDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System