C# Class LongoMatch.Gui.Panel.PreferencesPanel

Inheritance: Gtk.Bin, IPanel
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetKeyContext ( ) : KeyContext
OnLoad ( ) : void
OnUnload ( ) : void
PreferencesPanel ( ) : System
SetViewModel ( object viewModel ) : void

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void

Private Methods

Méthode Description
AddPane ( string desc, Gdk.Pixbuf icon, Gtk.Widget pane ) : void
AddPanels ( ) : void
HandleCursorChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetKeyContext() public méthode

public GetKeyContext ( ) : KeyContext
Résultat KeyContext

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

OnUnload() public méthode

public OnUnload ( ) : void
Résultat void

PreferencesPanel() public méthode

public PreferencesPanel ( ) : System
Résultat System

SetViewModel() public méthode

public SetViewModel ( object viewModel ) : void
viewModel object
Résultat void