Documentation/Source/eric6.Helpviewer.CookieJar.CookiesExceptionsDialog.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Helpviewer.CookieJar.CookiesExceptionsDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Helpviewer.CookieJar.CookiesExceptionsDialog</h1>
23 <p>
24 Module implementing a dialog for the configuration of cookie exceptions.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#CookiesExceptionsDialog">CookiesExceptionsDialog</a></td>
34 <td>Class implementing a dialog for the configuration of cookie exceptions.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="CookiesExceptionsDialog" ID="CookiesExceptionsDialog"></a>
43 <h2>CookiesExceptionsDialog</h2>
44 <p>
45 Class implementing a dialog for the configuration of cookie exceptions.
46 </p>
47 <h3>Derived from</h3>
48 QDialog, Ui_CookiesExceptionsDialog
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#CookiesExceptionsDialog.__init__">CookiesExceptionsDialog</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#CookiesExceptionsDialog.on_allowButton_clicked">on_allowButton_clicked</a></td>
64 <td>Private slot to allow cookies of a domain.</td>
65 </tr><tr>
66 <td><a href="#CookiesExceptionsDialog.on_allowForSessionButton_clicked">on_allowForSessionButton_clicked</a></td>
67 <td>Private slot to allow cookies of a domain for the current session only.</td>
68 </tr><tr>
69 <td><a href="#CookiesExceptionsDialog.on_blockButton_clicked">on_blockButton_clicked</a></td>
70 <td>Private slot to block cookies of a domain.</td>
71 </tr><tr>
72 <td><a href="#CookiesExceptionsDialog.on_domainEdit_textChanged">on_domainEdit_textChanged</a></td>
73 <td>Private slot to handle a change of the domain edit text.</td>
74 </tr><tr>
75 <td><a href="#CookiesExceptionsDialog.setDomainName">setDomainName</a></td>
76 <td>Public method to set the domain to be displayed.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83 <a NAME="CookiesExceptionsDialog.__init__" ID="CookiesExceptionsDialog.__init__"></a>
84 <h4>CookiesExceptionsDialog (Constructor)</h4>
85 <b>CookiesExceptionsDialog</b>(<i>cookieJar, parent=None</i>)
86 <p>
87 Constructor
88 </p><dl>
89 <dt><i>cookieJar</i></dt>
90 <dd>
91 reference to the cookie jar (CookieJar)
92 </dd><dt><i>parent</i></dt>
93 <dd>
94 reference to the parent widget (QWidget)
95 </dd>
96 </dl><a NAME="CookiesExceptionsDialog.on_allowButton_clicked" ID="CookiesExceptionsDialog.on_allowButton_clicked"></a>
97 <h4>CookiesExceptionsDialog.on_allowButton_clicked</h4>
98 <b>on_allowButton_clicked</b>(<i></i>)
99 <p>
100 Private slot to allow cookies of a domain.
101 </p><a NAME="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ID="CookiesExceptionsDialog.on_allowForSessionButton_clicked"></a>
102 <h4>CookiesExceptionsDialog.on_allowForSessionButton_clicked</h4>
103 <b>on_allowForSessionButton_clicked</b>(<i></i>)
104 <p>
105 Private slot to allow cookies of a domain for the current session only.
106 </p><a NAME="CookiesExceptionsDialog.on_blockButton_clicked" ID="CookiesExceptionsDialog.on_blockButton_clicked"></a>
107 <h4>CookiesExceptionsDialog.on_blockButton_clicked</h4>
108 <b>on_blockButton_clicked</b>(<i></i>)
109 <p>
110 Private slot to block cookies of a domain.
111 </p><a NAME="CookiesExceptionsDialog.on_domainEdit_textChanged" ID="CookiesExceptionsDialog.on_domainEdit_textChanged"></a>
112 <h4>CookiesExceptionsDialog.on_domainEdit_textChanged</h4>
113 <b>on_domainEdit_textChanged</b>(<i>txt</i>)
114 <p>
115 Private slot to handle a change of the domain edit text.
116 </p><dl>
117 <dt><i>txt</i></dt>
118 <dd>
119 current text of the edit (string)
120 </dd>
121 </dl><a NAME="CookiesExceptionsDialog.setDomainName" ID="CookiesExceptionsDialog.setDomainName"></a>
122 <h4>CookiesExceptionsDialog.setDomainName</h4>
123 <b>setDomainName</b>(<i>domain</i>)
124 <p>
125 Public method to set the domain to be displayed.
126 </p><dl>
127 <dt><i>domain</i></dt>
128 <dd>
129 domain name to be displayed (string)
130 </dd>
131 </dl>
132 <div align="right"><a href="#top">Up</a></div>
133 <hr />
134 </body></html>

eric ide

mercurial