C# Class GitScc.StatusBar.GitStatusBarManager

Inheritance: IOleCommandTarget
Afficher le fichier Open project: jzoss/Git-Source-Control-Provider

Méthodes protégées

Méthode Description
GitStatusBarManager ( System.Guid commandSetGuid, int branchMenuCmId, int branchCommandMenuCmId, int repositoryCommandMenuCmId, IServiceContainer serviceProvider, IStatusBarService statusBarService ) : System
LoadBranchCommands ( List commands ) : System.Threading.Tasks.Task
LoadBranches ( List branchNames ) : System.Threading.Tasks.Task
LoadRepositoryCommands ( List commands ) : System.Threading.Tasks.Task
OnBranchCommandSelection ( string command ) : System.Threading.Tasks.Task
OnBranchSelection ( string command ) : System.Threading.Tasks.Task
OnRepositoryCommandSelection ( string command ) : System.Threading.Tasks.Task
UpdateBranchMenu ( ) : System.Threading.Tasks.Task
UpdateRepsitoryCommands ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
IOleCommandTarget ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
IOleCommandTarget ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
OnBranchCommandSelection ( object sender, EventArgs e ) : void
OnBranchSelection ( object sender, EventArgs e ) : void
OnRepositoryCommandSelection ( object sender, EventArgs e ) : void
TryParseBranchCommand ( uint cmdId, string &label ) : bool
TryParseBranchName ( uint cmdId, string &label ) : bool
TryParseCommandName ( Microsoft.VisualStudio.Shell.OleMenuCommand menuCommand, int cmId, MenuCommand>.List commands, string &commandText ) : bool
TryParseRepositoryCommand ( uint cmdId, string &label ) : bool

Method Details

GitStatusBarManager() protected méthode

protected GitStatusBarManager ( System.Guid commandSetGuid, int branchMenuCmId, int branchCommandMenuCmId, int repositoryCommandMenuCmId, IServiceContainer serviceProvider, IStatusBarService statusBarService ) : System
commandSetGuid System.Guid
branchMenuCmId int
branchCommandMenuCmId int
repositoryCommandMenuCmId int
serviceProvider IServiceContainer
statusBarService IStatusBarService
Résultat System

LoadBranchCommands() protected méthode

protected LoadBranchCommands ( List commands ) : System.Threading.Tasks.Task
commands List
Résultat System.Threading.Tasks.Task

LoadBranches() protected méthode

protected LoadBranches ( List branchNames ) : System.Threading.Tasks.Task
branchNames List
Résultat System.Threading.Tasks.Task

LoadRepositoryCommands() protected méthode

protected LoadRepositoryCommands ( List commands ) : System.Threading.Tasks.Task
commands List
Résultat System.Threading.Tasks.Task

OnBranchCommandSelection() protected abstract méthode

protected abstract OnBranchCommandSelection ( string command ) : System.Threading.Tasks.Task
command string
Résultat System.Threading.Tasks.Task

OnBranchSelection() protected abstract méthode

protected abstract OnBranchSelection ( string command ) : System.Threading.Tasks.Task
command string
Résultat System.Threading.Tasks.Task

OnRepositoryCommandSelection() protected abstract méthode

protected abstract OnRepositoryCommandSelection ( string command ) : System.Threading.Tasks.Task
command string
Résultat System.Threading.Tasks.Task

UpdateBranchMenu() protected abstract méthode

protected abstract UpdateBranchMenu ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

UpdateRepsitoryCommands() protected abstract méthode

protected abstract UpdateRepsitoryCommands ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task