C# Class Banshee.Sources.Gui.SourceView

Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
BeginRenameSource ( Source source ) : void
HighlightIter ( Gtk.TreeIter iter ) : void
ResetHighlight ( ) : void
SourceView ( ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

BeginRenameSource() public method

public BeginRenameSource ( Source source ) : void
source Source
return void

HighlightIter() public method

public HighlightIter ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
return void

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk press ) : bool
press Gdk
return bool

OnCursorChanged() protected method

protected OnCursorChanged ( ) : void
return void

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk press ) : bool
press Gdk
return bool

OnPopupMenu() protected method

protected OnPopupMenu ( ) : bool
return bool

OnRowCollapsed() protected method

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

OnRowExpanded() protected method

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

OnStyleSet() protected method

protected OnStyleSet ( Gtk.Style old_style ) : void
old_style Gtk.Style
return void

ResetHighlight() public method

public ResetHighlight ( ) : void
return void

SourceView() public method

public SourceView ( ) : System
return System

SourceView() protected method

protected SourceView ( IntPtr ptr ) : System
ptr System.IntPtr
return System