eric7.Plugins.WizardPlugins.EricPluginWizard.Templates

Class documentation goes here.

Global Attributes

__header__
error
mainTemplate

Classes

None

Functions

__init__ Constructor
activate Public method to activate this plug-in.
deactivate Module function returning data as required by the configuration dialog.
getPreferences Public method to retrieve the various settings values.
prepareUninstall Module function to prepare for an un-installation.
setPreferences Module function to return the API files made available by this plug-in.


__init__

__init__(self, ui)

Constructor

ui (UI.UserInterface)
reference to the user interface object
Up


activate

activate(self)

Public method to activate this plug-in.

Return:
tuple of None and activation status
Return Type:
bool
Up


deactivate

deactivate(self)

Module function returning data as required by the configuration dialog.

Return:
dictionary containing the relevant data
Return Type:
dict
Up


getPreferences

getPreferences(self, key)

Public method to retrieve the various settings values.

key (str)
the key of the value to get
Return:
the requested setting value
Return Type:
Any
Up


prepareUninstall

prepareUninstall()

Module function to prepare for an un-installation.

Up


setPreferences

setPreferences(self, key, value)

Module function to return the API files made available by this plug-in.

language (str)
language to get APIs for
Return:
list of API filenames
Return Type:
list of str
Up