C# 클래스 Banshee.Sources.Gui.SourceView

파일 보기 프로젝트 열기: mono-soc-2011/banshee 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildColumns void
ConnectEvents void
Expand void
Expand void
IncrementPathForKeyPress bool
OnCursorChangedTimeout bool
OnRowChanged void
OnSourceRowInserted void
OnSourceRowRemoved void
OnSourceUserNotifyUpdated void
ResetSelection void
UpdateRow void
UpdateView bool

공개 메소드들

메소드 설명
BeginRenameSource ( Source source ) : void
HighlightIter ( Gtk.TreeIter iter ) : void
ResetHighlight ( ) : void
SourceView ( ) : System

보호된 메소드들

메소드 설명
OnButtonPressEvent ( Gdk press ) : bool
OnCursorChanged ( ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnKeyPressEvent ( Gdk press ) : bool
OnPopupMenu ( ) : bool
OnRowCollapsed ( Gtk.TreeIter iter, Gtk.TreePath path ) : void
OnRowExpanded ( Gtk.TreeIter iter, Gtk.TreePath path ) : void
OnStyleSet ( Gtk.Style old_style ) : void
SourceView ( IntPtr ptr ) : System

비공개 메소드들

메소드 설명
BuildColumns ( ) : void
ConnectEvents ( ) : void
Expand ( Source src ) : void
Expand ( Gtk.TreeIter iter ) : void
IncrementPathForKeyPress ( Gdk press, Gtk.TreePath path ) : bool
OnCursorChangedTimeout ( ) : bool
OnRowChanged ( object o, RowChangedArgs args ) : void
OnSourceRowInserted ( object o, Banshee.Sources.Gui.SourceRowEventArgs args ) : void
OnSourceRowRemoved ( object o, Banshee.Sources.Gui.SourceRowEventArgs args ) : void
OnSourceUserNotifyUpdated ( object o, EventArgs args ) : void
ResetSelection ( ) : void
UpdateRow ( Gtk.TreePath path, string text ) : void
UpdateView ( ) : bool

메소드 상세

BeginRenameSource() 공개 메소드

public BeginRenameSource ( Source source ) : void
source Source
리턴 void

HighlightIter() 공개 메소드

public HighlightIter ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
리턴 void

OnButtonPressEvent() 보호된 메소드

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

OnCursorChanged() 보호된 메소드

protected OnCursorChanged ( ) : void
리턴 void

OnExposeEvent() 보호된 메소드

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

OnKeyPressEvent() 보호된 메소드

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

OnPopupMenu() 보호된 메소드

protected OnPopupMenu ( ) : bool
리턴 bool

OnRowCollapsed() 보호된 메소드

protected OnRowCollapsed ( Gtk.TreeIter iter, Gtk.TreePath path ) : void
iter Gtk.TreeIter
path Gtk.TreePath
리턴 void

OnRowExpanded() 보호된 메소드

protected OnRowExpanded ( Gtk.TreeIter iter, Gtk.TreePath path ) : void
iter Gtk.TreeIter
path Gtk.TreePath
리턴 void

OnStyleSet() 보호된 메소드

protected OnStyleSet ( Gtk.Style old_style ) : void
old_style Gtk.Style
리턴 void

ResetHighlight() 공개 메소드

public ResetHighlight ( ) : void
리턴 void

SourceView() 공개 메소드

public SourceView ( ) : System
리턴 System

SourceView() 보호된 메소드

protected SourceView ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System