C# Class WikiFunctions.Controls.TypoStatsControl

Inheritance: NoFlickerExtendedListView
ファイルを表示 Open project: reedy/AutoWikiBrowser

Public Properties

Property Type Description
TotalTypos int

Private Properties

Property Type Description
CountStats void
InitializeComponent void
TestRegex void
contextMenu_Opening void
miClear_Click void
miCopyFind_Click void
miCopyReplace_Click void
miSaveLog_Click void

Public Methods

Method Description
ClearStats ( ) : void
TypoStatsControl ( ) : System.ComponentModel
UpdateStats ( IEnumerable stats, bool skipped ) : void

Updates statistics

Private Methods

Method Description
CountStats ( ) : void
InitializeComponent ( ) : void
TestRegex ( object sender, EventArgs e ) : void
contextMenu_Opening ( object sender, CancelEventArgs e ) : void
miClear_Click ( object sender, EventArgs e ) : void
miCopyFind_Click ( object sender, EventArgs e ) : void
miCopyReplace_Click ( object sender, EventArgs e ) : void
miSaveLog_Click ( object sender, EventArgs e ) : void

Method Details

ClearStats() public method

public ClearStats ( ) : void
return void

TypoStatsControl() public method

public TypoStatsControl ( ) : System.ComponentModel
return System.ComponentModel

UpdateStats() public method

Updates statistics
public UpdateStats ( IEnumerable stats, bool skipped ) : void
stats IEnumerable Results of typo processing on one page
skipped bool If true, the page was skipped, otherwise skipped
return void

Property Details

TotalTypos public_oe property

public int TotalTypos
return int