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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -162,17 +162,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.__finish" ID="SvnRepoBrowserDialog.__finish"></a>
@@ -192,39 +192,45 @@
 </p>
 <dl>
 
-<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)</dt>
 <dd>
-revision info (string)
+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> (str)</dt>
 <dd>
-size info (string)
+size info
 </dd>
-<dt><i>date</i></dt>
+<dt><i>date</i> (str)</dt>
 <dd>
-date info (string)
+date info
 </dd>
-<dt><i>nodekind</i></dt>
+<dt><i>nodekind</i> (str)</dt>
 <dd>
-node kind info (string, "dir" or "file")
+node kind info ("dir" or "file")
 </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>
@@ -236,14 +242,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-the repository URL to browse (string)
+the repository URL to browse
 </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>
@@ -255,15 +260,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.__procFinished" ID="SvnRepoBrowserDialog.__procFinished"></a>
@@ -275,13 +286,13 @@
 </p>
 <dl>
 
-<dt><i>exitCode</i></dt>
+<dt><i>exitCode</i> (int)</dt>
 <dd>
-exit code of the process (integer)
+exit code of the process
 </dd>
-<dt><i>exitStatus</i></dt>
+<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
 <dd>
-exit status of the process (QProcess.ExitStatus)
+exit status of the process
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.__readStderr" ID="SvnRepoBrowserDialog.__readStderr"></a>
@@ -315,15 +326,21 @@
 </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>
 <dl>
 <dt>Return:</dt>
 <dd>
-repository root (string)
+repository root
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.__resizeColumns" ID="SvnRepoBrowserDialog.__resizeColumns"></a>
@@ -356,9 +373,9 @@
 </p>
 <dl>
 
-<dt><i>e</i></dt>
+<dt><i>e</i> (QCloseEvent)</dt>
 <dd>
-close event (QCloseEvent)
+close event
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.getSelectedUrl" ID="SvnRepoBrowserDialog.getSelectedUrl"></a>
@@ -371,7 +388,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.keyPressEvent" ID="SvnRepoBrowserDialog.keyPressEvent"></a>
@@ -383,9 +406,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QKeyEvent)</dt>
 <dd>
-the key press event (QKeyEvent)
+the key press event
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.on_input_returnPressed" ID="SvnRepoBrowserDialog.on_input_returnPressed"></a>
@@ -404,9 +427,9 @@
 </p>
 <dl>
 
-<dt><i>isOn</i></dt>
+<dt><i>isOn</i> (bool)</dt>
 <dd>
-flag indicating the status of the check box (boolean)
+flag indicating the status of the check box
 </dd>
 </dl>
 <a NAME="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ID="SvnRepoBrowserDialog.on_repoTree_itemCollapsed"></a>
@@ -418,9 +441,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>
@@ -432,9 +455,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>
@@ -474,9 +497,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