C# Class LongoMatch.Gui.Menus.EventTypeMenu

Inheritance: Gtk.Menu
显示文件 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
EventTypeMenu ( ) : System
ShowMenu ( ProjectLongoMatch project, EventType eventType, IList events ) : void

Private Methods

Method Description
FillMenu ( ) : void
HandleExportEvents ( object sender, EventArgs e ) : void
OnSortActivated ( object o, EventArgs args ) : void
SetupSortMenu ( ) : void

Method Details

EventTypeMenu() public method

public EventTypeMenu ( ) : System
return System

ShowMenu() public method

public ShowMenu ( ProjectLongoMatch project, EventType eventType, IList events ) : void
project LongoMatch.Core.Store.ProjectLongoMatch
eventType LongoMatch.Core.Store.EventType
events IList
return void