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

상속: Gtk.Bin
파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
AddPlay ( TimelineEventLongoMatch play ) : void
EventsListWidget ( ) : System.Collections.Generic
RemovePlays ( List plays ) : void
SetProject ( ProjectLongoMatch project, EventsFilter filter ) : void

보호된 메소드들

메소드 설명
Build ( ) : void
OnDestroyed ( ) : void

비공개 메소드들

메소드 설명
LoadIcons ( ) : void
UpdateTeamsModels ( TeamTagsChangedEvent e ) : void

메소드 상세

AddPlay() 공개 메소드

public AddPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
리턴 void

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

EventsListWidget() 공개 메소드

public EventsListWidget ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

RemovePlays() 공개 메소드

public RemovePlays ( List plays ) : void
plays List
리턴 void

SetProject() 공개 메소드

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