Plugin_Project_wxPython.PluginProjectWxPython

Module implementing the wxPython project plugin.

Classes

ProjectWxPythonPlugin Class implementing the wxPython project plugin.

Functions

apiFiles Module function to return the API files made available by this plugin.
prepareUninstall Module function to prepare for an uninstallation.


ProjectWxPythonPlugin

Class implementing the wxPython project plugin.

Derived from

QObject

Methods

ProjectWxPythonPlugin Constructor
__checkVersions Private function to check that the eric4 version is ok.
__initialize Private slot to (re)initialize the plugin.
__loadTranslator Private method to load the translation file.
activate Public method to activate this plugin.
deactivate Public method to deactivate this plugin.
fileTypesCallback Public method get the filetype associations of the wxPython project type.
prepareUninstall Public method to prepare for an uninstallation.

ProjectWxPythonPlugin (Constructor)

ProjectWxPythonPlugin(ui)

Constructor

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

ProjectWxPythonPlugin.__checkVersions

__checkVersions()

Private function to check that the eric4 version is ok.

Returns:
flag indicating version is ok (boolean)

ProjectWxPythonPlugin.__initialize

__initialize()

Private slot to (re)initialize the plugin.

ProjectWxPythonPlugin.__loadTranslator

__loadTranslator()

Private method to load the translation file.

ProjectWxPythonPlugin.activate

activate()

Public method to activate this plugin.

Returns:
tuple of None and activation status (boolean)

ProjectWxPythonPlugin.deactivate

deactivate()

Public method to deactivate this plugin.

ProjectWxPythonPlugin.fileTypesCallback

fileTypesCallback()

Public method get the filetype associations of the wxPython project type.

Returns:
dictionary with file type associations

ProjectWxPythonPlugin.prepareUninstall

prepareUninstall()

Public method to prepare for an uninstallation.

Up


apiFiles

apiFiles(language)

Module function to return the API files made available by this plugin.

Returns:
list of API filenames (list of string)
Up


prepareUninstall

prepareUninstall()

Module function to prepare for an uninstallation.

Up