eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog
Module implementing a dialog to show the guards of a selected patch.
Global Attributes
Classes
Functions
HgQueuesListGuardsDialog
Class implementing a dialog to show the guards of a selected patch.
Derived from
QDialog, Ui_HgQueuesListGuardsDialog
Class Attributes
Class Methods
Methods
Static Methods
HgQueuesListGuardsDialog (Constructor)
HgQueuesListGuardsDialog(vcs, patchesList, parent=None)
Constructor
- vcs
-
reference to the vcs object
- patchesList
-
list of patches (list of strings)
- parent
-
reference to the parent widget (QWidget)
HgQueuesListGuardsDialog.closeEvent
closeEvent(e)
Protected slot implementing a close event handler.
- e
-
close event (QCloseEvent)
HgQueuesListGuardsDialog.on_patchSelector_activated
on_patchSelector_activated(patch)
Private slot to get the list of guards for the given patch name.
- patch
-
selected patch name (empty for current patch)
HgQueuesListGuardsDialog.start
start(path)
Public slot to start the list command.
- path
-
name of directory to be listed (string)