C# Class ConfigToggle.PluginMain

Inheritance: IPlugin
Show file Open project: Koshmaar/ConfigToggle Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddEventHandlers ( ) : void

Adds the required event handlers

CreateMenuItem ( ) : void

Creates a menu item for the plugin and adds a ignored key

CreatePluginPanel ( ) : void

Creates a plugin panel for the plugin

Dispose ( ) : void

Disposes the plugin

HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void

Handles the incoming events

InitBasics ( ) : void

Initializes important variables

InitLocalization ( ) : void

Initializes the localization of the plugin

Initialize ( ) : void

Initializes the plugin

LoadSettings ( ) : void

Loads the plugin settings

OpenPanel ( Object sender, System e ) : void

Opens the plugin panel if closed

SaveSettings ( ) : void

Saves the plugin settings

Method Details

AddEventHandlers() public method

Adds the required event handlers
public AddEventHandlers ( ) : void
return void

CreateMenuItem() public method

Creates a menu item for the plugin and adds a ignored key
public CreateMenuItem ( ) : void
return void

CreatePluginPanel() public method

Creates a plugin panel for the plugin
public CreatePluginPanel ( ) : void
return void

Dispose() public method

Disposes the plugin
public Dispose ( ) : void
return void

HandleEvent() public method

Handles the incoming events
public HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void
sender Object
e PluginCore.NotifyEvent
prority HandlingPriority
return void

InitBasics() public method

Initializes important variables
public InitBasics ( ) : void
return void

InitLocalization() public method

Initializes the localization of the plugin
public InitLocalization ( ) : void
return void

Initialize() public method

Initializes the plugin
public Initialize ( ) : void
return void

LoadSettings() public method

Loads the plugin settings
public LoadSettings ( ) : void
return void

OpenPanel() public method

Opens the plugin panel if closed
public OpenPanel ( Object sender, System e ) : void
sender Object
e System
return void

SaveSettings() public method

Saves the plugin settings
public SaveSettings ( ) : void
return void