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

상속: ListTreeViewBase
파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
AddEvent ( TimelineEventLongoMatch evt, Gtk.TreeIter evtTter ) : Gtk.TreePath
PlaysTreeView ( ) : System

보호된 메소드들

메소드 설명
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnDragBegin ( Gdk.DragContext context ) : void
OnDragDrop ( Gdk.DragContext context, int x, int y, uint time ) : bool
OnDragMotion ( Gdk.DragContext context, int x, int y, uint time ) : bool
OnExpandCollapseCursorRow ( bool logical, bool expand, bool open_all ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
SelectFunction ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool selected ) : bool
SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int

비공개 메소드들

메소드 설명
DisableDragInto ( Gtk.TreePath path, Gdk.DragContext context, uint time, TreeViewDropPosition pos ) : void
ShowEventTypeMenu ( VAS.Core.Store.EventType eventType, Gtk.TreePath paths ) : void

메소드 상세

AddEvent() 공개 메소드

public AddEvent ( TimelineEventLongoMatch evt, Gtk.TreeIter evtTter ) : Gtk.TreePath
evt LongoMatch.Core.Store.TimelineEventLongoMatch
evtTter Gtk.TreeIter
리턴 Gtk.TreePath

OnButtonPressEvent() 보호된 메소드

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

OnButtonReleaseEvent() 보호된 메소드

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

OnDragBegin() 보호된 메소드

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

OnDragDrop() 보호된 메소드

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

OnDragMotion() 보호된 메소드

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

OnExpandCollapseCursorRow() 보호된 메소드

protected OnExpandCollapseCursorRow ( bool logical, bool expand, bool open_all ) : bool
logical bool
expand bool
open_all bool
리턴 bool

OnKeyPressEvent() 보호된 메소드

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

OnMotionNotifyEvent() 보호된 메소드

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
리턴 bool

PlaysTreeView() 공개 메소드

public PlaysTreeView ( ) : System
리턴 System

SelectFunction() 보호된 메소드

protected SelectFunction ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool selected ) : bool
selection Gtk.TreeSelection
model TreeModel
path Gtk.TreePath
selected bool
리턴 bool

SortFunction() 보호된 메소드

protected SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int
model TreeModel
a Gtk.TreeIter
b Gtk.TreeIter
리턴 int