C# Class LongoMatch.Gui.Component.CategoriesFilterTreeView

Inheritance: FilterTreeViewBase
ファイルを表示 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

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

Method Details

SetFilter() public method

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