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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -72,11 +72,11 @@
 </tr>
 <tr>
 <td><a href="#SvnCommitDialog.changelistsData">changelistsData</a></td>
-<td>Public method to retrieve the changelists data.</td>
+<td>Public method to retrieve the change lists data.</td>
 </tr>
 <tr>
 <td><a href="#SvnCommitDialog.hasChangelists">hasChangelists</a></td>
-<td>Public method to check, if the user entered some changelists.</td>
+<td>Public method to check, if the user entered some change lists.</td>
 </tr>
 <tr>
 <td><a href="#SvnCommitDialog.logMessage">logMessage</a></td>
@@ -118,13 +118,13 @@
 </p>
 <dl>
 
-<dt><i>vcs</i></dt>
+<dt><i>vcs</i> (Subversion)</dt>
 <dd>
 reference to the vcs object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
 </dl>
 <a NAME="SvnCommitDialog.changelistsData" ID="SvnCommitDialog.changelistsData"></a>
@@ -132,13 +132,19 @@
 <b>changelistsData</b>(<i></i>)
 
 <p>
-        Public method to retrieve the changelists data.
+        Public method to retrieve the change lists data.
 </p>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the changelists (list of strings) and a flag
-            indicating to keep changelists (boolean)
+tuple containing the change lists and a flag indicating to keep
+            the change lists
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of str, bool)
 </dd>
 </dl>
 <a NAME="SvnCommitDialog.hasChangelists" ID="SvnCommitDialog.hasChangelists"></a>
@@ -146,12 +152,18 @@
 <b>hasChangelists</b>(<i></i>)
 
 <p>
-        Public method to check, if the user entered some changelists.
+        Public method to check, if the user entered some change lists.
 </p>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating availability of changelists (boolean)
+flag indicating availability of change lists
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="SvnCommitDialog.logMessage" ID="SvnCommitDialog.logMessage"></a>
@@ -168,7 +180,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the log message (string)
+the log message
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a>
@@ -187,9 +205,9 @@
 </p>
 <dl>
 
-<dt><i>button</i></dt>
+<dt><i>button</i> (QAbstractButton)</dt>
 <dd>
-button that was clicked (QAbstractButton)
+button that was clicked
 </dd>
 </dl>
 <a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a>
@@ -222,9 +240,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QShowEvent)</dt>
 <dd>
-the event (QShowEvent)
+the event
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial