eric3.Packagers.__init__

Package implementing interfaces to packaging tools.

It implements the high level interface and all the supporting dialogs for the supported packagers.

Classes

Packagers Class implementing the high level interface.

Functions

None


Packagers

Class implementing the high level interface.

Derived from

QObject

Methods

Packagers Constructor
getActions Public method to get a list of all actions.
handleCxfreeze Private slot to handle the cxfreeze execution.
initActions Private method to initialize the packagers actions.
initMenu Private method called to build the project packagers submenu.

Packagers (Constructor)

Packagers(project, parent)

Constructor

project
project object of the current project
parent
parent object of this class (QObject)

Packagers.getActions

getActions()

Public method to get a list of all actions.

Returns:
list of all actions (list of E3Action)

Packagers.handleCxfreeze

handleCxfreeze()

Private slot to handle the cxfreeze execution.

Packagers.initActions

initActions()

Private method to initialize the packagers actions.

Packagers.initMenu

initMenu()

Private method called to build the project packagers submenu.

Returns:
the menu or None

Up