Plugin_Tools_CharTables.PluginCharTables

Module implementing the CharTables plugin.

Classes

CharTablesPlugin Class implementing the CharTables plugin.

Functions

None


CharTablesPlugin

Class implementing the CharTables plugin.

Derived from

QObject

Methods

CharTablesPlugin Constructor
__initialize Private slot to (re)initialize the plugin.
__loadTranslator Private method to load the translation file.
__showChartables Private slot to show the character tables dialog.
__showMenu Private slot called, when the the tools menu is about to be shown.
activate Public method to activate this plugin.
deactivate Public method to deactivate this plugin.

CharTablesPlugin (Constructor)

CharTablesPlugin(ui)

Constructor

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

CharTablesPlugin.__initialize

__initialize()

Private slot to (re)initialize the plugin.

CharTablesPlugin.__loadTranslator

__loadTranslator()

Private method to load the translation file.

CharTablesPlugin.__showChartables

__showChartables()

Private slot to show the character tables dialog.

CharTablesPlugin.__showMenu

__showMenu(menuName, menu)

Private slot called, when the the tools menu is about to be shown.

menuName
name of the menu to be shown (string)
menu
reference to the menu (QMenu)

CharTablesPlugin.activate

activate()

Public method to activate this plugin.

Returns:
tuple of None and activation status (boolean)

CharTablesPlugin.deactivate

deactivate()

Public method to deactivate this plugin.

Up