C# Class LongoMatch.Gui.Component.PlayersFilterTreeView

Inheritance: FilterTreeViewBase
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
UpdateSelection ( Gtk.TreeIter iter, bool active ) : void

Private Methods

Méthode Description
FillTree ( ) : void

Method Details

PlayersFilterTreeView() public méthode

public PlayersFilterTreeView ( ) : Gtk
Résultat Gtk

SetFilter() public méthode

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

ToggleAll() public méthode

public ToggleAll ( bool active ) : void
active bool
Résultat void

UpdateSelection() protected méthode

protected UpdateSelection ( Gtk.TreeIter iter, bool active ) : void
iter Gtk.TreeIter
active bool
Résultat void