eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog
Module implementing a dialog to enter the data for a tagging operation.
Global Attributes
Classes
GitTagDialog |
Class implementing a dialog to enter the data for a tagging operation. |
Functions
GitTagDialog
Class implementing a dialog to enter the data for a tagging operation.
Derived from
QDialog, Ui_GitTagDialog
Class Attributes
AnnotatedTag |
CreateTag |
DeleteTag |
LocalTag |
SignedTag |
VerifyTag |
Class Methods
Methods
Static Methods
GitTagDialog (Constructor)
GitTagDialog(taglist, revision=None, tagName=None, parent=None)
Constructor
- taglist (list of str)
-
list of previously entered tags
- revision (str)
-
revision to set tag for
- tagName (str)
-
name of the tag
- parent (QWidget)
-
parent widget
GitTagDialog.getParameters
getParameters()
Public method to retrieve the tag data.
- Return:
-
tuple containing the tag, revision, tag operation, tag type,
and a flag indicating to enforce the operation
- Return Type:
-
tuple of (str, str, int, int, bool)
GitTagDialog.on_tagCombo_editTextChanged
on_tagCombo_editTextChanged(text)
Private method used to enable/disable the OK-button.
- text (str)
-
tag name entered in the combo