C# Class LongoMatch.Gui.Component.PlaysSelectionWidget

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

Public Methods

Method Description
AddPlay ( TimelineEventLongoMatch play ) : void
PlaysSelectionWidget ( ) : System
RemovePlays ( List plays ) : void
SetProject ( ProjectLongoMatch project, EventsFilter filter ) : void

Protected Methods

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

Private Methods

Method Description
AddFilters ( ) : void
HandleClearClicked ( object sender, EventArgs e ) : void
LoadIcons ( ) : 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

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

PlaysSelectionWidget() public method

public PlaysSelectionWidget ( ) : System
return System

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 LongoMatch.Core.Common.EventsFilter
return void