Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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
|
public HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void | ||
sender | Object | |
e | PluginCore.NotifyEvent | |
prority | HandlingPriority | |
Результат | void |
public OpenPanel ( Object sender, System e ) : void | ||
sender | Object | |
e | System | |
Результат | void |