eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieManagerDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.FlashCookieManager.FlashCookieManagerDialog</h1> 23 <h1>eric6.WebBrowser.FlashCookieManager.FlashCookieManagerDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to manage the flash cookies. 26 Module implementing a dialog to manage the flash cookies.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#FlashCookieManagerDialog">FlashCookieManagerDialog</a></td> 38 <td><a href="#FlashCookieManagerDialog">FlashCookieManagerDialog</a></td>
34 <td>Class implementing a dialog to manage the flash cookies.</td> 39 <td>Class implementing a dialog to manage the flash cookies.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
38 <table> 43
39 <tr><td>None</td></tr> 44 <table>
40 </table> 45 <tr><td>None</td></tr>
41 <hr /><hr /> 46 </table>
47 <hr />
48 <hr />
42 <a NAME="FlashCookieManagerDialog" ID="FlashCookieManagerDialog"></a> 49 <a NAME="FlashCookieManagerDialog" ID="FlashCookieManagerDialog"></a>
43 <h2>FlashCookieManagerDialog</h2> 50 <h2>FlashCookieManagerDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to manage the flash cookies. 53 Class implementing a dialog to manage the flash cookies.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_FlashCookieManagerDialog 56 QDialog, Ui_FlashCookieManagerDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#FlashCookieManagerDialog.__init__">FlashCookieManagerDialog</a></td> 72 <td><a href="#FlashCookieManagerDialog.__init__">FlashCookieManagerDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#FlashCookieManagerDialog.__addBlacklist">__addBlacklist</a></td> 76 <td><a href="#FlashCookieManagerDialog.__addBlacklist">__addBlacklist</a></td>
64 <td>Private method to add a cookie origin to the blacklist.</td> 77 <td>Private method to add a cookie origin to the blacklist.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#FlashCookieManagerDialog.__addWhitelist">__addWhitelist</a></td> 80 <td><a href="#FlashCookieManagerDialog.__addWhitelist">__addWhitelist</a></td>
67 <td>Private method to add a cookie origin to the whitelist.</td> 81 <td>Private method to add a cookie origin to the whitelist.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#FlashCookieManagerDialog.__cookiesListContextMenuRequested">__cookiesListContextMenuRequested</a></td> 84 <td><a href="#FlashCookieManagerDialog.__cookiesListContextMenuRequested">__cookiesListContextMenuRequested</a></td>
70 <td>Private slot handling the cookies list context menu.</td> 85 <td>Private slot handling the cookies list context menu.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#FlashCookieManagerDialog.__refreshCookiesList">__refreshCookiesList</a></td> 88 <td><a href="#FlashCookieManagerDialog.__refreshCookiesList">__refreshCookiesList</a></td>
73 <td>Private slot to refresh the cookies list.</td> 89 <td>Private slot to refresh the cookies list.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#FlashCookieManagerDialog.__refreshFilterLists">__refreshFilterLists</a></td> 92 <td><a href="#FlashCookieManagerDialog.__refreshFilterLists">__refreshFilterLists</a></td>
76 <td>Private slot to refresh the white and black lists.</td> 93 <td>Private slot to refresh the white and black lists.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#FlashCookieManagerDialog.closeEvent">closeEvent</a></td> 96 <td><a href="#FlashCookieManagerDialog.closeEvent">closeEvent</a></td>
79 <td>Protected method to handle the close event.</td> 97 <td>Protected method to handle the close event.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#FlashCookieManagerDialog.on_addBlackButton_clicked">on_addBlackButton_clicked</a></td> 100 <td><a href="#FlashCookieManagerDialog.on_addBlackButton_clicked">on_addBlackButton_clicked</a></td>
82 <td>Private slot to add a server to the blacklist.</td> 101 <td>Private slot to add a server to the blacklist.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#FlashCookieManagerDialog.on_addWhiteButton_clicked">on_addWhiteButton_clicked</a></td> 104 <td><a href="#FlashCookieManagerDialog.on_addWhiteButton_clicked">on_addWhiteButton_clicked</a></td>
85 <td>Private slot to add a server to the whitelist.</td> 105 <td>Private slot to add a server to the whitelist.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#FlashCookieManagerDialog.on_blackList_itemSelectionChanged">on_blackList_itemSelectionChanged</a></td> 108 <td><a href="#FlashCookieManagerDialog.on_blackList_itemSelectionChanged">on_blackList_itemSelectionChanged</a></td>
88 <td>Private slot handling the selection of items in the blacklist.</td> 109 <td>Private slot handling the selection of items in the blacklist.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#FlashCookieManagerDialog.on_cookiesList_currentItemChanged">on_cookiesList_currentItemChanged</a></td> 112 <td><a href="#FlashCookieManagerDialog.on_cookiesList_currentItemChanged">on_cookiesList_currentItemChanged</a></td>
91 <td>Private slot handling a change of the current cookie item.</td> 113 <td>Private slot handling a change of the current cookie item.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#FlashCookieManagerDialog.on_filterEdit_textChanged">on_filterEdit_textChanged</a></td> 116 <td><a href="#FlashCookieManagerDialog.on_filterEdit_textChanged">on_filterEdit_textChanged</a></td>
94 <td>Private slot to filter the cookies list.</td> 117 <td>Private slot to filter the cookies list.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#FlashCookieManagerDialog.on_reloadButton_clicked">on_reloadButton_clicked</a></td> 120 <td><a href="#FlashCookieManagerDialog.on_reloadButton_clicked">on_reloadButton_clicked</a></td>
97 <td>Private slot handling a press of the reload button.</td> 121 <td>Private slot handling a press of the reload button.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#FlashCookieManagerDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td> 124 <td><a href="#FlashCookieManagerDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td>
100 <td>Private slot to remove all cookies.</td> 125 <td>Private slot to remove all cookies.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#FlashCookieManagerDialog.on_removeBlackButton_clicked">on_removeBlackButton_clicked</a></td> 128 <td><a href="#FlashCookieManagerDialog.on_removeBlackButton_clicked">on_removeBlackButton_clicked</a></td>
103 <td>Private slot to remove a server from the blacklist.</td> 129 <td>Private slot to remove a server from the blacklist.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#FlashCookieManagerDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 132 <td><a href="#FlashCookieManagerDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
106 <td>Private slot to remove one cookie or a cookie group.</td> 133 <td>Private slot to remove one cookie or a cookie group.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#FlashCookieManagerDialog.on_removeWhiteButton_clicked">on_removeWhiteButton_clicked</a></td> 136 <td><a href="#FlashCookieManagerDialog.on_removeWhiteButton_clicked">on_removeWhiteButton_clicked</a></td>
109 <td>Private slot to remove a server from the whitelist.</td> 137 <td>Private slot to remove a server from the whitelist.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#FlashCookieManagerDialog.on_whiteList_itemSelectionChanged">on_whiteList_itemSelectionChanged</a></td> 140 <td><a href="#FlashCookieManagerDialog.on_whiteList_itemSelectionChanged">on_whiteList_itemSelectionChanged</a></td>
112 <td>Private slot handling the selection of items in the whitelist.</td> 141 <td>Private slot handling the selection of items in the whitelist.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#FlashCookieManagerDialog.refreshView">refreshView</a></td> 144 <td><a href="#FlashCookieManagerDialog.refreshView">refreshView</a></td>
115 <td>Public method to refresh the dialog view.</td> 145 <td>Public method to refresh the dialog view.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#FlashCookieManagerDialog.showPage">showPage</a></td> 148 <td><a href="#FlashCookieManagerDialog.showPage">showPage</a></td>
118 <td>Public method to display a given page.</td> 149 <td>Public method to display a given page.</td>
119 </tr> 150 </tr>
120 </table> 151 </table>
121 <h3>Static Methods</h3> 152 <h3>Static Methods</h3>
122 <table> 153
123 <tr><td>None</td></tr> 154 <table>
124 </table> 155 <tr><td>None</td></tr>
156 </table>
157
125 <a NAME="FlashCookieManagerDialog.__init__" ID="FlashCookieManagerDialog.__init__"></a> 158 <a NAME="FlashCookieManagerDialog.__init__" ID="FlashCookieManagerDialog.__init__"></a>
126 <h4>FlashCookieManagerDialog (Constructor)</h4> 159 <h4>FlashCookieManagerDialog (Constructor)</h4>
127 <b>FlashCookieManagerDialog</b>(<i>manager, parent=None</i>) 160 <b>FlashCookieManagerDialog</b>(<i>manager, parent=None</i>)
161
128 <p> 162 <p>
129 Constructor 163 Constructor
130 </p><dl> 164 </p>
165 <dl>
166
131 <dt><i>manager</i> (FlashCookieManager)</dt> 167 <dt><i>manager</i> (FlashCookieManager)</dt>
132 <dd> 168 <dd>
133 reference to the Flash cookie manager object 169 reference to the Flash cookie manager object
134 </dd><dt><i>parent</i> (QWidget)</dt> 170 </dd>
171 <dt><i>parent</i> (QWidget)</dt>
135 <dd> 172 <dd>
136 reference to the parent widget 173 reference to the parent widget
137 </dd> 174 </dd>
138 </dl><a NAME="FlashCookieManagerDialog.__addBlacklist" ID="FlashCookieManagerDialog.__addBlacklist"></a> 175 </dl>
176 <a NAME="FlashCookieManagerDialog.__addBlacklist" ID="FlashCookieManagerDialog.__addBlacklist"></a>
139 <h4>FlashCookieManagerDialog.__addBlacklist</h4> 177 <h4>FlashCookieManagerDialog.__addBlacklist</h4>
140 <b>__addBlacklist</b>(<i>origin</i>) 178 <b>__addBlacklist</b>(<i>origin</i>)
179
141 <p> 180 <p>
142 Private method to add a cookie origin to the blacklist. 181 Private method to add a cookie origin to the blacklist.
143 </p><dl> 182 </p>
183 <dl>
184
144 <dt><i>origin</i> (str)</dt> 185 <dt><i>origin</i> (str)</dt>
145 <dd> 186 <dd>
146 origin to be added to the list 187 origin to be added to the list
147 </dd> 188 </dd>
148 </dl><a NAME="FlashCookieManagerDialog.__addWhitelist" ID="FlashCookieManagerDialog.__addWhitelist"></a> 189 </dl>
190 <a NAME="FlashCookieManagerDialog.__addWhitelist" ID="FlashCookieManagerDialog.__addWhitelist"></a>
149 <h4>FlashCookieManagerDialog.__addWhitelist</h4> 191 <h4>FlashCookieManagerDialog.__addWhitelist</h4>
150 <b>__addWhitelist</b>(<i>origin</i>) 192 <b>__addWhitelist</b>(<i>origin</i>)
193
151 <p> 194 <p>
152 Private method to add a cookie origin to the whitelist. 195 Private method to add a cookie origin to the whitelist.
153 </p><dl> 196 </p>
197 <dl>
198
154 <dt><i>origin</i> (str)</dt> 199 <dt><i>origin</i> (str)</dt>
155 <dd> 200 <dd>
156 origin to be added to the list 201 origin to be added to the list
157 </dd> 202 </dd>
158 </dl><a NAME="FlashCookieManagerDialog.__cookiesListContextMenuRequested" ID="FlashCookieManagerDialog.__cookiesListContextMenuRequested"></a> 203 </dl>
204 <a NAME="FlashCookieManagerDialog.__cookiesListContextMenuRequested" ID="FlashCookieManagerDialog.__cookiesListContextMenuRequested"></a>
159 <h4>FlashCookieManagerDialog.__cookiesListContextMenuRequested</h4> 205 <h4>FlashCookieManagerDialog.__cookiesListContextMenuRequested</h4>
160 <b>__cookiesListContextMenuRequested</b>(<i>pos</i>) 206 <b>__cookiesListContextMenuRequested</b>(<i>pos</i>)
207
161 <p> 208 <p>
162 Private slot handling the cookies list context menu. 209 Private slot handling the cookies list context menu.
163 </p><dl> 210 </p>
211 <dl>
212
164 <dt><i>pos</i> (QPoint)</dt> 213 <dt><i>pos</i> (QPoint)</dt>
165 <dd> 214 <dd>
166 position to show the menu at 215 position to show the menu at
167 </dd> 216 </dd>
168 </dl><a NAME="FlashCookieManagerDialog.__refreshCookiesList" ID="FlashCookieManagerDialog.__refreshCookiesList"></a> 217 </dl>
218 <a NAME="FlashCookieManagerDialog.__refreshCookiesList" ID="FlashCookieManagerDialog.__refreshCookiesList"></a>
169 <h4>FlashCookieManagerDialog.__refreshCookiesList</h4> 219 <h4>FlashCookieManagerDialog.__refreshCookiesList</h4>
170 <b>__refreshCookiesList</b>(<i></i>) 220 <b>__refreshCookiesList</b>(<i></i>)
221
171 <p> 222 <p>
172 Private slot to refresh the cookies list. 223 Private slot to refresh the cookies list.
173 </p><a NAME="FlashCookieManagerDialog.__refreshFilterLists" ID="FlashCookieManagerDialog.__refreshFilterLists"></a> 224 </p>
225 <a NAME="FlashCookieManagerDialog.__refreshFilterLists" ID="FlashCookieManagerDialog.__refreshFilterLists"></a>
174 <h4>FlashCookieManagerDialog.__refreshFilterLists</h4> 226 <h4>FlashCookieManagerDialog.__refreshFilterLists</h4>
175 <b>__refreshFilterLists</b>(<i></i>) 227 <b>__refreshFilterLists</b>(<i></i>)
228
176 <p> 229 <p>
177 Private slot to refresh the white and black lists. 230 Private slot to refresh the white and black lists.
178 </p><a NAME="FlashCookieManagerDialog.closeEvent" ID="FlashCookieManagerDialog.closeEvent"></a> 231 </p>
232 <a NAME="FlashCookieManagerDialog.closeEvent" ID="FlashCookieManagerDialog.closeEvent"></a>
179 <h4>FlashCookieManagerDialog.closeEvent</h4> 233 <h4>FlashCookieManagerDialog.closeEvent</h4>
180 <b>closeEvent</b>(<i>evt</i>) 234 <b>closeEvent</b>(<i>evt</i>)
235
181 <p> 236 <p>
182 Protected method to handle the close event. 237 Protected method to handle the close event.
183 </p><dl> 238 </p>
239 <dl>
240
184 <dt><i>evt</i> (QCloseEvent)</dt> 241 <dt><i>evt</i> (QCloseEvent)</dt>
185 <dd> 242 <dd>
186 reference to the close event 243 reference to the close event
187 </dd> 244 </dd>
188 </dl><a NAME="FlashCookieManagerDialog.on_addBlackButton_clicked" ID="FlashCookieManagerDialog.on_addBlackButton_clicked"></a> 245 </dl>
246 <a NAME="FlashCookieManagerDialog.on_addBlackButton_clicked" ID="FlashCookieManagerDialog.on_addBlackButton_clicked"></a>
189 <h4>FlashCookieManagerDialog.on_addBlackButton_clicked</h4> 247 <h4>FlashCookieManagerDialog.on_addBlackButton_clicked</h4>
190 <b>on_addBlackButton_clicked</b>(<i></i>) 248 <b>on_addBlackButton_clicked</b>(<i></i>)
249
191 <p> 250 <p>
192 Private slot to add a server to the blacklist. 251 Private slot to add a server to the blacklist.
193 </p><a NAME="FlashCookieManagerDialog.on_addWhiteButton_clicked" ID="FlashCookieManagerDialog.on_addWhiteButton_clicked"></a> 252 </p>
253 <a NAME="FlashCookieManagerDialog.on_addWhiteButton_clicked" ID="FlashCookieManagerDialog.on_addWhiteButton_clicked"></a>
194 <h4>FlashCookieManagerDialog.on_addWhiteButton_clicked</h4> 254 <h4>FlashCookieManagerDialog.on_addWhiteButton_clicked</h4>
195 <b>on_addWhiteButton_clicked</b>(<i></i>) 255 <b>on_addWhiteButton_clicked</b>(<i></i>)
256
196 <p> 257 <p>
197 Private slot to add a server to the whitelist. 258 Private slot to add a server to the whitelist.
198 </p><a NAME="FlashCookieManagerDialog.on_blackList_itemSelectionChanged" ID="FlashCookieManagerDialog.on_blackList_itemSelectionChanged"></a> 259 </p>
260 <a NAME="FlashCookieManagerDialog.on_blackList_itemSelectionChanged" ID="FlashCookieManagerDialog.on_blackList_itemSelectionChanged"></a>
199 <h4>FlashCookieManagerDialog.on_blackList_itemSelectionChanged</h4> 261 <h4>FlashCookieManagerDialog.on_blackList_itemSelectionChanged</h4>
200 <b>on_blackList_itemSelectionChanged</b>(<i></i>) 262 <b>on_blackList_itemSelectionChanged</b>(<i></i>)
263
201 <p> 264 <p>
202 Private slot handling the selection of items in the blacklist. 265 Private slot handling the selection of items in the blacklist.
203 </p><a NAME="FlashCookieManagerDialog.on_cookiesList_currentItemChanged" ID="FlashCookieManagerDialog.on_cookiesList_currentItemChanged"></a> 266 </p>
267 <a NAME="FlashCookieManagerDialog.on_cookiesList_currentItemChanged" ID="FlashCookieManagerDialog.on_cookiesList_currentItemChanged"></a>
204 <h4>FlashCookieManagerDialog.on_cookiesList_currentItemChanged</h4> 268 <h4>FlashCookieManagerDialog.on_cookiesList_currentItemChanged</h4>
205 <b>on_cookiesList_currentItemChanged</b>(<i>current, previous</i>) 269 <b>on_cookiesList_currentItemChanged</b>(<i>current, previous</i>)
270
206 <p> 271 <p>
207 Private slot handling a change of the current cookie item. 272 Private slot handling a change of the current cookie item.
208 </p><dl> 273 </p>
274 <dl>
275
209 <dt><i>current</i> (QTreeWidgetItem)</dt> 276 <dt><i>current</i> (QTreeWidgetItem)</dt>
210 <dd> 277 <dd>
211 reference to the current item 278 reference to the current item
212 </dd><dt><i>previous</i> (QTreeWidgetItem)</dt> 279 </dd>
280 <dt><i>previous</i> (QTreeWidgetItem)</dt>
213 <dd> 281 <dd>
214 reference to the previous item 282 reference to the previous item
215 </dd> 283 </dd>
216 </dl><a NAME="FlashCookieManagerDialog.on_filterEdit_textChanged" ID="FlashCookieManagerDialog.on_filterEdit_textChanged"></a> 284 </dl>
285 <a NAME="FlashCookieManagerDialog.on_filterEdit_textChanged" ID="FlashCookieManagerDialog.on_filterEdit_textChanged"></a>
217 <h4>FlashCookieManagerDialog.on_filterEdit_textChanged</h4> 286 <h4>FlashCookieManagerDialog.on_filterEdit_textChanged</h4>
218 <b>on_filterEdit_textChanged</b>(<i>filterStr</i>) 287 <b>on_filterEdit_textChanged</b>(<i>filterStr</i>)
288
219 <p> 289 <p>
220 Private slot to filter the cookies list. 290 Private slot to filter the cookies list.
221 </p><dl> 291 </p>
292 <dl>
293
222 <dt><i>filterStr</i> (str)</dt> 294 <dt><i>filterStr</i> (str)</dt>
223 <dd> 295 <dd>
224 filter text 296 filter text
225 </dd> 297 </dd>
226 </dl><a NAME="FlashCookieManagerDialog.on_reloadButton_clicked" ID="FlashCookieManagerDialog.on_reloadButton_clicked"></a> 298 </dl>
299 <a NAME="FlashCookieManagerDialog.on_reloadButton_clicked" ID="FlashCookieManagerDialog.on_reloadButton_clicked"></a>
227 <h4>FlashCookieManagerDialog.on_reloadButton_clicked</h4> 300 <h4>FlashCookieManagerDialog.on_reloadButton_clicked</h4>
228 <b>on_reloadButton_clicked</b>(<i></i>) 301 <b>on_reloadButton_clicked</b>(<i></i>)
302
229 <p> 303 <p>
230 Private slot handling a press of the reload button. 304 Private slot handling a press of the reload button.
231 </p><a NAME="FlashCookieManagerDialog.on_removeAllButton_clicked" ID="FlashCookieManagerDialog.on_removeAllButton_clicked"></a> 305 </p>
306 <a NAME="FlashCookieManagerDialog.on_removeAllButton_clicked" ID="FlashCookieManagerDialog.on_removeAllButton_clicked"></a>
232 <h4>FlashCookieManagerDialog.on_removeAllButton_clicked</h4> 307 <h4>FlashCookieManagerDialog.on_removeAllButton_clicked</h4>
233 <b>on_removeAllButton_clicked</b>(<i></i>) 308 <b>on_removeAllButton_clicked</b>(<i></i>)
309
234 <p> 310 <p>
235 Private slot to remove all cookies. 311 Private slot to remove all cookies.
236 </p><a NAME="FlashCookieManagerDialog.on_removeBlackButton_clicked" ID="FlashCookieManagerDialog.on_removeBlackButton_clicked"></a> 312 </p>
313 <a NAME="FlashCookieManagerDialog.on_removeBlackButton_clicked" ID="FlashCookieManagerDialog.on_removeBlackButton_clicked"></a>
237 <h4>FlashCookieManagerDialog.on_removeBlackButton_clicked</h4> 314 <h4>FlashCookieManagerDialog.on_removeBlackButton_clicked</h4>
238 <b>on_removeBlackButton_clicked</b>(<i></i>) 315 <b>on_removeBlackButton_clicked</b>(<i></i>)
316
239 <p> 317 <p>
240 Private slot to remove a server from the blacklist. 318 Private slot to remove a server from the blacklist.
241 </p><a NAME="FlashCookieManagerDialog.on_removeButton_clicked" ID="FlashCookieManagerDialog.on_removeButton_clicked"></a> 319 </p>
320 <a NAME="FlashCookieManagerDialog.on_removeButton_clicked" ID="FlashCookieManagerDialog.on_removeButton_clicked"></a>
242 <h4>FlashCookieManagerDialog.on_removeButton_clicked</h4> 321 <h4>FlashCookieManagerDialog.on_removeButton_clicked</h4>
243 <b>on_removeButton_clicked</b>(<i></i>) 322 <b>on_removeButton_clicked</b>(<i></i>)
323
244 <p> 324 <p>
245 Private slot to remove one cookie or a cookie group. 325 Private slot to remove one cookie or a cookie group.
246 </p><a NAME="FlashCookieManagerDialog.on_removeWhiteButton_clicked" ID="FlashCookieManagerDialog.on_removeWhiteButton_clicked"></a> 326 </p>
327 <a NAME="FlashCookieManagerDialog.on_removeWhiteButton_clicked" ID="FlashCookieManagerDialog.on_removeWhiteButton_clicked"></a>
247 <h4>FlashCookieManagerDialog.on_removeWhiteButton_clicked</h4> 328 <h4>FlashCookieManagerDialog.on_removeWhiteButton_clicked</h4>
248 <b>on_removeWhiteButton_clicked</b>(<i></i>) 329 <b>on_removeWhiteButton_clicked</b>(<i></i>)
330
249 <p> 331 <p>
250 Private slot to remove a server from the whitelist. 332 Private slot to remove a server from the whitelist.
251 </p><a NAME="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged" ID="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged"></a> 333 </p>
334 <a NAME="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged" ID="FlashCookieManagerDialog.on_whiteList_itemSelectionChanged"></a>
252 <h4>FlashCookieManagerDialog.on_whiteList_itemSelectionChanged</h4> 335 <h4>FlashCookieManagerDialog.on_whiteList_itemSelectionChanged</h4>
253 <b>on_whiteList_itemSelectionChanged</b>(<i></i>) 336 <b>on_whiteList_itemSelectionChanged</b>(<i></i>)
337
254 <p> 338 <p>
255 Private slot handling the selection of items in the whitelist. 339 Private slot handling the selection of items in the whitelist.
256 </p><a NAME="FlashCookieManagerDialog.refreshView" ID="FlashCookieManagerDialog.refreshView"></a> 340 </p>
341 <a NAME="FlashCookieManagerDialog.refreshView" ID="FlashCookieManagerDialog.refreshView"></a>
257 <h4>FlashCookieManagerDialog.refreshView</h4> 342 <h4>FlashCookieManagerDialog.refreshView</h4>
258 <b>refreshView</b>(<i>forceReload=False</i>) 343 <b>refreshView</b>(<i>forceReload=False</i>)
344
259 <p> 345 <p>
260 Public method to refresh the dialog view. 346 Public method to refresh the dialog view.
261 </p><dl> 347 </p>
348 <dl>
349
262 <dt><i>forceReload</i> (bool)</dt> 350 <dt><i>forceReload</i> (bool)</dt>
263 <dd> 351 <dd>
264 flag indicating to reload the cookies 352 flag indicating to reload the cookies
265 </dd> 353 </dd>
266 </dl><a NAME="FlashCookieManagerDialog.showPage" ID="FlashCookieManagerDialog.showPage"></a> 354 </dl>
355 <a NAME="FlashCookieManagerDialog.showPage" ID="FlashCookieManagerDialog.showPage"></a>
267 <h4>FlashCookieManagerDialog.showPage</h4> 356 <h4>FlashCookieManagerDialog.showPage</h4>
268 <b>showPage</b>(<i>index</i>) 357 <b>showPage</b>(<i>index</i>)
358
269 <p> 359 <p>
270 Public method to display a given page. 360 Public method to display a given page.
271 </p><dl> 361 </p>
362 <dl>
363
272 <dt><i>index</i> (int)</dt> 364 <dt><i>index</i> (int)</dt>
273 <dd> 365 <dd>
274 index of the page to be shown 366 index of the page to be shown
275 </dd> 367 </dd>
276 </dl> 368 </dl>

eric ide

mercurial