C# Class LongoMatch.Gui.Component.PlayersTreeView

Inheritance: ListTreeViewBase
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
PlayersTreeView ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool
SelectFunction ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool selected ) : bool
SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int

Private Methods

Méthode Description
ShowPlayerMenu ( Gtk.TreePath paths ) : void

Method Details

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

PlayersTreeView() public méthode

public PlayersTreeView ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SelectFunction() protected méthode

protected SelectFunction ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool selected ) : bool
selection Gtk.TreeSelection
model TreeModel
path Gtk.TreePath
selected bool
Résultat bool

SortFunction() protected méthode

protected SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int
model TreeModel
a Gtk.TreeIter
b Gtk.TreeIter
Résultat int