C# Class LongoMatch.Gui.Component.PlayListTreeView

Inheritance: Gtk.TreeView
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
PlayListTreeView ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnDragBegin() protected méthode

protected OnDragBegin ( Gdk.DragContext context ) : void
context Gdk.DragContext
Résultat void

OnDragDataReceived() protected méthode

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
Résultat void

OnDragEnd() protected méthode

protected OnDragEnd ( Gdk.DragContext context ) : void
context Gdk.DragContext
Résultat void

OnDragMotion() protected méthode

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

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

PlayListTreeView() public méthode

public PlayListTreeView ( ) : System
Résultat System