src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -126,17 +126,17 @@
 </p>
 <dl>
 
-<dt><i>vcs</i></dt>
+<dt><i>vcs</i> (Subversion)</dt>
 <dd>
 reference to the vcs object
 </dd>
-<dt><i>mode</i></dt>
+<dt><i>mode</i> (str)</dt>
 <dd>
-mode of the dialog (string, "browse" or "select")
+mode of the dialog ("browse" or "select")
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.__generateItem" ID="SvnRepoBrowserDialog.__generateItem"></a>
@@ -148,44 +148,49 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt>
 <dd>
-parent of the item to be created (QTreeWidget or
-            QTreeWidgetItem)
+parent of the item to be created
 </dd>
-<dt><i>repopath</i></dt>
+<dt><i>repopath</i> (str)</dt>
 <dd>
-path of the item (string)
+path of the item
 </dd>
-<dt><i>revision</i></dt>
+<dt><i>revision</i> (str or pysvn.opt_revision_kind)</dt>
 <dd>
-revision info (string or pysvn.opt_revision_kind)
+revision info
 </dd>
-<dt><i>author</i></dt>
+<dt><i>author</i> (str)</dt>
 <dd>
-author info (string)
+author info
 </dd>
-<dt><i>size</i></dt>
+<dt><i>size</i> (int)</dt>
 <dd>
-size info (integer)
+size info
 </dd>
-<dt><i>date</i></dt>
+<dt><i>date</i> (int)</dt>
 <dd>
-date info (integer)
+date info
 </dd>
-<dt><i>nodekind</i></dt>
+<dt><i>nodekind</i> (pysvn.node_kind)</dt>
 <dd>
-node kind info (pysvn.node_kind)
+node kind info
 </dd>
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-url of the entry (string)
+url of the entry
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the generated item (QTreeWidgetItem)
+reference to the generated item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QTreeWidgetItem
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.__listRepo" ID="SvnRepoBrowserDialog.__listRepo"></a>
@@ -197,14 +202,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-the repository URL to browser (string)
+the repository URL to browser
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt>
 <dd>
 reference to the item, the data should be appended to
-            (QTreeWidget or QTreeWidgetItem)
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.__normalizeUrl" ID="SvnRepoBrowserDialog.__normalizeUrl"></a>
@@ -216,15 +220,21 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-the url to normalize (string)
+the url to normalize
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-normalized URL (string)
+normalized URL
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.__resizeColumns" ID="SvnRepoBrowserDialog.__resizeColumns"></a>
@@ -250,9 +260,9 @@
 </p>
 <dl>
 
-<dt><i>msg</i></dt>
+<dt><i>msg</i> (str)</dt>
 <dd>
-error message to show (string)
+error message to show
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.accept" ID="SvnRepoBrowserDialog.accept"></a>
@@ -272,7 +282,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the selected repository URL (string)
+the selected repository URL
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ID="SvnRepoBrowserDialog.on_repoTree_itemCollapsed"></a>
@@ -284,9 +300,9 @@
 </p>
 <dl>
 
-<dt><i>item</i></dt>
+<dt><i>item</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the item to be collapsed (QTreeWidgetItem)
+reference to the item to be collapsed
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ID="SvnRepoBrowserDialog.on_repoTree_itemExpanded"></a>
@@ -298,9 +314,9 @@
 </p>
 <dl>
 
-<dt><i>item</i></dt>
+<dt><i>item</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the item to be expanded (QTreeWidgetItem)
+reference to the item to be expanded
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ID="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged"></a>
@@ -333,9 +349,9 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-the repository URL to browser (string)
+the repository URL to browser
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial