C# Class LongoMatch.Gui.Component.CategoriesFilterTreeView

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

Méthodes publiques

Méthode Description
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
UpdateSelectionPriv ( Gtk.TreeIter iter, bool active, bool checkParents = true, bool recurse = true ) : void

Method Details

SetFilter() public méthode

public SetFilter ( EventsFilter filter, ProjectLongoMatch project ) : void
filter LongoMatch.Core.Common.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