C# Class Banshee.Sources.Gui.SourceView

Afficher le fichier Open project: mono-soc-2011/banshee Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public BeginRenameSource ( Source source ) : void
source Source
Résultat void

HighlightIter() public méthode

public HighlightIter ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
Résultat void

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk press ) : bool
press Gdk
Résultat bool

OnCursorChanged() protected méthode

protected OnCursorChanged ( ) : void
Résultat void

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk press ) : bool
press Gdk
Résultat bool

OnPopupMenu() protected méthode

protected OnPopupMenu ( ) : bool
Résultat bool

OnRowCollapsed() protected méthode

protected OnRowCollapsed ( Gtk.TreeIter iter, Gtk.TreePath path ) : void
iter Gtk.TreeIter
path Gtk.TreePath
Résultat void

OnRowExpanded() protected méthode

protected OnRowExpanded ( Gtk.TreeIter iter, Gtk.TreePath path ) : void
iter Gtk.TreeIter
path Gtk.TreePath
Résultat void

OnStyleSet() protected méthode

protected OnStyleSet ( Gtk.Style old_style ) : void
old_style Gtk.Style
Résultat void

ResetHighlight() public méthode

public ResetHighlight ( ) : void
Résultat void

SourceView() public méthode

public SourceView ( ) : System
Résultat System

SourceView() protected méthode

protected SourceView ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System