C# Class GitUI.CommitInfo

Mostra file Open project: bleis-tift/gitextensions Class Usage Examples

Public Methods

Method Description
CommitInfo ( ) : System
SetRevision ( string revision ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetBranchesWhichContainsThisCommit ( string revision ) : string
GetTagsWhichContainsThisCommit ( string revision ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadAuthorImage ( ) : void
ReloadCommitInfo ( ) : void
ResetTextAndImage ( ) : void
RevisionInfoLinkClicked ( object sender, LinkClickedEventArgs e ) : void
copyCommitInfoToolStripMenuItem_Click ( object sender, EventArgs e ) : void
loadBranchInfo ( string _revision ) : void
loadTagInfo ( string _revision ) : void
showContainedInBranchesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showContainedInTagsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
tableLayout_Paint ( object sender, PaintEventArgs e ) : void
updateText ( ) : void

Method Details

CommitInfo() public method

public CommitInfo ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SetRevision() public method

public SetRevision ( string revision ) : void
revision string
return void