C# 클래스 MonoDevelop.VersionControl.Views.StatusView

상속: BaseView
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetSelectedItems ( ) : VersionControlItemList
Show ( VersionControlItemList items, bool test, bool solution ) : bool
StatusView ( string filepath, Repository vc, VersionControlItemList list ) : System

보호된 메소드들

메소드 설명
OnWorkbenchWindowChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetSelectedItems() 공개 메소드

public GetSelectedItems ( ) : VersionControlItemList
리턴 VersionControlItemList

OnWorkbenchWindowChanged() 보호된 메소드

protected OnWorkbenchWindowChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

Show() 공개 정적인 메소드

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

StatusView() 공개 메소드

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