Méthode |
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 |
|
|