C# Class gbrainy.Clients.Classical.Dialogs.CustomGameDialog

Inheritance: BuilderDialog
显示文件 Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CustomGameDialog ( ITranslations translations, GameSession session ) : System

Private Methods

Method Description
CreateColumnName ( ) : void
CreateColumnSelected ( ) : void
CreateColumnType ( ) : void
GameSort ( Gtk model, Gtk a, Gtk b ) : int
LoadGames ( ) : void
OnActiveToggled ( object o, Gtk.ToggledArgs args ) : void
OnCursorChanged ( object o, EventArgs args ) : void
OnOK ( object sender, EventArgs args ) : void
OnSelectAll ( object sender, EventArgs args ) : void
OnUnSelectAll ( object sender, EventArgs args ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

CustomGameDialog() public method

public CustomGameDialog ( ITranslations translations, GameSession session ) : System
translations ITranslations
session gbrainy.Core.Main.GameSession
return System