eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper

Module implementing the fastexport extension project helper.

Global Attributes

None

Classes

FastexportProjectHelper Class implementing the fastexport extension project helper.

Functions

None


FastexportProjectHelper

Class implementing the fastexport extension project helper.

Derived from

HgExtensionProjectHelper

Class Attributes

None

Class Methods

None

Methods

FastexportProjectHelper Constructor
__hgFastexport Private slot used to generate a git fast-import file.
initActions Public method to generate the action objects.
initMenu Public method to generate the extension menu.
menuTitle Public method to get the menu title.

Static Methods

None

FastexportProjectHelper (Constructor)

FastexportProjectHelper()

Constructor

FastexportProjectHelper.__hgFastexport

__hgFastexport()

Private slot used to generate a git fast-import file.

FastexportProjectHelper.initActions

initActions()

Public method to generate the action objects.

FastexportProjectHelper.initMenu

initMenu(mainMenu)

Public method to generate the extension menu.

mainMenu (QMenu)
reference to the main menu
Return:
populated menu
Return Type:
QMenu

FastexportProjectHelper.menuTitle

menuTitle()

Public method to get the menu title.

Return:
title of the menu
Return Type:
str
Up