C# Class LongoMatch.Gui.Component.EventsListWidget

Inheritance: Gtk.Bin
Show file Open project: LongoMatch/longomatch

Public Methods

Method Description
AddPlay ( TimelineEventLongoMatch play ) : void
EventsListWidget ( ) : System.Collections.Generic
RemovePlays ( List plays ) : void
SetProject ( ProjectLongoMatch project, EventsFilter filter ) : void

Protected Methods

Method Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Method Description
LoadIcons ( ) : void
UpdateTeamsModels ( TeamTagsChangedEvent e ) : void

Method Details

AddPlay() public method

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

Build() protected method

protected Build ( ) : void
return void

EventsListWidget() public method

public EventsListWidget ( ) : System.Collections.Generic
return System.Collections.Generic

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

RemovePlays() public method

public RemovePlays ( List plays ) : void
plays List
return void

SetProject() public method

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