C# Class LongoMatch.Gui.Menus.SportsPlaysMenu

Inheritance: PlaysMenu
显示文件 Open project: LongoMatch/longomatch Class Usage Examples

Protected Methods

Method Description
CreateMenu ( ) : void
PrepareMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
ShowMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void

Private Methods

Method Description
IsLineupEvent ( ) : bool

Method Details

CreateMenu() protected method

protected CreateMenu ( ) : void
return void

PrepareMenu() protected method

protected PrepareMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
project Project
plays IEnumerable
eventType LongoMatch.Core.Store.EventType
time LongoMatch.Core.Store.Time
eventTypes IList
editableName bool
return void

ShowMenu() protected method

protected ShowMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
project Project
plays IEnumerable
eventType LongoMatch.Core.Store.EventType
time LongoMatch.Core.Store.Time
eventTypes IList
editableName bool
return void