C# Class MonoDevelop.VersionControl.Views.StatusView

Inheritance: BaseView
Mostra file Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetSelectedItems ( ) : VersionControlItemList
Show ( VersionControlItemList items, bool test, bool solution ) : bool
StatusView ( string filepath, Repository vc, VersionControlItemList list ) : System

Protected Methods

Method Description
OnWorkbenchWindowChanged ( EventArgs e ) : void

Private Methods

Method Description
AppendFileInfo ( VersionInfo n ) : Gtk.TreeIter
BringStatusViewToFront ( string filepath ) : bool
CompareNodes ( Gtk model, Gtk a, Gtk b ) : int
DoPopupMenu ( Gdk evnt ) : void
FileVisible ( VersionInfo vinfo ) : bool
FillDiffInfo ( Gtk.TreeIter iter, string file, List ddata ) : void
FillDifs ( List ddata ) : void
GetCommitMessage ( string file ) : string
GetCurrentFiles ( ) : string[]
GetDiffData ( bool remote ) : List
GetVersionInfo ( string file ) : VersionInfo
Init ( ) : void
LoadStatus ( List newList ) : void
OnCollapseAll ( object s, EventArgs args ) : void
OnCommitClicked ( object src, EventArgs args ) : void
OnCommitTextChanged ( object o, EventArgs args ) : void
OnCommitToggledHandler ( object o, Gtk.ToggledArgs args ) : void
OnCopy ( ) : void
OnCreatePatch ( object s, EventArgs args ) : void

Handler for "Create Patch" toolbar button click.

OnCursorChanged ( object o, EventArgs args ) : void
OnDiffLineActivated ( object o, EventArgs a ) : void
OnExpandAll ( object s, EventArgs args ) : void
OnFileStatusChanged ( FileUpdateEventInfo args ) : bool
OnFileStatusChanged ( object s, FileUpdateEventArgs args ) : void
OnOpen ( object s, EventArgs args ) : void
OnRefresh ( object s, EventArgs args ) : void
OnRevert ( object s, EventArgs args ) : void
OnRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
OnSelectAll ( object s, EventArgs args ) : void
OnSelectNone ( object s, EventArgs args ) : void
OnShowRemoteStatusClicked ( object src, EventArgs args ) : void
OnTestExpandRow ( object sender, Gtk args ) : void
ParseCommandId ( Mono.Addins.ExtensionNode codon ) : object
SetCommitMessage ( string file, string text ) : void
SetDiffCellData ( Gtk tree_column, Gtk cell, Gtk model, Gtk iter ) : void
StartUpdate ( ) : void
Update ( ) : void
UpdateControlStatus ( ) : void
UpdateSelectionStatus ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSelectedItems() public method

public GetSelectedItems ( ) : VersionControlItemList
return VersionControlItemList

OnWorkbenchWindowChanged() protected method

protected OnWorkbenchWindowChanged ( EventArgs e ) : void
e System.EventArgs
return void

Show() public static method

public static Show ( VersionControlItemList items, bool test, bool solution ) : bool
items VersionControlItemList
test bool
solution bool
return bool

StatusView() public method

public StatusView ( string filepath, Repository vc, VersionControlItemList list ) : System
filepath string
vc Repository
list VersionControlItemList
return System