eric7.Plugins.PluginEricapi

Module implementing the Ericapi plugin.

Global Attributes

__header__
error

Classes

EricapiPlugin Class implementing the Ericapi plugin.

Functions

exeDisplayData Public method to support the display of some executable info.


EricapiPlugin

Class implementing the Ericapi plugin.

Derived from

QObject

Class Attributes

None

Class Methods

None

Methods

EricapiPlugin Constructor
__doEricapi Private slot to perform the eric7_api api generation.
__initialize Private slot to (re)initialize the plugin.
__projectShowMenu
activate Public method to activate this plugin.
deactivate Public method to deactivate this plugin.

Static Methods

None

EricapiPlugin (Constructor)

EricapiPlugin(ui)

Constructor

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

EricapiPlugin.__doEricapi

__doEricapi()

Private slot to perform the eric7_api api generation.

EricapiPlugin.__initialize

__initialize()

Private slot to (re)initialize the plugin.

EricapiPlugin.__projectShowMenu

__projectShowMenu(menuName, menu)

EricapiPlugin.activate

activate()

Public method to activate this plugin.

Return:
tuple of None and activation status (boolean)

EricapiPlugin.deactivate

deactivate()

Public method to deactivate this plugin.

Up


exeDisplayData

exeDisplayData()

Public method to support the display of some executable info.

Return:
dictionary containing the data to query the presence of the executable
Up