C# Class LongoMatch.Gui.Component.PlayListTreeView

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

Public Methods

Method Description
PlayListTreeView ( ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnDestroyed ( ) : void
OnDragBegin ( Gdk.DragContext context ) : void
OnDragDataReceived ( Gdk.DragContext context, int x, int y, Gtk.SelectionData selection, uint info, uint time ) : void
OnDragEnd ( Gdk.DragContext context ) : void
OnDragMotion ( Gdk.DragContext context, int x, int y, uint time ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool

Private Methods

Method Description
AddPlaylist ( Playlist playlist, int index ) : void
Cleanup ( ) : void
DisableDragInto ( Gtk.TreePath path, Gdk.DragContext context, uint time, TreeViewDropPosition pos ) : void
FillElementAndPlaylist ( Gtk.TreeIter iter, Playlist &playlist, IPlaylistElement &element ) : void
HandlePlaylistElementsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
HandleProjectPlaylistsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RemovePlaylist ( Playlist playlist, int index ) : void
RenderElement ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
ShowPlaylistElementMenu ( Playlist playlist, IPlaylistElement element ) : void
ShowPlaylistMenu ( Playlist playlist ) : void

Method Details

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnDragBegin() protected method

protected OnDragBegin ( Gdk.DragContext context ) : void
context Gdk.DragContext
return void

OnDragDataReceived() protected method

protected OnDragDataReceived ( Gdk.DragContext context, int x, int y, Gtk.SelectionData selection, uint info, uint time ) : void
context Gdk.DragContext
x int
y int
selection Gtk.SelectionData
info uint
time uint
return void

OnDragEnd() protected method

protected OnDragEnd ( Gdk.DragContext context ) : void
context Gdk.DragContext
return void

OnDragMotion() protected method

protected OnDragMotion ( Gdk.DragContext context, int x, int y, uint time ) : bool
context Gdk.DragContext
x int
y int
time uint
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

PlayListTreeView() public method

public PlayListTreeView ( ) : System
return System