eric4.Plugins.PluginVmTabview

Module implementing the Tabview view manager plugin.

Classes

VmTabviewPlugin Class implementing the Tabview view manager plugin.

Functions

previewPix Module function to return a preview pixmap.


VmTabviewPlugin

Class implementing the Tabview view manager plugin.

Derived from

object

Methods

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

VmTabviewPlugin (Constructor)

VmTabviewPlugin(ui)

Constructor

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

VmTabviewPlugin.activate

activate()

Public method to activate this plugin.

Returns:
tuple of reference to instantiated viewmanager and activation status (boolean)

VmTabviewPlugin.deactivate

deactivate()

Public method to deactivate this plugin.

Up


previewPix

previewPix()

Module function to return a preview pixmap.

Returns:
preview pixmap (QPixmap)
Up