--- a/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookiesExceptionsDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookiesExceptionsDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,112 +18,149 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.WebBrowser.CookieJar.CookiesExceptionsDialog</h1> + <p> Module implementing a dialog for the configuration of cookie exceptions. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#CookiesExceptionsDialog">CookiesExceptionsDialog</a></td> <td>Class implementing a dialog for the configuration of cookie exceptions.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="CookiesExceptionsDialog" ID="CookiesExceptionsDialog"></a> <h2>CookiesExceptionsDialog</h2> + <p> Class implementing a dialog for the configuration of cookie exceptions. </p> <h3>Derived from</h3> QDialog, Ui_CookiesExceptionsDialog <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#CookiesExceptionsDialog.__init__">CookiesExceptionsDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#CookiesExceptionsDialog.on_allowButton_clicked">on_allowButton_clicked</a></td> <td>Private slot to allow cookies of a domain.</td> -</tr><tr> +</tr> +<tr> <td><a href="#CookiesExceptionsDialog.on_allowForSessionButton_clicked">on_allowForSessionButton_clicked</a></td> <td>Private slot to allow cookies of a domain for the current session only.</td> -</tr><tr> +</tr> +<tr> <td><a href="#CookiesExceptionsDialog.on_blockButton_clicked">on_blockButton_clicked</a></td> <td>Private slot to block cookies of a domain.</td> -</tr><tr> +</tr> +<tr> <td><a href="#CookiesExceptionsDialog.on_domainEdit_textChanged">on_domainEdit_textChanged</a></td> <td>Private slot to handle a change of the domain edit text.</td> -</tr><tr> +</tr> +<tr> <td><a href="#CookiesExceptionsDialog.setDomainName">setDomainName</a></td> <td>Public method to set the domain to be displayed.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="CookiesExceptionsDialog.__init__" ID="CookiesExceptionsDialog.__init__"></a> <h4>CookiesExceptionsDialog (Constructor)</h4> <b>CookiesExceptionsDialog</b>(<i>cookieJar, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>cookieJar</i></dt> <dd> reference to the cookie jar (CookieJar) -</dd><dt><i>parent</i></dt> +</dd> +<dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="CookiesExceptionsDialog.on_allowButton_clicked" ID="CookiesExceptionsDialog.on_allowButton_clicked"></a> +</dl> +<a NAME="CookiesExceptionsDialog.on_allowButton_clicked" ID="CookiesExceptionsDialog.on_allowButton_clicked"></a> <h4>CookiesExceptionsDialog.on_allowButton_clicked</h4> <b>on_allowButton_clicked</b>(<i></i>) + <p> Private slot to allow cookies of a domain. -</p><a NAME="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ID="CookiesExceptionsDialog.on_allowForSessionButton_clicked"></a> +</p> +<a NAME="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ID="CookiesExceptionsDialog.on_allowForSessionButton_clicked"></a> <h4>CookiesExceptionsDialog.on_allowForSessionButton_clicked</h4> <b>on_allowForSessionButton_clicked</b>(<i></i>) + <p> Private slot to allow cookies of a domain for the current session only. -</p><a NAME="CookiesExceptionsDialog.on_blockButton_clicked" ID="CookiesExceptionsDialog.on_blockButton_clicked"></a> +</p> +<a NAME="CookiesExceptionsDialog.on_blockButton_clicked" ID="CookiesExceptionsDialog.on_blockButton_clicked"></a> <h4>CookiesExceptionsDialog.on_blockButton_clicked</h4> <b>on_blockButton_clicked</b>(<i></i>) + <p> Private slot to block cookies of a domain. -</p><a NAME="CookiesExceptionsDialog.on_domainEdit_textChanged" ID="CookiesExceptionsDialog.on_domainEdit_textChanged"></a> +</p> +<a NAME="CookiesExceptionsDialog.on_domainEdit_textChanged" ID="CookiesExceptionsDialog.on_domainEdit_textChanged"></a> <h4>CookiesExceptionsDialog.on_domainEdit_textChanged</h4> <b>on_domainEdit_textChanged</b>(<i>txt</i>) + <p> Private slot to handle a change of the domain edit text. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> current text of the edit (string) </dd> -</dl><a NAME="CookiesExceptionsDialog.setDomainName" ID="CookiesExceptionsDialog.setDomainName"></a> +</dl> +<a NAME="CookiesExceptionsDialog.setDomainName" ID="CookiesExceptionsDialog.setDomainName"></a> <h4>CookiesExceptionsDialog.setDomainName</h4> <b>setDomainName</b>(<i>domain</i>) + <p> Public method to set the domain to be displayed. -</p><dl> +</p> +<dl> + <dt><i>domain</i></dt> <dd> domain name to be displayed (string)