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

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

공개 메소드들

메소드 설명
PlayersTreeView ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool
SelectFunction ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool selected ) : bool
SortFunction ( TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b ) : int

비공개 메소드들

메소드 설명
ShowPlayerMenu ( Gtk.TreePath paths ) : void

메소드 상세

OnButtonPressEvent() 보호된 메소드

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

OnButtonReleaseEvent() 보호된 메소드

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

OnKeyPressEvent() 보호된 메소드

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

PlayersTreeView() 공개 메소드

public PlayersTreeView ( ) : System.Collections.Generic
리턴 System.Collections.Generic

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