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. |
GitTagOperation |
Class defining the supported git tag operations. |
GitTagType |
Class defining the supported git tag types. |
Functions
GitTagDialog
Class implementing a dialog to enter the data for a tagging operation.
Derived from
QDialog, Ui_GitTagDialog
Class Attributes
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, GitTagOperation, GitTagType, 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
GitTagOperation
Class defining the supported git tag operations.
Derived from
enum.Enum
Class Attributes
Class Methods
Methods
Static Methods
GitTagType
Class defining the supported git tag types.
Derived from
enum.Enum
Class Attributes
Class Methods
Methods
Static Methods