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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html	Mon Apr 22 18:23:20 2024 +0200
@@ -446,30 +446,30 @@
 
 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a>
 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4>
-<b>on_fieldCombo_activated</b>(<i>index</i>)
+<b>on_fieldCombo_activated</b>(<i>_index</i>)
 <p>
         Private slot called, when a new filter field is selected.
 </p>
 
 <dl>
 
-<dt><i>index</i> (int)</dt>
+<dt><i>_index</i> (int)</dt>
 <dd>
-index of the selected entry
+index of the selected entry (unused)
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a>
 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4>
-<b>on_fromDate_dateChanged</b>(<i>date</i>)
+<b>on_fromDate_dateChanged</b>(<i>_date</i>)
 <p>
         Private slot called, when the from date changes.
 </p>
 
 <dl>
 
-<dt><i>date</i> (QDate)</dt>
+<dt><i>_date</i> (QDate)</dt>
 <dd>
-new date
+new date (unused)
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a>
@@ -506,44 +506,44 @@
 
 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a>
 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4>
-<b>on_rxEdit_textChanged</b>(<i>txt</i>)
+<b>on_rxEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot called, when a filter expression is entered.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-filter expression
+filter expression (unused)
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a>
 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4>
-<b>on_stopCheckBox_clicked</b>(<i>checked</i>)
+<b>on_stopCheckBox_clicked</b>(<i>_checked</i>)
 <p>
         Private slot called, when the stop on copy/move checkbox is clicked.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-flag indicating the check box state
+flag indicating the check box state (unused)
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a>
 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4>
-<b>on_toDate_dateChanged</b>(<i>date</i>)
+<b>on_toDate_dateChanged</b>(<i>_date</i>)
 <p>
         Private slot called, when the from date changes.
 </p>
 
 <dl>
 
-<dt><i>date</i> (QDate)</dt>
+<dt><i>_date</i> (QDate)</dt>
 <dd>
-new date
+new date (unused)
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>

eric ide

mercurial