eric7.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog
Module implementing a dialog to enter the revisions for the svn diff command.
Global Attributes
Classes
Functions
SvnRevisionSelectionDialog
Class implementing a dialog to enter the revisions for the svn diff
command.
Derived from
QDialog, Ui_SvnRevisionSelectionDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnRevisionSelectionDialog (Constructor)
SvnRevisionSelectionDialog(parent=None)
Constructor
- parent (QWidget)
-
parent widget of the dialog
SvnRevisionSelectionDialog.__getRevision
__getRevision(no)
Private method to generate the revision.
- no (int)
-
revision number to generate (1 or 2)
- Return:
-
revision
- Return Type:
-
int or str
SvnRevisionSelectionDialog.getRevisions
getRevisions()
Public method to get the revisions.
- Return:
-
list containing the selected revisions
- Return Type:
-
list of [int or str, int or str]