eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,128 +18,169 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog</h1>
+
 <p>
 Module implementing a dialog to enter the URLs for the svn diff command.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#SvnUrlSelectionDialog">SvnUrlSelectionDialog</a></td>
 <td>Class implementing a dialog to enter the URLs for the svn diff command.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="SvnUrlSelectionDialog" ID="SvnUrlSelectionDialog"></a>
 <h2>SvnUrlSelectionDialog</h2>
+
 <p>
     Class implementing a dialog to enter the URLs for the svn diff command.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_SvnUrlSelectionDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#SvnUrlSelectionDialog.__init__">SvnUrlSelectionDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnUrlSelectionDialog.__changeLabelCombo">__changeLabelCombo</a></td>
 <td>Private method used to change the label combo depending on the selected type.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnUrlSelectionDialog.getURLs">getURLs</a></td>
 <td>Public method to get the entered URLs.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged">on_typeCombo1_currentIndexChanged</a></td>
 <td>Private slot called when the selected type was changed.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged">on_typeCombo2_currentIndexChanged</a></td>
 <td>Private slot called when the selected type was changed.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="SvnUrlSelectionDialog.__init__" ID="SvnUrlSelectionDialog.__init__"></a>
 <h4>SvnUrlSelectionDialog (Constructor)</h4>
 <b>SvnUrlSelectionDialog</b>(<i>vcs, tagsList, branchesList, path, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>vcs</i></dt>
 <dd>
 reference to the vcs object
-</dd><dt><i>tagsList</i></dt>
+</dd>
+<dt><i>tagsList</i></dt>
 <dd>
 list of tags (list of strings)
-</dd><dt><i>branchesList</i></dt>
+</dd>
+<dt><i>branchesList</i></dt>
 <dd>
 list of branches (list of strings)
-</dd><dt><i>path</i></dt>
+</dd>
+<dt><i>path</i></dt>
 <dd>
 pathname to determine the repository URL from (string)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 parent widget of the dialog (QWidget)
 </dd>
-</dl><a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a>
+</dl>
+<a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a>
 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4>
 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>)
+
 <p>
         Private method used to change the label combo depending on the
         selected type.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>labelCombo</i></dt>
 <dd>
 reference to the labelCombo object (QComboBox)
-</dd><dt><i>type_</i></dt>
+</dd>
+<dt><i>type_</i></dt>
 <dd>
 type string (string)
 </dd>
-</dl><a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a>
+</dl>
+<a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a>
 <h4>SvnUrlSelectionDialog.getURLs</h4>
 <b>getURLs</b>(<i></i>)
+
 <p>
         Public method to get the entered URLs.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple of list of two URL strings (list of strings) and
             a flag indicating a diff summary (boolean)
 </dd>
-</dl><a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a>
+</dl>
+<a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a>
 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4>
 <b>on_typeCombo1_currentIndexChanged</b>(<i>type_</i>)
+
 <p>
         Private slot called when the selected type was changed.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>type_</i></dt>
 <dd>
 selected type (string)
 </dd>
-</dl><a NAME="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged"></a>
+</dl>
+<a NAME="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged"></a>
 <h4>SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged</h4>
 <b>on_typeCombo2_currentIndexChanged</b>(<i>type_</i>)
+
 <p>
         Private slot called when the selected type was changed.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>type_</i></dt>
 <dd>
 selected type (string)

eric ide

mercurial