|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Helpviewer.CookieJar.CookiesDialog</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.CookiesDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to show all cookies. |
|
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="#CookiesDialog">CookiesDialog</a></td> |
|
34 <td>Class implementing a dialog to show all cookies.</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="CookiesDialog" ID="CookiesDialog"></a> |
|
43 <h2>CookiesDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to show all cookies. |
|
46 </p> |
|
47 <h3>Derived from</h3> |
|
48 QDialog, Ui_CookiesDialog |
|
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="#CookiesDialog.__init__">CookiesDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#CookiesDialog.__showCookieDetails">__showCookieDetails</a></td> |
|
64 <td>Private slot to show a dialog with the cookie details.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#CookiesDialog.__tableModelReset">__tableModelReset</a></td> |
|
67 <td>Private slot to handle a reset of the cookies table.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#CookiesDialog.__tableSelectionChanged">__tableSelectionChanged</a></td> |
|
70 <td>Private slot to handle a change of selected items.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#CookiesDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
73 <td>Private slot to add a new exception.</td> |
|
74 </tr> |
|
75 </table> |
|
76 <h3>Static Methods</h3> |
|
77 <table> |
|
78 <tr><td>None</td></tr> |
|
79 </table> |
|
80 <a NAME="CookiesDialog.__init__" ID="CookiesDialog.__init__"></a> |
|
81 <h4>CookiesDialog (Constructor)</h4> |
|
82 <b>CookiesDialog</b>(<i>cookieJar, parent=None</i>) |
|
83 <p> |
|
84 Constructor |
|
85 </p><dl> |
|
86 <dt><i>cookieJar</i></dt> |
|
87 <dd> |
|
88 reference to the cookie jar (CookieJar) |
|
89 </dd><dt><i>parent</i></dt> |
|
90 <dd> |
|
91 reference to the parent widget (QWidget) |
|
92 </dd> |
|
93 </dl><a NAME="CookiesDialog.__showCookieDetails" ID="CookiesDialog.__showCookieDetails"></a> |
|
94 <h4>CookiesDialog.__showCookieDetails</h4> |
|
95 <b>__showCookieDetails</b>(<i>index</i>) |
|
96 <p> |
|
97 Private slot to show a dialog with the cookie details. |
|
98 </p><dl> |
|
99 <dt><i>index</i></dt> |
|
100 <dd> |
|
101 index of the entry to show (QModelIndex) |
|
102 </dd> |
|
103 </dl><a NAME="CookiesDialog.__tableModelReset" ID="CookiesDialog.__tableModelReset"></a> |
|
104 <h4>CookiesDialog.__tableModelReset</h4> |
|
105 <b>__tableModelReset</b>(<i></i>) |
|
106 <p> |
|
107 Private slot to handle a reset of the cookies table. |
|
108 </p><a NAME="CookiesDialog.__tableSelectionChanged" ID="CookiesDialog.__tableSelectionChanged"></a> |
|
109 <h4>CookiesDialog.__tableSelectionChanged</h4> |
|
110 <b>__tableSelectionChanged</b>(<i>selected, deselected</i>) |
|
111 <p> |
|
112 Private slot to handle a change of selected items. |
|
113 </p><dl> |
|
114 <dt><i>selected</i></dt> |
|
115 <dd> |
|
116 selected indexes (QItemSelection) |
|
117 </dd><dt><i>deselected</i></dt> |
|
118 <dd> |
|
119 deselected indexes (QItemSelection) |
|
120 </dd> |
|
121 </dl><a NAME="CookiesDialog.on_addButton_clicked" ID="CookiesDialog.on_addButton_clicked"></a> |
|
122 <h4>CookiesDialog.on_addButton_clicked</h4> |
|
123 <b>on_addButton_clicked</b>(<i></i>) |
|
124 <p> |
|
125 Private slot to add a new exception. |
|
126 </p> |
|
127 <div align="right"><a href="#top">Up</a></div> |
|
128 <hr /> |
|
129 </body></html> |