eric7.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog
Module implementing a dialog to enter the data for a switch operation.
Global Attributes
Classes
SvnSwitchDialog |
Class implementing a dialog to enter the data for a switch operation. |
Functions
SvnSwitchDialog
Class implementing a dialog to enter the data for a switch operation.
Derived from
QDialog, Ui_SvnSwitchDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnSwitchDialog (Constructor)
SvnSwitchDialog(taglist, reposURL, standardLayout, parent=None)
Constructor
- taglist (list of str)
-
list of previously entered tags
- reposURL (str)
-
repository path or None
- standardLayout (bool)
-
flag indicating the layout of the repository
- parent (QWidget)
-
parent widget
SvnSwitchDialog.getParameters
getParameters()
Public method to retrieve the tag data.
- Return:
-
tuple containing the tag and tag type
- Return Type:
-
tuple of (str, int)