eric3.VCS.subversionPackage.SwitchDialog

Module implementing a dialog to enter the data for a switch operation.

Classes

SvnSwitchDialog Class implementing a dialog to enter the data for a switch operation.

Functions

None


SvnSwitchDialog

Class implementing a dialog to enter the data for a switch operation.

Derived from

SwitchForm

Methods

SvnSwitchDialog Constructor
getParameters Public method to retrieve the tag data.

SvnSwitchDialog (Constructor)

SvnSwitchDialog(taglist, reposURL, standardLayout, parent = None)

Constructor

parent
parent widget (QWidget)
reposURL
repository path (QString or string) or None
standardLayout
flag indicating the layout of the repository (boolean)
taglist
list of previously entered tags (QStringList)

SvnSwitchDialog.getParameters

getParameters()

Public method to retrieve the tag data.

Returns:
tuple of QString and int (tag, tag type)

Up