C# Class LongoMatch.Gui.Component.PlaysPositionViewer

Inheritance: Gtk.Bin
ファイルを表示 Open project: LongoMatch/longomatch

Public Methods

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

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method Description
HandlePlayLoaded ( EventLoadedEvent e ) : void
HandleShowMenuEvent ( IEnumerable plays ) : void

Method Details

AddPlay() public method

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

LoadProject() public method

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

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

PlaysPositionViewer() public method

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

RemovePlays() public method

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