C# Class LongoMatch.Gui.Component.EventsListWidget

Inheritance: Gtk.Bin
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

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

Méthodes protégées

Méthode Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Méthode Description
LoadIcons ( ) : void
UpdateTeamsModels ( TeamTagsChangedEvent e ) : void

Method Details

AddPlay() public méthode

public AddPlay ( TimelineEventLongoMatch play ) : void
play LongoMatch.Core.Store.TimelineEventLongoMatch
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

EventsListWidget() public méthode

public EventsListWidget ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

RemovePlays() public méthode

public RemovePlays ( List plays ) : void
plays List
Résultat void

SetProject() public méthode

public SetProject ( ProjectLongoMatch project, EventsFilter filter ) : void
project LongoMatch.Core.Store.ProjectLongoMatch
filter EventsFilter
Résultat void