C# Class AutoWikiBrowser.Plugins.CFD.CfdAWBPlugin

Inheritance: IAWBPlugin
Datei anzeigen Open project: reedy/AutoWikiBrowser

Private Properties

Property Type Description
AboutMenuItemClicked void
PluginEnabledCheckedChange void
ShowSettings void

Public Methods

Method 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

Method Description
AboutMenuItemClicked ( Object sender, EventArgs e ) : void
PluginEnabledCheckedChange ( object sender, EventArgs e ) : void
ShowSettings ( object sender, EventArgs e ) : void

Method Details

Initialise() public method

public Initialise ( IAutoWikiBrowser sender ) : void
sender IAutoWikiBrowser
return void

LoadSettings() public method

public LoadSettings ( object prefs ) : void
prefs object
return void

Nudge() public method

public Nudge ( bool &cancel ) : void
cancel bool
return void

Nudged() public method

public Nudged ( int nudges ) : void
nudges int
return void

ProcessArticle() public method

public ProcessArticle ( IAutoWikiBrowser sender, IProcessArticleEventArgs eventargs ) : string
sender IAutoWikiBrowser
eventargs IProcessArticleEventArgs
return string

Reset() public method

public Reset ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : object[]
return object[]