--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog</h1> - <p> Module implementing the subversion repository browser dialog. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#SvnRepoBrowserDialog">SvnRepoBrowserDialog</a></td> <td>Class implementing the subversion repository browser dialog.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="SvnRepoBrowserDialog" ID="SvnRepoBrowserDialog"></a> <h2>SvnRepoBrowserDialog</h2> - <p> Class implementing the subversion repository browser dialog. </p> + <h3>Derived from</h3> QDialog, SvnDialogMixin, Ui_SvnRepoBrowserDialog <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="#SvnRepoBrowserDialog.__init__">SvnRepoBrowserDialog</a></td> <td>Constructor</td> @@ -111,19 +108,20 @@ <td>Public slot to start the svn info command.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="SvnRepoBrowserDialog.__init__" ID="SvnRepoBrowserDialog.__init__"></a> <h4>SvnRepoBrowserDialog (Constructor)</h4> <b>SvnRepoBrowserDialog</b>(<i>vcs, mode="browse", parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>vcs</i> (Subversion)</dt> @@ -142,10 +140,10 @@ <a NAME="SvnRepoBrowserDialog.__generateItem" ID="SvnRepoBrowserDialog.__generateItem"></a> <h4>SvnRepoBrowserDialog.__generateItem</h4> <b>__generateItem</b>(<i>parent, repopath, revision, author, size, date, nodekind, url</i>) - <p> Private method to generate a tree item in the repository tree. </p> + <dl> <dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt> @@ -196,10 +194,10 @@ <a NAME="SvnRepoBrowserDialog.__listRepo" ID="SvnRepoBrowserDialog.__listRepo"></a> <h4>SvnRepoBrowserDialog.__listRepo</h4> <b>__listRepo</b>(<i>url, parent=None</i>) - <p> Private method to perform the svn list command. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -214,10 +212,10 @@ <a NAME="SvnRepoBrowserDialog.__normalizeUrl" ID="SvnRepoBrowserDialog.__normalizeUrl"></a> <h4>SvnRepoBrowserDialog.__normalizeUrl</h4> <b>__normalizeUrl</b>(<i>url</i>) - <p> Private method to normalite the url. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -240,24 +238,24 @@ <a NAME="SvnRepoBrowserDialog.__resizeColumns" ID="SvnRepoBrowserDialog.__resizeColumns"></a> <h4>SvnRepoBrowserDialog.__resizeColumns</h4> <b>__resizeColumns</b>(<i></i>) - <p> Private method to resize the tree columns. </p> + <a NAME="SvnRepoBrowserDialog.__resort" ID="SvnRepoBrowserDialog.__resort"></a> <h4>SvnRepoBrowserDialog.__resort</h4> <b>__resort</b>(<i></i>) - <p> Private method to resort the tree. </p> + <a NAME="SvnRepoBrowserDialog.__showError" ID="SvnRepoBrowserDialog.__showError"></a> <h4>SvnRepoBrowserDialog.__showError</h4> <b>__showError</b>(<i>msg</i>) - <p> Private slot to show an error message. </p> + <dl> <dt><i>msg</i> (str)</dt> @@ -268,17 +266,17 @@ <a NAME="SvnRepoBrowserDialog.accept" ID="SvnRepoBrowserDialog.accept"></a> <h4>SvnRepoBrowserDialog.accept</h4> <b>accept</b>(<i></i>) - <p> Public slot called when the dialog is accepted. </p> + <a NAME="SvnRepoBrowserDialog.getSelectedUrl" ID="SvnRepoBrowserDialog.getSelectedUrl"></a> <h4>SvnRepoBrowserDialog.getSelectedUrl</h4> <b>getSelectedUrl</b>(<i></i>) - <p> Public method to retrieve the selected repository URL. </p> + <dl> <dt>Return:</dt> <dd> @@ -294,10 +292,10 @@ <a NAME="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ID="SvnRepoBrowserDialog.on_repoTree_itemCollapsed"></a> <h4>SvnRepoBrowserDialog.on_repoTree_itemCollapsed</h4> <b>on_repoTree_itemCollapsed</b>(<i>item</i>) - <p> Private slot called when an item is collapsed. </p> + <dl> <dt><i>item</i> (QTreeWidgetItem)</dt> @@ -308,10 +306,10 @@ <a NAME="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ID="SvnRepoBrowserDialog.on_repoTree_itemExpanded"></a> <h4>SvnRepoBrowserDialog.on_repoTree_itemExpanded</h4> <b>on_repoTree_itemExpanded</b>(<i>item</i>) - <p> Private slot called when an item is expanded. </p> + <dl> <dt><i>item</i> (QTreeWidgetItem)</dt> @@ -322,17 +320,17 @@ <a NAME="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ID="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged"></a> <h4>SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged</h4> <b>on_repoTree_itemSelectionChanged</b>(<i></i>) - <p> Private slot called when the selection changes. </p> + <a NAME="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ID="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged"></a> <h4>SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged</h4> <b>on_urlCombo_currentIndexChanged</b>(<i>index</i>) - <p> Private slot called, when a new repository URL is entered or selected. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -343,10 +341,10 @@ <a NAME="SvnRepoBrowserDialog.start" ID="SvnRepoBrowserDialog.start"></a> <h4>SvnRepoBrowserDialog.start</h4> <b>start</b>(<i>url</i>) - <p> Public slot to start the svn info command. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -356,4 +354,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>