C# Class LongoMatch.Gui.Component.PlayersFilterTreeView

Inheritance: FilterTreeViewBase
Show file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
PlayersFilterTreeView ( ) : Gtk
SetFilter ( EventsFilter filter, ProjectLongoMatch project ) : void
ToggleAll ( bool active ) : void

Protected Methods

Method Description
UpdateSelection ( Gtk.TreeIter iter, bool active ) : void

Private Methods

Method Description
FillTree ( ) : void

Method Details

PlayersFilterTreeView() public method

public PlayersFilterTreeView ( ) : Gtk
return Gtk

SetFilter() public method

public SetFilter ( EventsFilter filter, ProjectLongoMatch project ) : void
filter LongoMatch.Core.Filters.EventsFilter
project LongoMatch.Core.Store.ProjectLongoMatch
return void

ToggleAll() public method

public ToggleAll ( bool active ) : void
active bool
return void

UpdateSelection() protected method

protected UpdateSelection ( Gtk.TreeIter iter, bool active ) : void
iter Gtk.TreeIter
active bool
return void