C# 클래스 WikiFunctions.Disambiguation.DabForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Abort bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

DabForm() 공개 메소드

public DabForm ( Session session ) : System
session Session
리턴 System

Disambiguate() 공개 메소드

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
리턴 string

Dispose() 보호된 메소드

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

프로퍼티 상세

Abort 공개적으로 프로퍼티

if true, all processing should be immediately halted
public bool Abort
리턴 bool