C# 클래스 GitStatistics.FormGitStatistics

상속: ResourceManager.GitExtensionsFormBase
파일 보기 프로젝트 열기: bleis-tift/gitextensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DirectoriesToIgnore string
WorkingDir DirectoryInfo

보호된 프로퍼티들

프로퍼티 타입 설명
DecentColors Color[]

공개 메소드들

메소드 설명
FormGitStatistics ( string codeFilePattern ) : System
Initialize ( ) : void

비공개 메소드들

메소드 설명
FormGitStatisticsShown ( object sender, EventArgs e ) : void
FormGitStatisticsSizeChanged ( object sender, EventArgs e ) : void
InitializeCommitCount ( ) : void
InitializeLinesOfCode ( ) : void
SetPieStyle ( PieChartControl pie ) : void
TabsSelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

FormGitStatistics() 공개 메소드

public FormGitStatistics ( string codeFilePattern ) : System
codeFilePattern string
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

프로퍼티 상세

DecentColors 보호되어 있는 프로퍼티

protected Color[] DecentColors
리턴 Color[]

DirectoriesToIgnore 공개적으로 프로퍼티

public string DirectoriesToIgnore
리턴 string

WorkingDir 공개적으로 프로퍼티

public DirectoryInfo WorkingDir
리턴 DirectoryInfo