C# Class LongoMatch.Gui.Menus.PlaylistElementMenu

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

Public Methods

Method Description
PlaylistElementMenu ( Gtk.Widget widget, Playlist playlist, List elements ) : System.Collections.Generic
Popup ( ) : void

Private Methods

Method Description
AddImage ( IPlaylistElement element, bool prepend ) : void
AddVideo ( IPlaylistElement element, bool prepend ) : void
CreateExternalsMenu ( IPlaylistElement element, bool prepend ) : Gtk.Menu
CreateMenu ( ) : void

Method Details

PlaylistElementMenu() public method

public PlaylistElementMenu ( Gtk.Widget widget, Playlist playlist, List elements ) : System.Collections.Generic
widget Gtk.Widget
playlist Playlist
elements List
return System.Collections.Generic

Popup() public method

public Popup ( ) : void
return void