C# Class LongoMatch.Gui.Component.PlaysSelectionWidget

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

Méthodes publiques

Méthode Description
AddPlay ( TimelineEventLongoMatch play ) : void
PlaysSelectionWidget ( ) : System
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
AddFilters ( ) : void
HandleClearClicked ( object sender, EventArgs e ) : void
LoadIcons ( ) : 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

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

PlaysSelectionWidget() public méthode

public PlaysSelectionWidget ( ) : System
Résultat System

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 LongoMatch.Core.Common.EventsFilter
Résultat void