Home ⌂Doc Index ◂Up ▴

eric6.Plugins.PluginWizardSetup

Module implementing the setup.py wizard plug-in.

Global Attributes

author
autoactivate
className
deactivateable
error
longDescription
name
needsRestart
packageName
pyqtApi
shortDescription
version

Classes

SetupWizard Class implementing the setup.py wizard plug-in.

Functions

None


SetupWizard

Class implementing the setup.py wizard plug-in.

Derived from

QObject

Class Attributes

None

Class Methods

None

Methods

SetupWizard Constructor
__callForm Private method to display a dialog and get the code.
__handle Private method to handle the wizards action.
__initAction Private method to initialize the action.
__initMenu Private method to add the actions to the right menu.
__initialize Private slot to (re)initialize the plug-in.
activate Public method to activate this plug-in.
deactivate Public method to deactivate this plug-in.

Static Methods

None

SetupWizard (Constructor)

SetupWizard(ui)

Constructor

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

SetupWizard.__callForm

__callForm(editor)

Private method to display a dialog and get the code.

editor
reference to the current editor
Returns:
the generated code (string)

SetupWizard.__handle

__handle()

Private method to handle the wizards action.

SetupWizard.__initAction

__initAction()

Private method to initialize the action.

SetupWizard.__initMenu

__initMenu()

Private method to add the actions to the right menu.

SetupWizard.__initialize

__initialize()

Private slot to (re)initialize the plug-in.

SetupWizard.activate

activate()

Public method to activate this plug-in.

Returns:
tuple of None and activation status (boolean)

SetupWizard.deactivate

deactivate()

Public method to deactivate this plug-in.

Up



Home ⌂Doc Index ◂Up ▴