C# Class MonoDevelop.VersionControl.Views.LogWidget

Inheritance: Gtk.Bin
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
Destroy ( ) : void
LogWidget ( MonoDevelop.VersionControl.Views.VersionControlDocumentInfo info ) : System
ShowLoading ( ) : void

Méthodes protégées

Méthode Description
OnRealized ( ) : void
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

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

public Destroy ( ) : void
Résultat void

LogWidget() public méthode

public LogWidget ( MonoDevelop.VersionControl.Views.VersionControlDocumentInfo info ) : System
info MonoDevelop.VersionControl.Views.VersionControlDocumentInfo
Résultat System

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

ShowLoading() public méthode

public ShowLoading ( ) : void
Résultat void