C# Class LongoMatch.Gui.Component.TreeViewHelpers

ファイルを表示 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
EventsListFromPaths ( TreeModel model, Gtk.TreePath paths ) : List

Fill a list of events from a list of paths, if the first and unique path is an EventType the list is filled with al the child events in this EventType category.

GetValue ( this model, Gtk.TreePath path, int col ) : object

Returns the value in the path for the given model

Method Details

EventsListFromPaths() public static method

Fill a list of events from a list of paths, if the first and unique path is an EventType the list is filled with al the child events in this EventType category.
public static EventsListFromPaths ( TreeModel model, Gtk.TreePath paths ) : List
model TreeModel Model.
paths Gtk.TreePath Paths.
return List

GetValue() public static method

Returns the value in the path for the given model
public static GetValue ( this model, Gtk.TreePath path, int col ) : object
model this Model.
path Gtk.TreePath Path.
col int
return object