C# 클래스 LongoMatch.Gui.Component.CategoriesFilterTreeView

상속: FilterTreeViewBase
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
SetFilter ( EventsFilter filter, ProjectLongoMatch project ) : void
ToggleAll ( bool active ) : void

보호된 메소드들

메소드 설명
UpdateSelection ( Gtk.TreeIter iter, bool active ) : void

비공개 메소드들

메소드 설명
FillTree ( ) : void
UpdateSelectionPriv ( Gtk.TreeIter iter, bool active, bool checkParents = true, bool recurse = true ) : void

메소드 상세

SetFilter() 공개 메소드

public SetFilter ( EventsFilter filter, ProjectLongoMatch project ) : void
filter LongoMatch.Core.Common.EventsFilter
project LongoMatch.Core.Store.ProjectLongoMatch
리턴 void

ToggleAll() 공개 메소드

public ToggleAll ( bool active ) : void
active bool
리턴 void

UpdateSelection() 보호된 메소드

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