C# Class LongoMatch.Gui.Component.PlayersTreeView

Inheritance: ListTreeViewBase
Show file Open project: LongoMatch/longomatch

Public Methods

Method Description
PlayersTreeView ( ) : System.Collections.Generic

Protected Methods

Method 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

Method Description
ShowPlayerMenu ( Gtk.TreePath paths ) : void

Method Details

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

PlayersTreeView() public method

public PlayersTreeView ( ) : System.Collections.Generic
return System.Collections.Generic

SelectFunction() protected method

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

SortFunction() protected method

protected SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int
model TreeModel
a Gtk.TreeIter
b Gtk.TreeIter
return int