C# 클래스 LongoMatch.Gui.Component.PlayListTreeView

상속: Gtk.TreeView
파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
PlayListTreeView ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

OnButtonPressEvent() 보호된 메소드

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnButtonReleaseEvent() 보호된 메소드

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

OnDragBegin() 보호된 메소드

protected OnDragBegin ( Gdk.DragContext context ) : void
context Gdk.DragContext
리턴 void

OnDragDataReceived() 보호된 메소드

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
리턴 void

OnDragEnd() 보호된 메소드

protected OnDragEnd ( Gdk.DragContext context ) : void
context Gdk.DragContext
리턴 void

OnDragMotion() 보호된 메소드

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

OnKeyPressEvent() 보호된 메소드

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

PlayListTreeView() 공개 메소드

public PlayListTreeView ( ) : System
리턴 System