Module implementing the project helper base for Mercurial extension interfaces.
None |
HgExtensionProjectHelper | Class implementing the project helper base for Mercurial extension interfaces. |
None |
Class implementing the project helper base for Mercurial extension interfaces.
Note: The methods initActions(), initMenu(mainMenu) and menuTitle() have to be reimplemented by derived classes.
None |
None |
HgExtensionProjectHelper | Constructor |
getActions | Public method to get a list of all actions. |
initActions | Public method to generate the action objects. |
initMenu | Public method to generate the extension menu. |
menuTitle | Public method to get the menu title. |
setObjects | Public method to set references to the vcs and project objects. |
shutdown | Public method to perform shutdown actions. |
None |
Constructor
Public method to get a list of all actions.
Public method to generate the action objects.
Note: Derived class must implement this method.
Public method to generate the extension menu.
Note: Derived class must implement this method.
Public method to get the menu title.
Note: Derived class must implement this method.
Public method to set references to the vcs and project objects.
Public method to perform shutdown actions.
Note: Derived class may implement this method if needed.