C# Class AutoWikiBrowser.Plugins.Delinker.DelinkerAWBPlugin

Inheritance: IAWBPlugin
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
Initialise ( IAutoWikiBrowser sender ) : void
LoadSettings ( object prefs ) : void
Nudge ( bool &cancel ) : void
Nudged ( int nudges ) : void
ProcessArticle ( IAutoWikiBrowser sender, IProcessArticleEventArgs eventargs ) : string
Reset ( ) : void
SaveSettings ( ) : object[]

Private Methods

Méthode Description
AboutMenuItemClicked ( object o, EventArgs e ) : void
GenerateRegexes ( ) : void
PluginEnabledCheckedChange ( object sender, EventArgs e ) : void
R4Evaluator ( Match match ) : string
RemoveSection ( string articleText ) : string
ShowSettings ( object sender, EventArgs e ) : void

Method Details

Initialise() public méthode

public Initialise ( IAutoWikiBrowser sender ) : void
sender IAutoWikiBrowser
Résultat void

LoadSettings() public méthode

public LoadSettings ( object prefs ) : void
prefs object
Résultat void

Nudge() public méthode

public Nudge ( bool &cancel ) : void
cancel bool
Résultat void

Nudged() public méthode

public Nudged ( int nudges ) : void
nudges int
Résultat void

ProcessArticle() public méthode

public ProcessArticle ( IAutoWikiBrowser sender, IProcessArticleEventArgs eventargs ) : string
sender IAutoWikiBrowser
eventargs IProcessArticleEventArgs
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : object[]
Résultat object[]