C# Class LongoMatch.Gui.Component.PlaysPositionViewer

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void

Private Methods

Méthode Description
HandlePlayLoaded ( EventLoadedEvent e ) : void
HandleShowMenuEvent ( IEnumerable plays ) : void

Method Details

AddPlay() public méthode

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

LoadProject() public méthode

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

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

PlaysPositionViewer() public méthode

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

RemovePlays() public méthode

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