eric3.VCS.CommandOptionsDialog

Module implementing the VCS command options dialog.

Classes

vcsCommandOptionsDialog Class implementing the VCS command options dialog.

Functions

None


vcsCommandOptionsDialog

Class implementing the VCS command options dialog.

Derived from

vcsCommandOptionsForm

Methods

vcsCommandOptionsDialog Constructor
getOptions Public method used to retrieve the entered options.

vcsCommandOptionsDialog (Constructor)

vcsCommandOptionsDialog(vcs, parent=None)

Constructor

parent
parent widget (QWidget)
vcs
reference to the vcs object

vcsCommandOptionsDialog.getOptions

getOptions()

Public method used to retrieve the entered options.

Returns:
dictionary of strings giving the options for each supported vcs command

Up