C# Class vsCCM.ccmControl

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: jonasblunck/ccm

Public Methods

Method Description
Initialize ( DTE2 applicationObject ) : void
analyzeFile_Click ( object sender, EventArgs e ) : void
analyzeProject_Click ( object sender, EventArgs e ) : void
analyzeSolution_Click ( object sender, EventArgs e ) : void
ccmControl ( ) : System

Private Methods

Method Description
About_Click ( object sender, EventArgs e ) : void
AnalyzeCurrentFile ( ) : void
AnalyzeCurrentProject ( ) : void
AnalyzeDroppedFiles ( ) : void
AnalyzeFile ( string file ) : void
AnalyzeFileInBackgroundThread ( object filename ) : void
AnalyzeFolder ( string folder, ConfigurationFile configFile ) : void
AnalyzeSolution ( ) : void
GetConfigurationFile ( ) : ConfigurationFile
GetNumMetrics ( ) : int
IsCandidateForComplexityAnalysis ( ProjectItem item, ConfigurationFile config ) : bool
OnCopyToClipboard ( object sender, EventArgs e ) : void
RunFunctionAndUpdateUI ( Function function ) : void
SelectNumMetricsToShow_Click ( object sender, EventArgs e ) : void
UpdateUI ( List metrics ) : void
listView_ColumnClick ( object sender, ColumnClickEventArgs e ) : void
listView_DoubleClick ( object sender, EventArgs e ) : void
listView_DragDrop ( object sender, DragEventArgs e ) : void
listView_DragEnter ( object sender, DragEventArgs e ) : void

Method Details

Initialize() public method

public Initialize ( DTE2 applicationObject ) : void
applicationObject DTE2
return void

analyzeFile_Click() public method

public analyzeFile_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

analyzeProject_Click() public method

public analyzeProject_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

analyzeSolution_Click() public method

public analyzeSolution_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ccmControl() public method

public ccmControl ( ) : System
return System