eric7.Plugins.PluginVmListspace

This plugin provides the listspace view manager.

Global Attributes

__header__
error

Classes

VmListspacePlugin Class implementing the Listspace view manager plugin.

Functions

previewPix Module function to return a preview pixmap.


VmListspacePlugin

Class implementing the Listspace view manager plugin.

Derived from

QObject

Class Attributes

None

Class Methods

None

Methods

VmListspacePlugin Constructor
activate Public method to activate this plugin.
deactivate Public method to deactivate this plugin.

Static Methods

None

VmListspacePlugin (Constructor)

VmListspacePlugin(ui)

Constructor

ui (UserInterface)
reference to the user interface object

VmListspacePlugin.activate

activate()

Public method to activate this plugin.

Return:
tuple of reference to instantiated viewmanager and activation status
Return Type:
bool

VmListspacePlugin.deactivate

deactivate()

Public method to deactivate this plugin.

Up


previewPix

previewPix()

Module function to return a preview pixmap.

Return:
preview pixmap
Return Type:
QPixmap
Up