C# Class WikiFunctions.Disambiguation.DabForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
Abort bool

Méthodes publiques

Méthode Description
DabForm ( Session session ) : System
Disambiguate ( string articleText, string articleTitle, string dabLink, string dabVariants, int contextChars, bool botMode, bool &skip ) : string

Displays a form that promts user for disambiguation if no disambiguation needed, immediately returns

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DabForm_KeyPress ( object sender, KeyPressEventArgs e ) : void
DabForm_Load ( object sender, EventArgs e ) : void
DabForm_Move ( object sender, EventArgs e ) : void
DabForm_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnUserInput ( object sender, EventArgs e ) : void
btnArticle_Click ( object sender, EventArgs e ) : void
btnResetAll_Click ( object sender, EventArgs e ) : void
btnUndoAll_Click ( object sender, EventArgs e ) : void
editInBrowserToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openInBrowserToolStripMenuItem_Click ( object sender, EventArgs e ) : void
unwatchToolStripMenuItem_Click ( object sender, EventArgs e ) : void
watchToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

DabForm() public méthode

public DabForm ( Session session ) : System
session Session
Résultat System

Disambiguate() public méthode

Displays a form that promts user for disambiguation if no disambiguation needed, immediately returns
public Disambiguate ( string articleText, string articleTitle, string dabLink, string dabVariants, int contextChars, bool botMode, bool &skip ) : string
articleText string The wiki text of the article.
articleTitle string Title of the article
dabLink string link to be disambiguated
dabVariants string variants of disambiguation
contextChars int number of chars each side from link in the context box
botMode bool whether AWB saves pages automatically
skip bool returns true when no disambiguation made
Résultat string

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

Abort public_oe property

if true, all processing should be immediately halted
public bool Abort
Résultat bool