Plugin_Vcs_CVS.vcsCVS.ProjectHelper

Module implementing the VCS project helper for CVS.

Global Attributes

None

Classes

CvsProjectHelper Class implementing the VCS project helper for CVS.

Functions

None


CvsProjectHelper

Class implementing the VCS project helper for CVS.

Derived from

VcsProjectHelper

Class Attributes

None

Methods

CvsProjectHelper Constructor
__cvsLogin Private slot used to login to a remote repository.
__cvsLogout Private slot used to logout from a remote repository.
getActions Public method to get a list of all actions.
initActions Private method to generate the action objects.
initMenu Public method to generate the VCS menu.

CvsProjectHelper (Constructor)

CvsProjectHelper(vcsObject, projectObject, parent = None, name = None)

Constructor

vcsObject
reference to the vcs object
projectObject
reference to the project object
parent
parent widget (QWidget)
name
name of this object (string or QString)

CvsProjectHelper.__cvsLogin

__cvsLogin()

Private slot used to login to a remote repository.

CvsProjectHelper.__cvsLogout

__cvsLogout()

Private slot used to logout from a remote repository.

CvsProjectHelper.getActions

getActions()

Public method to get a list of all actions.

Returns:
list of all actions (list of E4Action)

CvsProjectHelper.initActions

initActions()

Private method to generate the action objects.

CvsProjectHelper.initMenu

initMenu(menu)

Public method to generate the VCS menu.

menu
reference to the menu to be populated (QMenu)
Up