C# Class MonoDevelop.VersionControl.Views.ChangeSetView

Inheritance: Gtk.ScrolledWindow
Mostrar archivo Open project: LogosBible/monodevelop

Public Properties

Property Type Description
DiffLoader DiffLoaderDelegate

Public Methods

Method Description
ChangeSetView ( ) : System
Clear ( ) : void
Load ( ChangeSet changeSet ) : void

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method Description
AppendFileInfo ( ChangeSetItem n ) : Gtk.TreeIter
CompareNodes ( Gtk model, Gtk a, Gtk b ) : int
FillDiffInfo ( Gtk.TreeIter iter, string file, DiffData ddata ) : void
FillDifs ( DiffData ddata ) : void
GetCurrentFiles ( ) : string[]
GetDiffData ( ) : DiffData
LoadDiffs ( ) : void
OnCursorChanged ( object o, EventArgs args ) : void
OnDiffLineActivated ( object o, EventArgs a ) : void
OnOpen ( ) : void
OnRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
OnTestExpandRow ( object sender, Gtk args ) : void
SetDiffCellData ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
SetFileDiff ( Gtk.TreeIter iter, string file ) : void
Update ( ) : void
UpdateControlStatus ( ) : void
UpdateSelectionStatus ( ) : void

Method Details

ChangeSetView() public method

public ChangeSetView ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

Load() public method

public Load ( ChangeSet changeSet ) : void
changeSet ChangeSet
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

Property Details

DiffLoader public_oe property

public DiffLoaderDelegate DiffLoader
return DiffLoaderDelegate