--- a/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieJar.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieJar.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,9 +19,21 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#CookieAcceptPolicy">CookieAcceptPolicy</a></td> +<td>Class defining the cookie accept policies.</td> +</tr> +<tr> +<td><a href="#CookieExceptionRuleType">CookieExceptionRuleType</a></td> +<td>Class defining the cookie exception rule types.</td> +</tr> +<tr> <td><a href="#CookieJar">CookieJar</a></td> <td>Class implementing a QNetworkCookieJar subclass with various accept policies.</td> </tr> +<tr> +<td><a href="#CookieKeepPolicy">CookieKeepPolicy</a></td> +<td>Class defining the cookie keep policies.</td> +</tr> </table> <h3>Functions</h3> @@ -31,6 +43,74 @@ <hr /> <hr /> +<a NAME="CookieAcceptPolicy" ID="CookieAcceptPolicy"></a> +<h2>CookieAcceptPolicy</h2> +<p> + Class defining the cookie accept policies. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Always</td></tr> +<tr><td>Never</td></tr> +<tr><td>OnlyFromSitesNavigatedTo</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="CookieExceptionRuleType" ID="CookieExceptionRuleType"></a> +<h2>CookieExceptionRuleType</h2> +<p> + Class defining the cookie exception rule types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Allow</td></tr> +<tr><td>AllowForSession</td></tr> +<tr><td>Block</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="CookieJar" ID="CookieJar"></a> <h2>CookieJar</h2> <p> @@ -50,16 +130,7 @@ QNetworkCookieJar <h3>Class Attributes</h3> <table> -<tr><td>AcceptAlways</td></tr> -<tr><td>AcceptMax</td></tr> -<tr><td>AcceptNever</td></tr> -<tr><td>AcceptOnlyFromSitesNavigatedTo</td></tr> -<tr><td>Allow</td></tr> -<tr><td>AllowForSession</td></tr> -<tr><td>Block</td></tr> -<tr><td>KeepMax</td></tr> -<tr><td>KeepUntilExit</td></tr> -<tr><td>KeepUntilExpire</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -632,11 +703,44 @@ <dl> -<dt><i>policy</i> (int)</dt> +<dt><i>policy</i> (CookieKeepPolicy)</dt> <dd> keep policy to be set </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="CookieKeepPolicy" ID="CookieKeepPolicy"></a> +<h2>CookieKeepPolicy</h2> +<p> + Class defining the cookie keep policies. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>UntilExit</td></tr> +<tr><td>UntilExpire</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>