Plugin_Packager_CxFreeze.PluginCxFreeze

Module implementing the CxFreeze plugin.

Global Attributes

author
autoactivate
className
deactivateable
error
longDescription
name
needsRestart
packageName
shortDescription
version

Classes

CxFreezePlugin Class implementing the CxFreeze plugin.

Functions

_checkProgram Restricted function to check the availability of cxfreeze.
_findExecutable Restricted function to determine the name of the executable.
exeDisplayData Public method to support the display of some executable info.


CxFreezePlugin

Class implementing the CxFreeze plugin.

Derived from

QObject

Class Attributes

None

Methods

CxFreezePlugin Constructor
__cxfreeze Private slot to handle the cxfreeze execution.
__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.

CxFreezePlugin (Constructor)

CxFreezePlugin(ui)

Constructor

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

CxFreezePlugin.__cxfreeze

__cxfreeze()

Private slot to handle the cxfreeze execution.

CxFreezePlugin.__initialize

__initialize()

Private slot to (re)initialize the plugin.

CxFreezePlugin.__loadTranslator

__loadTranslator()

Private method to load the translation file.

CxFreezePlugin.activate

activate()

Public method to activate this plugin.

Returns:
tuple of None and activation status (boolean)

CxFreezePlugin.deactivate

deactivate()

Public method to deactivate this plugin.

Up


_checkProgram

_checkProgram()

Restricted function to check the availability of cxfreeze.

Returns:
flag indicating availability (boolean)
Up


_findExecutable

_findExecutable()

Restricted function to determine the name of the executable.

Returns:
name of the executable (string)
Up


exeDisplayData

exeDisplayData()

Public method to support the display of some executable info.

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