C# Class MonoDevelop.VersionControl.Views.LogWidget

Inheritance: Gtk.Bin
Mostrar archivo Open project: LogosBible/monodevelop Class Usage Examples

Private Properties

Property Type Description
AuthorFunc void
AuthorIconFunc void
DateFunc void
EscapeWithFilterMarker string
GraphFunc void
HandleSearchEntryFilterChanged void
HandleTreeviewFilesDiffLineActivated void
HandleTreeviewFilesTestExpandRow void
MatchesFilter bool
MessageFunc void
OnLabelRevisionButtonPressEvent void
RefreshClicked void
RevertRevisionClicked void
RevertToRevisionClicked void
RevisionFunc void
SetDiffCellData void
SetToolbar void
TreeSelectionChanged void
UpdateHistory void

Public Methods

Method Description
Destroy ( ) : void
LogWidget ( MonoDevelop.VersionControl.Views.VersionControlDocumentInfo info ) : System
ShowLoading ( ) : void

Protected Methods

Method Description
OnRealized ( ) : void
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
AuthorFunc ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
AuthorIconFunc ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
DateFunc ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
EscapeWithFilterMarker ( string txt ) : string
GraphFunc ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
HandleSearchEntryFilterChanged ( object sender, EventArgs e ) : void
HandleTreeviewFilesDiffLineActivated ( object sender, EventArgs e ) : void
HandleTreeviewFilesTestExpandRow ( object o, Gtk.TestExpandRowArgs args ) : void
MatchesFilter ( Revision rev ) : bool
MessageFunc ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
OnLabelRevisionButtonPressEvent ( object o, Gtk args ) : void
RefreshClicked ( object src, EventArgs args ) : void
RevertRevisionClicked ( object src, EventArgs args ) : void
RevertToRevisionClicked ( object src, EventArgs args ) : void
RevisionFunc ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
SetDiffCellData ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
SetToolbar ( MonoDevelop.Ide.Gui.DocumentToolbar toolbar ) : void
TreeSelectionChanged ( object o, EventArgs args ) : void
UpdateHistory ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

LogWidget() public method

public LogWidget ( MonoDevelop.VersionControl.Views.VersionControlDocumentInfo info ) : System
info MonoDevelop.VersionControl.Views.VersionControlDocumentInfo
return System

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

ShowLoading() public method

public ShowLoading ( ) : void
return void