C# Class LongoMatch.Gui.Component.PlaysTreeView

Inheritance: ListTreeViewBase
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
AddEvent ( TimelineEventLongoMatch evt, Gtk.TreeIter evtTter ) : Gtk.TreePath
PlaysTreeView ( ) : System

Méthodes protégées

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

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

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

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

OnDragBegin() protected méthode

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

OnDragDrop() protected méthode

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

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

OnExpandCollapseCursorRow() protected méthode

protected OnExpandCollapseCursorRow ( bool logical, bool expand, bool open_all ) : bool
logical bool
expand bool
open_all bool
Résultat bool

OnKeyPressEvent() protected méthode

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

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
Résultat bool

PlaysTreeView() public méthode

public PlaysTreeView ( ) : System
Résultat System

SelectFunction() protected méthode

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

SortFunction() protected méthode

protected SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int
model TreeModel
a Gtk.TreeIter
b Gtk.TreeIter
Résultat int