Documentation/Source/eric6.Helpviewer.HelpWindow.html

changeset 6123
39cd368143db
parent 5745
4f4316e83318
child 6287
9a193ff6d24a
diff -r e7d98249f393 -r 39cd368143db Documentation/Source/eric6.Helpviewer.HelpWindow.html
--- a/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Thu Feb 08 18:58:07 2018 +0100
@@ -1009,10 +1009,15 @@
 </dd>
 </dl><a NAME="HelpWindow.__feedsManagerClosed" ID="HelpWindow.__feedsManagerClosed"></a>
 <h4>HelpWindow.__feedsManagerClosed</h4>
-<b>__feedsManagerClosed</b>(<i></i>)
+<b>__feedsManagerClosed</b>(<i>feedsManager</i>)
 <p>
         Private slot to handle closing the feeds manager dialog.
-</p><a NAME="HelpWindow.__filterQtHelpDocumentation" ID="HelpWindow.__filterQtHelpDocumentation"></a>
+</p><dl>
+<dt><i>feedsManager</i> (FeedsManager)</dt>
+<dd>
+reference to the feeds manager object
+</dd>
+</dl><a NAME="HelpWindow.__filterQtHelpDocumentation" ID="HelpWindow.__filterQtHelpDocumentation"></a>
 <h4>HelpWindow.__filterQtHelpDocumentation</h4>
 <b>__filterQtHelpDocumentation</b>(<i>customFilter</i>)
 <p>
@@ -1659,16 +1664,20 @@
 </dd>
 </dl><a NAME="HelpWindow.masterPasswordChanged" ID="HelpWindow.masterPasswordChanged"></a>
 <h4>HelpWindow.masterPasswordChanged</h4>
-<b>masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
+<b>masterPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>)
 <p>
         Public slot to handle the change of the master password.
 </p><dl>
-<dt><i>oldPassword</i></dt>
+<dt><i>oldPassword</i> (str)</dt>
+<dd>
+current master password
+</dd><dt><i>newPassword</i> (str)</dt>
 <dd>
-current master password (string)
-</dd><dt><i>newPassword</i></dt>
+new master password
+</dd><dt><i>local</i> (bool)</dt>
 <dd>
-new master password (string)
+flag indicating being called from the local configuration
+            dialog
 </dd>
 </dl><a NAME="HelpWindow.mousePressEvent" ID="HelpWindow.mousePressEvent"></a>
 <h4>HelpWindow.mousePressEvent</h4>

eric ide

mercurial