20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Helpviewer.CookieJar.CookiesExceptionsDialog</h1> |
23 <h1>eric5.Helpviewer.CookieJar.CookiesExceptionsDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing a dialog for the configuration of cookie exceptions. |
25 Module implementing a dialog for the configuration of cookie exceptions. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#CookiesExceptionsDialog">CookiesExceptionsDialog</a></td> |
34 <td><a href="#CookiesExceptionsDialog">CookiesExceptionsDialog</a></td> |
35 <td>Class implementing a dialog for the configuration of cookie exceptions.</td> |
35 <td>Class implementing a dialog for the configuration of cookie exceptions.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="CookiesExceptionsDialog" ID="CookiesExceptionsDialog"></a> |
43 <a NAME="CookiesExceptionsDialog" ID="CookiesExceptionsDialog"></a> |
44 <h2>CookiesExceptionsDialog</h2> |
44 <h2>CookiesExceptionsDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog for the configuration of cookie exceptions. |
46 Class implementing a dialog for the configuration of cookie exceptions. |
47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QDialog, Ui_CookiesExceptionsDialog |
49 QDialog, Ui_CookiesExceptionsDialog |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#CookiesExceptionsDialog.__init__">CookiesExceptionsDialog</a></td> |
57 <td><a href="#CookiesExceptionsDialog.__init__">CookiesExceptionsDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#CookiesExceptionsDialog.on_allowButton_clicked">on_allowButton_clicked</a></td> |
60 <td><a href="#CookiesExceptionsDialog.on_allowButton_clicked">on_allowButton_clicked</a></td> |
61 <td>Private slot to allow cookies of a domain.</td> |
61 <td>Private slot to allow cookies of a domain.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#CookiesExceptionsDialog.on_allowForSessionButton_clicked">on_allowForSessionButton_clicked</a></td> |
63 <td><a href="#CookiesExceptionsDialog.on_allowForSessionButton_clicked">on_allowForSessionButton_clicked</a></td> |
64 <td>Private slot to allow cookies of a domain for the current session only.</td> |
64 <td>Private slot to allow cookies of a domain for the current session only.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#CookiesExceptionsDialog.on_blockButton_clicked">on_blockButton_clicked</a></td> |
66 <td><a href="#CookiesExceptionsDialog.on_blockButton_clicked">on_blockButton_clicked</a></td> |
67 <td>Private slot to block cookies of a domain.</td> |
67 <td>Private slot to block cookies of a domain.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#CookiesExceptionsDialog.on_domainEdit_textChanged">on_domainEdit_textChanged</a></td> |
69 <td><a href="#CookiesExceptionsDialog.on_domainEdit_textChanged">on_domainEdit_textChanged</a></td> |
70 <td>Private slot to handle a change of the domain edit text.</td> |
70 <td>Private slot to handle a change of the domain edit text.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#CookiesExceptionsDialog.setDomainName">setDomainName</a></td> |
72 <td><a href="#CookiesExceptionsDialog.setDomainName">setDomainName</a></td> |
73 <td>Public method to set the domain to be displayed.</td> |
73 <td>Public method to set the domain to be displayed.</td> |
74 </tr> |
74 </tr> |
75 </table> |
75 </table> |
76 <a NAME="CookiesExceptionsDialog.__init__" ID="CookiesExceptionsDialog.__init__"></a> |
76 <a NAME="CookiesExceptionsDialog.__init__" ID="CookiesExceptionsDialog.__init__"></a> |
77 <h4>CookiesExceptionsDialog (Constructor)</h4> |
77 <h4>CookiesExceptionsDialog (Constructor)</h4> |
78 <b>CookiesExceptionsDialog</b>(<i>cookieJar, parent = None</i>) |
78 <b>CookiesExceptionsDialog</b>(<i>cookieJar, parent = None</i>) |
79 <p> |
79 <p> |
80 Constructor |
80 Constructor |
81 </p><dl> |
81 </p><dl> |
82 <dt><i>cookieJar</i></dt> |
82 <dt><i>cookieJar</i></dt> |
83 <dd> |
83 <dd> |
84 reference to the cookie jar (CookieJar) |
84 reference to the cookie jar (CookieJar) |
85 </dd><dt><i>parent</i></dt> |
85 </dd><dt><i>parent</i></dt> |
86 <dd> |
86 <dd> |
87 reference to the parent widget (QWidget) |
87 reference to the parent widget (QWidget) |
88 </dd> |
88 </dd> |
89 </dl><a NAME="CookiesExceptionsDialog.on_allowButton_clicked" ID="CookiesExceptionsDialog.on_allowButton_clicked"></a> |
89 </dl><a NAME="CookiesExceptionsDialog.on_allowButton_clicked" ID="CookiesExceptionsDialog.on_allowButton_clicked"></a> |
90 <h4>CookiesExceptionsDialog.on_allowButton_clicked</h4> |
90 <h4>CookiesExceptionsDialog.on_allowButton_clicked</h4> |
91 <b>on_allowButton_clicked</b>(<i></i>) |
91 <b>on_allowButton_clicked</b>(<i></i>) |
92 <p> |
92 <p> |
93 Private slot to allow cookies of a domain. |
93 Private slot to allow cookies of a domain. |
94 </p><a NAME="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ID="CookiesExceptionsDialog.on_allowForSessionButton_clicked"></a> |
94 </p><a NAME="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ID="CookiesExceptionsDialog.on_allowForSessionButton_clicked"></a> |
95 <h4>CookiesExceptionsDialog.on_allowForSessionButton_clicked</h4> |
95 <h4>CookiesExceptionsDialog.on_allowForSessionButton_clicked</h4> |
96 <b>on_allowForSessionButton_clicked</b>(<i></i>) |
96 <b>on_allowForSessionButton_clicked</b>(<i></i>) |
97 <p> |
97 <p> |
98 Private slot to allow cookies of a domain for the current session only. |
98 Private slot to allow cookies of a domain for the current session only. |
99 </p><a NAME="CookiesExceptionsDialog.on_blockButton_clicked" ID="CookiesExceptionsDialog.on_blockButton_clicked"></a> |
99 </p><a NAME="CookiesExceptionsDialog.on_blockButton_clicked" ID="CookiesExceptionsDialog.on_blockButton_clicked"></a> |
100 <h4>CookiesExceptionsDialog.on_blockButton_clicked</h4> |
100 <h4>CookiesExceptionsDialog.on_blockButton_clicked</h4> |
101 <b>on_blockButton_clicked</b>(<i></i>) |
101 <b>on_blockButton_clicked</b>(<i></i>) |
102 <p> |
102 <p> |
103 Private slot to block cookies of a domain. |
103 Private slot to block cookies of a domain. |
104 </p><a NAME="CookiesExceptionsDialog.on_domainEdit_textChanged" ID="CookiesExceptionsDialog.on_domainEdit_textChanged"></a> |
104 </p><a NAME="CookiesExceptionsDialog.on_domainEdit_textChanged" ID="CookiesExceptionsDialog.on_domainEdit_textChanged"></a> |
105 <h4>CookiesExceptionsDialog.on_domainEdit_textChanged</h4> |
105 <h4>CookiesExceptionsDialog.on_domainEdit_textChanged</h4> |
106 <b>on_domainEdit_textChanged</b>(<i>txt</i>) |
106 <b>on_domainEdit_textChanged</b>(<i>txt</i>) |
107 <p> |
107 <p> |
108 Private slot to handle a change of the domain edit text. |
108 Private slot to handle a change of the domain edit text. |
109 </p><dl> |
109 </p><dl> |
110 <dt><i>txt</i></dt> |
110 <dt><i>txt</i></dt> |
111 <dd> |
111 <dd> |
112 current text of the edit (string) |
112 current text of the edit (string) |
113 </dd> |
113 </dd> |
114 </dl><a NAME="CookiesExceptionsDialog.setDomainName" ID="CookiesExceptionsDialog.setDomainName"></a> |
114 </dl><a NAME="CookiesExceptionsDialog.setDomainName" ID="CookiesExceptionsDialog.setDomainName"></a> |
115 <h4>CookiesExceptionsDialog.setDomainName</h4> |
115 <h4>CookiesExceptionsDialog.setDomainName</h4> |
116 <b>setDomainName</b>(<i>domain</i>) |
116 <b>setDomainName</b>(<i>domain</i>) |
117 <p> |
117 <p> |
118 Public method to set the domain to be displayed. |
118 Public method to set the domain to be displayed. |
119 </p><dl> |
119 </p><dl> |
120 <dt><i>domain</i></dt> |
120 <dt><i>domain</i></dt> |
121 <dd> |
121 <dd> |
122 domain name to be displayed (string or QString) |
122 domain name to be displayed (string or QString) |
123 </dd> |
123 </dd> |
124 </dl> |
124 </dl> |
125 <div align="right"><a href="#top">Up</a></div> |
125 <div align="right"><a href="#top">Up</a></div> |
126 <hr /> |
126 <hr /> |
127 </body></html> |
127 </body></html> |