C# Class LongoMatch.Gui.Component.PlaysTreeView

Inheritance: ListTreeViewBase
ファイルを表示 Open project: LongoMatch/longomatch

Public Methods

Method Description
AddEvent ( TimelineEventLongoMatch evt, Gtk.TreeIter evtTter ) : Gtk.TreePath
PlaysTreeView ( ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
DisableDragInto ( Gtk.TreePath path, Gdk.DragContext context, uint time, TreeViewDropPosition pos ) : void
ShowEventTypeMenu ( VAS.Core.Store.EventType eventType, Gtk.TreePath paths ) : void

Method Details

AddEvent() public method

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

OnButtonPressEvent() protected method

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

OnButtonReleaseEvent() protected method

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

OnDragBegin() protected method

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

OnDragDrop() protected method

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

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

OnExpandCollapseCursorRow() protected method

protected OnExpandCollapseCursorRow ( bool logical, bool expand, bool open_all ) : bool
logical bool
expand bool
open_all bool
return bool

OnKeyPressEvent() protected method

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

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
return bool

PlaysTreeView() public method

public PlaysTreeView ( ) : System
return System

SelectFunction() protected method

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

SortFunction() protected method

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