eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog
Module implementing a dialog to enter the data for a stash operation.
Global Attributes
Classes
GitStashDataDialog |
Class implementing a dialog to enter the data for a stash operation. |
GitStashKind |
Class defining the kind of stash to be performed. |
Functions
GitStashDataDialog
Class implementing a dialog to enter the data for a stash operation.
Derived from
QDialog, Ui_GitStashDataDialog
Class Attributes
Class Methods
Methods
Static Methods
GitStashDataDialog (Constructor)
GitStashDataDialog(parent=None)
Constructor
- parent (QWidget)
-
reference to the parent widget
GitStashDataDialog.getData
getData()
Public method to get the user data.
- Return:
-
tuple containing the message, a flag indicating to keep changes
in the staging area and an indication to stash untracked and/or
ignored files
- Return Type:
-
tuple of (str, bool, GitStashKind)
GitStashKind
Class defining the kind of stash to be performed.
Derived from
enum.Enum
Class Attributes
NoUntracked |
UntrackedAndIgnored |
UntrackedOnly |
Class Methods
Methods
Static Methods