eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper

Module implementing the bookmarks extension project helper.

Global Attributes

None

Classes

BookmarksProjectHelper Class implementing the bookmarks extension project helper.

Functions

None


BookmarksProjectHelper

Class implementing the bookmarks extension project helper.

Derived from

HgExtensionProjectHelper

Class Attributes

None

Class Methods

None

Methods

BookmarksProjectHelper Constructor
__hgBookmarkDefine Private slot used to define a bookmark.
__hgBookmarkDelete Private slot used to delete a bookmark.
__hgBookmarkIncoming Private slot used to show a list of incoming bookmarks.
__hgBookmarkMove Private slot used to move a bookmark.
__hgBookmarkOutgoing Private slot used to show a list of outgoing bookmarks.
__hgBookmarkPull Private slot used to pull a bookmark from a remote repository.
__hgBookmarkPush Private slot used to push a bookmark to a remote repository.
__hgBookmarkRename Private slot used to rename a bookmark.
__hgBookmarksList Private slot used to list the bookmarks.
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

BookmarksProjectHelper (Constructor)

BookmarksProjectHelper()

Constructor

BookmarksProjectHelper.__hgBookmarkDefine

__hgBookmarkDefine()

Private slot used to define a bookmark.

BookmarksProjectHelper.__hgBookmarkDelete

__hgBookmarkDelete()

Private slot used to delete a bookmark.

BookmarksProjectHelper.__hgBookmarkIncoming

__hgBookmarkIncoming()

Private slot used to show a list of incoming bookmarks.

BookmarksProjectHelper.__hgBookmarkMove

__hgBookmarkMove()

Private slot used to move a bookmark.

BookmarksProjectHelper.__hgBookmarkOutgoing

__hgBookmarkOutgoing()

Private slot used to show a list of outgoing bookmarks.

BookmarksProjectHelper.__hgBookmarkPull

__hgBookmarkPull()

Private slot used to pull a bookmark from a remote repository.

BookmarksProjectHelper.__hgBookmarkPush

__hgBookmarkPush()

Private slot used to push a bookmark to a remote repository.

BookmarksProjectHelper.__hgBookmarkRename

__hgBookmarkRename()

Private slot used to rename a bookmark.

BookmarksProjectHelper.__hgBookmarksList

__hgBookmarksList()

Private slot used to list the bookmarks.

BookmarksProjectHelper.initActions

initActions()

Public method to generate the action objects.

BookmarksProjectHelper.initMenu

initMenu(mainMenu)

Public method to generate the extension menu.

mainMenu
reference to the main menu (QMenu)
Returns:
populated menu (QMenu)

BookmarksProjectHelper.menuTitle

menuTitle()

Public method to get the menu title.

Returns:
title of the menu (string)
Up