src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10215
d476667171a1
child 10479
856476537696
diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -417,7 +417,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-selected action mode (string, one of filter or find)
+selected action mode (one of 'filter' or 'find')
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__addFinishCallback" ID="HgLogBrowserDialog.__addFinishCallback"></a>
@@ -461,15 +467,21 @@
 </p>
 <dl>
 
-<dt><i>branchName</i></dt>
+<dt><i>branchName</i> (str)</dt>
 <dd>
-name of the branch (string)
+name of the branch
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the color to use (string)
+name of the color to use
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__bundleActTriggered" ID="HgLogBrowserDialog.__bundleActTriggered"></a>
@@ -502,13 +514,13 @@
 </p>
 <dl>
 
-<dt><i>backwards</i></dt>
+<dt><i>backwards</i> (bool)</dt>
 <dd>
-flag indicating to search backwards (boolean)
+flag indicating to search backwards
 </dd>
-<dt><i>interactive</i></dt>
+<dt><i>interactive</i> (bool)</dt>
 <dd>
-flag indicating an interactive search (boolean)
+flag indicating an interactive search
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a>
@@ -569,13 +581,13 @@
 </p>
 <dl>
 
-<dt><i>rev</i></dt>
+<dt><i>rev</i> (int)</dt>
 <dd>
-revision to calculate edge info for (integer)
+revision to calculate edge info for
 </dd>
-<dt><i>parents</i></dt>
+<dt><i>parents</i> (list of int)</dt>
 <dd>
-list of parent revisions (list of integers)
+list of parent revisions
 </dd>
 </dl>
 <dl>
@@ -584,7 +596,12 @@
 tuple containing the column and color index for
             the given node and a list of tuples indicating the edges
             between the given node and its parents
-            (integer, integer, [(integer, integer, integer), ...])
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (int, int, [(int, int, int), ...])
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a>
@@ -768,13 +785,13 @@
 </p>
 <dl>
 
-<dt><i>startRev</i></dt>
+<dt><i>startRev</i> (int or str)</dt>
 <dd>
-revision number to start from (integer, string)
+revision number to start from
 </dd>
-<dt><i>noEntries</i></dt>
+<dt><i>noEntries</i> (int)</dt>
 <dd>
-number of entries to get (0 = default) (int)
+number of entries to get (0 = default)
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a>
@@ -787,15 +804,21 @@
 </p>
 <dl>
 
-<dt><i>rev</i></dt>
+<dt><i>rev</i> (str)</dt>
 <dd>
-revision number to get parents for (string)
+revision number to get parents for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-list of parent revisions (list of integers)
+list of parent revisions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of int
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a>
@@ -890,15 +913,21 @@
 </p>
 <dl>
 
-<dt><i>filename</i></dt>
+<dt><i>filename</i> (str)</dt>
 <dd>
-file name to be processed (string)
+file name to be processed
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-processed file name (string)
+processed file name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a>
@@ -919,7 +948,13 @@
 <dt>Return:</dt>
 <dd>
 tuple of field index, search expression and flag indicating
-            that the field index is a data role (integer, string, boolean)
+            that the field index is a data role
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (int, str, bool)
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a>
@@ -1046,9 +1081,9 @@
 </p>
 <dl>
 
-<dt><i>out</i></dt>
+<dt><i>out</i> (str)</dt>
 <dd>
-error to be shown (string)
+error to be shown
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.__stripActTriggered" ID="HgLogBrowserDialog.__stripActTriggered"></a>
@@ -1129,9 +1164,9 @@
 </p>
 <dl>
 
-<dt><i>e</i></dt>
+<dt><i>e</i> (QCloseEvent)</dt>
 <dd>
-close event (QCloseEvent)
+close event
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.col2x" ID="HgLogBrowserDialog.col2x"></a>
@@ -1143,13 +1178,13 @@
 </p>
 <dl>
 
-<dt><i>col</i></dt>
+<dt><i>col</i> (int)</dt>
 <dd>
-column number (integer)
+column number
 </dd>
-<dt><i>radius</i></dt>
+<dt><i>radius</i> (int)</dt>
 <dd>
-radius of the indicator circle (integer)
+radius of the indicator circle
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a>
@@ -1175,9 +1210,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="HgLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="HgLogBrowserDialog.on_diffSelectLabel_linkActivated"></a>
@@ -1224,13 +1259,13 @@
 </p>
 <dl>
 
-<dt><i>current</i></dt>
+<dt><i>current</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the new current item (QTreeWidgetItem)
+reference to the new current item
 </dd>
-<dt><i>previous</i></dt>
+<dt><i>previous</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the old current item (QTreeWidgetItem)
+reference to the old current item
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_findNextButton_clicked" ID="HgLogBrowserDialog.on_findNextButton_clicked"></a>
@@ -1256,9 +1291,9 @@
 </p>
 <dl>
 
-<dt><i>date</i></dt>
+<dt><i>date</i> (QDate)</dt>
 <dd>
-new date (QDate)
+new date
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a>
@@ -1270,13 +1305,13 @@
 </p>
 <dl>
 
-<dt><i>current</i></dt>
+<dt><i>current</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the new current item (QTreeWidgetItem)
+reference to the new current item
 </dd>
-<dt><i>previous</i></dt>
+<dt><i>previous</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the old current item (QTreeWidgetItem)
+reference to the old current item
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
@@ -1295,9 +1330,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the selected entry (integer)
+index of the selected entry
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a>
@@ -1338,9 +1373,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-filter expression (string)
+filter expression
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_saveLabel_linkActivated" ID="HgLogBrowserDialog.on_saveLabel_linkActivated"></a>
@@ -1380,9 +1415,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-flag indicating the state of the check box (boolean)
+flag indicating the state of the check box
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_toDate_dateChanged" ID="HgLogBrowserDialog.on_toDate_dateChanged"></a>
@@ -1394,9 +1429,9 @@
 </p>
 <dl>
 
-<dt><i>date</i></dt>
+<dt><i>date</i> (QDate)</dt>
 <dd>
-new date (QDate)
+new date
 </dd>
 </dl>
 <a NAME="HgLogBrowserDialog.on_upButton_clicked" ID="HgLogBrowserDialog.on_upButton_clicked"></a>

eric ide

mercurial