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

파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

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

메소드 상세

EventsListFromPaths() 공개 정적인 메소드

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.
리턴 List

GetValue() 공개 정적인 메소드

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