Home ⌂Doc Index ◂Up ▴

eric6.Plugins.PluginWizardDotDesktop

Module implementing the .desktop wizard plug-in.

Global Attributes

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

Classes

DotDesktopWizard Class implementing the .desktop wizard plug-in.

Functions

None


DotDesktopWizard

Class implementing the .desktop wizard plug-in.

Derived from

QObject

Class Attributes

None

Class Methods

None

Methods

DotDesktopWizard Constructor
__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

DotDesktopWizard (Constructor)

DotDesktopWizard(ui)

Constructor

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

DotDesktopWizard.__handle

__handle()

Private method to handle the wizards action.

DotDesktopWizard.__initAction

__initAction()

Private method to initialize the action.

DotDesktopWizard.__initMenu

__initMenu()

Private method to add the actions to the right menu.

DotDesktopWizard.__initialize

__initialize()

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

DotDesktopWizard.activate

activate()

Public method to activate this plug-in.

Returns:
tuple of None and activation status (boolean)

DotDesktopWizard.deactivate

deactivate()

Public method to deactivate this plug-in.

Up



Home ⌂Doc Index ◂Up ▴