eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockDialog.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.AdBlock.AdBlockDialog</h1> 23 <h1>eric6.WebBrowser.AdBlock.AdBlockDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the AdBlock configuration dialog. 26 Module implementing the AdBlock configuration dialog.
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="#AdBlockDialog">AdBlockDialog</a></td> 38 <td><a href="#AdBlockDialog">AdBlockDialog</a></td>
34 <td>Class implementing the AdBlock configuration dialog.</td> 39 <td>Class implementing the AdBlock configuration dialog.</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="AdBlockDialog" ID="AdBlockDialog"></a> 49 <a NAME="AdBlockDialog" ID="AdBlockDialog"></a>
43 <h2>AdBlockDialog</h2> 50 <h2>AdBlockDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the AdBlock configuration dialog. 53 Class implementing the AdBlock configuration dialog.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_AdBlockDialog 56 QDialog, Ui_AdBlockDialog
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="#AdBlockDialog.__init__">AdBlockDialog</a></td> 72 <td><a href="#AdBlockDialog.__init__">AdBlockDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#AdBlockDialog.__aboutToShowActionMenu">__aboutToShowActionMenu</a></td> 76 <td><a href="#AdBlockDialog.__aboutToShowActionMenu">__aboutToShowActionMenu</a></td>
64 <td>Private slot to show the actions menu.</td> 77 <td>Private slot to show the actions menu.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#AdBlockDialog.__addCustomRule">__addCustomRule</a></td> 80 <td><a href="#AdBlockDialog.__addCustomRule">__addCustomRule</a></td>
67 <td>Private slot to add a custom AdBlock rule.</td> 81 <td>Private slot to add a custom AdBlock rule.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#AdBlockDialog.__browseSubscriptions">__browseSubscriptions</a></td> 84 <td><a href="#AdBlockDialog.__browseSubscriptions">__browseSubscriptions</a></td>
70 <td>Private slot to browse the list of available AdBlock subscriptions.</td> 85 <td>Private slot to browse the list of available AdBlock subscriptions.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#AdBlockDialog.__learnAboutWritingFilters">__learnAboutWritingFilters</a></td> 88 <td><a href="#AdBlockDialog.__learnAboutWritingFilters">__learnAboutWritingFilters</a></td>
73 <td>Private slot to show the web page about how to write filters.</td> 89 <td>Private slot to show the web page about how to write filters.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#AdBlockDialog.__load">__load</a></td> 92 <td><a href="#AdBlockDialog.__load">__load</a></td>
76 <td>Private slot to populate the tab widget with subscriptions.</td> 93 <td>Private slot to populate the tab widget with subscriptions.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#AdBlockDialog.__loadSubscriptions">__loadSubscriptions</a></td> 96 <td><a href="#AdBlockDialog.__loadSubscriptions">__loadSubscriptions</a></td>
79 <td>Private slot to load the AdBlock subscription rules.</td> 97 <td>Private slot to load the AdBlock subscription rules.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#AdBlockDialog.__managerEnabledChanged">__managerEnabledChanged</a></td> 100 <td><a href="#AdBlockDialog.__managerEnabledChanged">__managerEnabledChanged</a></td>
82 <td>Private slot handling a change of the AdBlock manager enabled state.</td> 101 <td>Private slot handling a change of the AdBlock manager enabled state.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#AdBlockDialog.__removeCustomRule">__removeCustomRule</a></td> 104 <td><a href="#AdBlockDialog.__removeCustomRule">__removeCustomRule</a></td>
85 <td>Private slot to remove a custom AdBlock rule.</td> 105 <td>Private slot to remove a custom AdBlock rule.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#AdBlockDialog.__removeSubscription">__removeSubscription</a></td> 108 <td><a href="#AdBlockDialog.__removeSubscription">__removeSubscription</a></td>
88 <td>Private slot to remove the selected subscription.</td> 109 <td>Private slot to remove the selected subscription.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#AdBlockDialog.__setSubscriptionEnabled">__setSubscriptionEnabled</a></td> 112 <td><a href="#AdBlockDialog.__setSubscriptionEnabled">__setSubscriptionEnabled</a></td>
91 <td>Private slot to set the enabled state of a subscription.</td> 113 <td>Private slot to set the enabled state of a subscription.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#AdBlockDialog.__switchSubscriptionEnabled">__switchSubscriptionEnabled</a></td> 116 <td><a href="#AdBlockDialog.__switchSubscriptionEnabled">__switchSubscriptionEnabled</a></td>
94 <td>Private slot to switch the enabled state of the selected subscription.</td> 117 <td>Private slot to switch the enabled state of the selected subscription.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#AdBlockDialog.__updateAllSubscriptions">__updateAllSubscriptions</a></td> 120 <td><a href="#AdBlockDialog.__updateAllSubscriptions">__updateAllSubscriptions</a></td>
97 <td>Private slot to update all subscriptions.</td> 121 <td>Private slot to update all subscriptions.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#AdBlockDialog.__updateSubscription">__updateSubscription</a></td> 124 <td><a href="#AdBlockDialog.__updateSubscription">__updateSubscription</a></td>
100 <td>Private slot to update the selected subscription.</td> 125 <td>Private slot to update the selected subscription.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#AdBlockDialog.addCustomRule">addCustomRule</a></td> 128 <td><a href="#AdBlockDialog.addCustomRule">addCustomRule</a></td>
103 <td>Public slot to add a custom AdBlock rule.</td> 129 <td>Public slot to add a custom AdBlock rule.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#AdBlockDialog.addSubscription">addSubscription</a></td> 132 <td><a href="#AdBlockDialog.addSubscription">addSubscription</a></td>
106 <td>Public slot adding a subscription to the list.</td> 133 <td>Public slot adding a subscription to the list.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#AdBlockDialog.on_adBlockGroup_toggled">on_adBlockGroup_toggled</a></td> 136 <td><a href="#AdBlockDialog.on_adBlockGroup_toggled">on_adBlockGroup_toggled</a></td>
109 <td>Private slot handling the enabling/disabling of AdBlock.</td> 137 <td>Private slot handling the enabling/disabling of AdBlock.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#AdBlockDialog.on_searchEdit_textChanged">on_searchEdit_textChanged</a></td> 140 <td><a href="#AdBlockDialog.on_searchEdit_textChanged">on_searchEdit_textChanged</a></td>
112 <td>Private slot to set a new filter on the current widget.</td> 141 <td>Private slot to set a new filter on the current widget.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#AdBlockDialog.on_subscriptionsTabWidget_currentChanged">on_subscriptionsTabWidget_currentChanged</a></td> 144 <td><a href="#AdBlockDialog.on_subscriptionsTabWidget_currentChanged">on_subscriptionsTabWidget_currentChanged</a></td>
115 <td>Private slot handling the selection of another tab.</td> 145 <td>Private slot handling the selection of another tab.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#AdBlockDialog.on_updateSpinBox_valueChanged">on_updateSpinBox_valueChanged</a></td> 148 <td><a href="#AdBlockDialog.on_updateSpinBox_valueChanged">on_updateSpinBox_valueChanged</a></td>
118 <td>Private slot to handle changes of the update period.</td> 149 <td>Private slot to handle changes of the update period.</td>
119 </tr><tr> 150 </tr>
151 <tr>
120 <td><a href="#AdBlockDialog.on_useLimitedEasyListCheckBox_clicked">on_useLimitedEasyListCheckBox_clicked</a></td> 152 <td><a href="#AdBlockDialog.on_useLimitedEasyListCheckBox_clicked">on_useLimitedEasyListCheckBox_clicked</a></td>
121 <td>Private slot handling the selection of the limited EasyList.</td> 153 <td>Private slot handling the selection of the limited EasyList.</td>
122 </tr> 154 </tr>
123 </table> 155 </table>
124 <h3>Static Methods</h3> 156 <h3>Static Methods</h3>
125 <table> 157
126 <tr><td>None</td></tr> 158 <table>
127 </table> 159 <tr><td>None</td></tr>
160 </table>
161
128 <a NAME="AdBlockDialog.__init__" ID="AdBlockDialog.__init__"></a> 162 <a NAME="AdBlockDialog.__init__" ID="AdBlockDialog.__init__"></a>
129 <h4>AdBlockDialog (Constructor)</h4> 163 <h4>AdBlockDialog (Constructor)</h4>
130 <b>AdBlockDialog</b>(<i>manager, parent=None</i>) 164 <b>AdBlockDialog</b>(<i>manager, parent=None</i>)
165
131 <p> 166 <p>
132 Constructor 167 Constructor
133 </p><dl> 168 </p>
169 <dl>
170
134 <dt><i>manager</i> (AdBlockManager)</dt> 171 <dt><i>manager</i> (AdBlockManager)</dt>
135 <dd> 172 <dd>
136 reference to the AdBlock manager 173 reference to the AdBlock manager
137 </dd><dt><i>parent</i> (QWidget)</dt> 174 </dd>
175 <dt><i>parent</i> (QWidget)</dt>
138 <dd> 176 <dd>
139 reference to the parent object 177 reference to the parent object
140 </dd> 178 </dd>
141 </dl><a NAME="AdBlockDialog.__aboutToShowActionMenu" ID="AdBlockDialog.__aboutToShowActionMenu"></a> 179 </dl>
180 <a NAME="AdBlockDialog.__aboutToShowActionMenu" ID="AdBlockDialog.__aboutToShowActionMenu"></a>
142 <h4>AdBlockDialog.__aboutToShowActionMenu</h4> 181 <h4>AdBlockDialog.__aboutToShowActionMenu</h4>
143 <b>__aboutToShowActionMenu</b>(<i></i>) 182 <b>__aboutToShowActionMenu</b>(<i></i>)
183
144 <p> 184 <p>
145 Private slot to show the actions menu. 185 Private slot to show the actions menu.
146 </p><a NAME="AdBlockDialog.__addCustomRule" ID="AdBlockDialog.__addCustomRule"></a> 186 </p>
187 <a NAME="AdBlockDialog.__addCustomRule" ID="AdBlockDialog.__addCustomRule"></a>
147 <h4>AdBlockDialog.__addCustomRule</h4> 188 <h4>AdBlockDialog.__addCustomRule</h4>
148 <b>__addCustomRule</b>(<i></i>) 189 <b>__addCustomRule</b>(<i></i>)
190
149 <p> 191 <p>
150 Private slot to add a custom AdBlock rule. 192 Private slot to add a custom AdBlock rule.
151 </p><a NAME="AdBlockDialog.__browseSubscriptions" ID="AdBlockDialog.__browseSubscriptions"></a> 193 </p>
194 <a NAME="AdBlockDialog.__browseSubscriptions" ID="AdBlockDialog.__browseSubscriptions"></a>
152 <h4>AdBlockDialog.__browseSubscriptions</h4> 195 <h4>AdBlockDialog.__browseSubscriptions</h4>
153 <b>__browseSubscriptions</b>(<i></i>) 196 <b>__browseSubscriptions</b>(<i></i>)
197
154 <p> 198 <p>
155 Private slot to browse the list of available AdBlock subscriptions. 199 Private slot to browse the list of available AdBlock subscriptions.
156 </p><a NAME="AdBlockDialog.__learnAboutWritingFilters" ID="AdBlockDialog.__learnAboutWritingFilters"></a> 200 </p>
201 <a NAME="AdBlockDialog.__learnAboutWritingFilters" ID="AdBlockDialog.__learnAboutWritingFilters"></a>
157 <h4>AdBlockDialog.__learnAboutWritingFilters</h4> 202 <h4>AdBlockDialog.__learnAboutWritingFilters</h4>
158 <b>__learnAboutWritingFilters</b>(<i></i>) 203 <b>__learnAboutWritingFilters</b>(<i></i>)
204
159 <p> 205 <p>
160 Private slot to show the web page about how to write filters. 206 Private slot to show the web page about how to write filters.
161 </p><a NAME="AdBlockDialog.__load" ID="AdBlockDialog.__load"></a> 207 </p>
208 <a NAME="AdBlockDialog.__load" ID="AdBlockDialog.__load"></a>
162 <h4>AdBlockDialog.__load</h4> 209 <h4>AdBlockDialog.__load</h4>
163 <b>__load</b>(<i></i>) 210 <b>__load</b>(<i></i>)
211
164 <p> 212 <p>
165 Private slot to populate the tab widget with subscriptions. 213 Private slot to populate the tab widget with subscriptions.
166 </p><a NAME="AdBlockDialog.__loadSubscriptions" ID="AdBlockDialog.__loadSubscriptions"></a> 214 </p>
215 <a NAME="AdBlockDialog.__loadSubscriptions" ID="AdBlockDialog.__loadSubscriptions"></a>
167 <h4>AdBlockDialog.__loadSubscriptions</h4> 216 <h4>AdBlockDialog.__loadSubscriptions</h4>
168 <b>__loadSubscriptions</b>(<i></i>) 217 <b>__loadSubscriptions</b>(<i></i>)
218
169 <p> 219 <p>
170 Private slot to load the AdBlock subscription rules. 220 Private slot to load the AdBlock subscription rules.
171 </p><a NAME="AdBlockDialog.__managerEnabledChanged" ID="AdBlockDialog.__managerEnabledChanged"></a> 221 </p>
222 <a NAME="AdBlockDialog.__managerEnabledChanged" ID="AdBlockDialog.__managerEnabledChanged"></a>
172 <h4>AdBlockDialog.__managerEnabledChanged</h4> 223 <h4>AdBlockDialog.__managerEnabledChanged</h4>
173 <b>__managerEnabledChanged</b>(<i>enabled</i>) 224 <b>__managerEnabledChanged</b>(<i>enabled</i>)
225
174 <p> 226 <p>
175 Private slot handling a change of the AdBlock manager enabled state. 227 Private slot handling a change of the AdBlock manager enabled state.
176 </p><dl> 228 </p>
229 <dl>
230
177 <dt><i>enabled</i> (bool)</dt> 231 <dt><i>enabled</i> (bool)</dt>
178 <dd> 232 <dd>
179 flag indicating the enabled state 233 flag indicating the enabled state
180 </dd> 234 </dd>
181 </dl><a NAME="AdBlockDialog.__removeCustomRule" ID="AdBlockDialog.__removeCustomRule"></a> 235 </dl>
236 <a NAME="AdBlockDialog.__removeCustomRule" ID="AdBlockDialog.__removeCustomRule"></a>
182 <h4>AdBlockDialog.__removeCustomRule</h4> 237 <h4>AdBlockDialog.__removeCustomRule</h4>
183 <b>__removeCustomRule</b>(<i></i>) 238 <b>__removeCustomRule</b>(<i></i>)
239
184 <p> 240 <p>
185 Private slot to remove a custom AdBlock rule. 241 Private slot to remove a custom AdBlock rule.
186 </p><a NAME="AdBlockDialog.__removeSubscription" ID="AdBlockDialog.__removeSubscription"></a> 242 </p>
243 <a NAME="AdBlockDialog.__removeSubscription" ID="AdBlockDialog.__removeSubscription"></a>
187 <h4>AdBlockDialog.__removeSubscription</h4> 244 <h4>AdBlockDialog.__removeSubscription</h4>
188 <b>__removeSubscription</b>(<i></i>) 245 <b>__removeSubscription</b>(<i></i>)
246
189 <p> 247 <p>
190 Private slot to remove the selected subscription. 248 Private slot to remove the selected subscription.
191 </p><a NAME="AdBlockDialog.__setSubscriptionEnabled" ID="AdBlockDialog.__setSubscriptionEnabled"></a> 249 </p>
250 <a NAME="AdBlockDialog.__setSubscriptionEnabled" ID="AdBlockDialog.__setSubscriptionEnabled"></a>
192 <h4>AdBlockDialog.__setSubscriptionEnabled</h4> 251 <h4>AdBlockDialog.__setSubscriptionEnabled</h4>
193 <b>__setSubscriptionEnabled</b>(<i>subscription, enable</i>) 252 <b>__setSubscriptionEnabled</b>(<i>subscription, enable</i>)
253
194 <p> 254 <p>
195 Private slot to set the enabled state of a subscription. 255 Private slot to set the enabled state of a subscription.
196 </p><dl> 256 </p>
257 <dl>
258
197 <dt><i>subscription</i> (AdBlockSubscription)</dt> 259 <dt><i>subscription</i> (AdBlockSubscription)</dt>
198 <dd> 260 <dd>
199 subscription to set the state for 261 subscription to set the state for
200 </dd><dt><i>enable</i> (bool)</dt> 262 </dd>
263 <dt><i>enable</i> (bool)</dt>
201 <dd> 264 <dd>
202 state to set to 265 state to set to
203 </dd> 266 </dd>
204 </dl><a NAME="AdBlockDialog.__switchSubscriptionEnabled" ID="AdBlockDialog.__switchSubscriptionEnabled"></a> 267 </dl>
268 <a NAME="AdBlockDialog.__switchSubscriptionEnabled" ID="AdBlockDialog.__switchSubscriptionEnabled"></a>
205 <h4>AdBlockDialog.__switchSubscriptionEnabled</h4> 269 <h4>AdBlockDialog.__switchSubscriptionEnabled</h4>
206 <b>__switchSubscriptionEnabled</b>(<i></i>) 270 <b>__switchSubscriptionEnabled</b>(<i></i>)
271
207 <p> 272 <p>
208 Private slot to switch the enabled state of the selected subscription. 273 Private slot to switch the enabled state of the selected subscription.
209 </p><a NAME="AdBlockDialog.__updateAllSubscriptions" ID="AdBlockDialog.__updateAllSubscriptions"></a> 274 </p>
275 <a NAME="AdBlockDialog.__updateAllSubscriptions" ID="AdBlockDialog.__updateAllSubscriptions"></a>
210 <h4>AdBlockDialog.__updateAllSubscriptions</h4> 276 <h4>AdBlockDialog.__updateAllSubscriptions</h4>
211 <b>__updateAllSubscriptions</b>(<i></i>) 277 <b>__updateAllSubscriptions</b>(<i></i>)
278
212 <p> 279 <p>
213 Private slot to update all subscriptions. 280 Private slot to update all subscriptions.
214 </p><a NAME="AdBlockDialog.__updateSubscription" ID="AdBlockDialog.__updateSubscription"></a> 281 </p>
282 <a NAME="AdBlockDialog.__updateSubscription" ID="AdBlockDialog.__updateSubscription"></a>
215 <h4>AdBlockDialog.__updateSubscription</h4> 283 <h4>AdBlockDialog.__updateSubscription</h4>
216 <b>__updateSubscription</b>(<i></i>) 284 <b>__updateSubscription</b>(<i></i>)
285
217 <p> 286 <p>
218 Private slot to update the selected subscription. 287 Private slot to update the selected subscription.
219 </p><a NAME="AdBlockDialog.addCustomRule" ID="AdBlockDialog.addCustomRule"></a> 288 </p>
289 <a NAME="AdBlockDialog.addCustomRule" ID="AdBlockDialog.addCustomRule"></a>
220 <h4>AdBlockDialog.addCustomRule</h4> 290 <h4>AdBlockDialog.addCustomRule</h4>
221 <b>addCustomRule</b>(<i>filterRule</i>) 291 <b>addCustomRule</b>(<i>filterRule</i>)
292
222 <p> 293 <p>
223 Public slot to add a custom AdBlock rule. 294 Public slot to add a custom AdBlock rule.
224 </p><dl> 295 </p>
296 <dl>
297
225 <dt><i>filterRule</i> (string)</dt> 298 <dt><i>filterRule</i> (string)</dt>
226 <dd> 299 <dd>
227 filter to be added 300 filter to be added
228 </dd> 301 </dd>
229 </dl><a NAME="AdBlockDialog.addSubscription" ID="AdBlockDialog.addSubscription"></a> 302 </dl>
303 <a NAME="AdBlockDialog.addSubscription" ID="AdBlockDialog.addSubscription"></a>
230 <h4>AdBlockDialog.addSubscription</h4> 304 <h4>AdBlockDialog.addSubscription</h4>
231 <b>addSubscription</b>(<i>subscription, refresh=True</i>) 305 <b>addSubscription</b>(<i>subscription, refresh=True</i>)
306
232 <p> 307 <p>
233 Public slot adding a subscription to the list. 308 Public slot adding a subscription to the list.
234 </p><dl> 309 </p>
310 <dl>
311
235 <dt><i>subscription</i> (AdBlockSubscription)</dt> 312 <dt><i>subscription</i> (AdBlockSubscription)</dt>
236 <dd> 313 <dd>
237 reference to the subscription to be 314 reference to the subscription to be
238 added 315 added
239 </dd><dt><i>refresh</i> (bool)</dt> 316 </dd>
317 <dt><i>refresh</i> (bool)</dt>
240 <dd> 318 <dd>
241 flag indicating to refresh the tree 319 flag indicating to refresh the tree
242 </dd> 320 </dd>
243 </dl><a NAME="AdBlockDialog.on_adBlockGroup_toggled" ID="AdBlockDialog.on_adBlockGroup_toggled"></a> 321 </dl>
322 <a NAME="AdBlockDialog.on_adBlockGroup_toggled" ID="AdBlockDialog.on_adBlockGroup_toggled"></a>
244 <h4>AdBlockDialog.on_adBlockGroup_toggled</h4> 323 <h4>AdBlockDialog.on_adBlockGroup_toggled</h4>
245 <b>on_adBlockGroup_toggled</b>(<i>state</i>) 324 <b>on_adBlockGroup_toggled</b>(<i>state</i>)
325
246 <p> 326 <p>
247 Private slot handling the enabling/disabling of AdBlock. 327 Private slot handling the enabling/disabling of AdBlock.
248 </p><dl> 328 </p>
329 <dl>
330
249 <dt><i>state</i> (bool)</dt> 331 <dt><i>state</i> (bool)</dt>
250 <dd> 332 <dd>
251 state of the toggle 333 state of the toggle
252 </dd> 334 </dd>
253 </dl><a NAME="AdBlockDialog.on_searchEdit_textChanged" ID="AdBlockDialog.on_searchEdit_textChanged"></a> 335 </dl>
336 <a NAME="AdBlockDialog.on_searchEdit_textChanged" ID="AdBlockDialog.on_searchEdit_textChanged"></a>
254 <h4>AdBlockDialog.on_searchEdit_textChanged</h4> 337 <h4>AdBlockDialog.on_searchEdit_textChanged</h4>
255 <b>on_searchEdit_textChanged</b>(<i>filterRule</i>) 338 <b>on_searchEdit_textChanged</b>(<i>filterRule</i>)
339
256 <p> 340 <p>
257 Private slot to set a new filter on the current widget. 341 Private slot to set a new filter on the current widget.
258 </p><dl> 342 </p>
343 <dl>
344
259 <dt><i>filterRule</i> (str)</dt> 345 <dt><i>filterRule</i> (str)</dt>
260 <dd> 346 <dd>
261 filter to be set 347 filter to be set
262 </dd> 348 </dd>
263 </dl><a NAME="AdBlockDialog.on_subscriptionsTabWidget_currentChanged" ID="AdBlockDialog.on_subscriptionsTabWidget_currentChanged"></a> 349 </dl>
350 <a NAME="AdBlockDialog.on_subscriptionsTabWidget_currentChanged" ID="AdBlockDialog.on_subscriptionsTabWidget_currentChanged"></a>
264 <h4>AdBlockDialog.on_subscriptionsTabWidget_currentChanged</h4> 351 <h4>AdBlockDialog.on_subscriptionsTabWidget_currentChanged</h4>
265 <b>on_subscriptionsTabWidget_currentChanged</b>(<i>index</i>) 352 <b>on_subscriptionsTabWidget_currentChanged</b>(<i>index</i>)
353
266 <p> 354 <p>
267 Private slot handling the selection of another tab. 355 Private slot handling the selection of another tab.
268 </p><dl> 356 </p>
357 <dl>
358
269 <dt><i>index</i> (int)</dt> 359 <dt><i>index</i> (int)</dt>
270 <dd> 360 <dd>
271 index of the new current tab 361 index of the new current tab
272 </dd> 362 </dd>
273 </dl><a NAME="AdBlockDialog.on_updateSpinBox_valueChanged" ID="AdBlockDialog.on_updateSpinBox_valueChanged"></a> 363 </dl>
364 <a NAME="AdBlockDialog.on_updateSpinBox_valueChanged" ID="AdBlockDialog.on_updateSpinBox_valueChanged"></a>
274 <h4>AdBlockDialog.on_updateSpinBox_valueChanged</h4> 365 <h4>AdBlockDialog.on_updateSpinBox_valueChanged</h4>
275 <b>on_updateSpinBox_valueChanged</b>(<i>value</i>) 366 <b>on_updateSpinBox_valueChanged</b>(<i>value</i>)
367
276 <p> 368 <p>
277 Private slot to handle changes of the update period. 369 Private slot to handle changes of the update period.
278 </p><dl> 370 </p>
371 <dl>
372
279 <dt><i>value</i> (int)</dt> 373 <dt><i>value</i> (int)</dt>
280 <dd> 374 <dd>
281 update period 375 update period
282 </dd> 376 </dd>
283 </dl><a NAME="AdBlockDialog.on_useLimitedEasyListCheckBox_clicked" ID="AdBlockDialog.on_useLimitedEasyListCheckBox_clicked"></a> 377 </dl>
378 <a NAME="AdBlockDialog.on_useLimitedEasyListCheckBox_clicked" ID="AdBlockDialog.on_useLimitedEasyListCheckBox_clicked"></a>
284 <h4>AdBlockDialog.on_useLimitedEasyListCheckBox_clicked</h4> 379 <h4>AdBlockDialog.on_useLimitedEasyListCheckBox_clicked</h4>
285 <b>on_useLimitedEasyListCheckBox_clicked</b>(<i>checked</i>) 380 <b>on_useLimitedEasyListCheckBox_clicked</b>(<i>checked</i>)
381
286 <p> 382 <p>
287 Private slot handling the selection of the limited EasyList. 383 Private slot handling the selection of the limited EasyList.
288 </p><dl> 384 </p>
385 <dl>
386
289 <dt><i>checked</i> (bool)</dt> 387 <dt><i>checked</i> (bool)</dt>
290 <dd> 388 <dd>
291 flag indicating the state of the check box 389 flag indicating the state of the check box
292 </dd> 390 </dd>
293 </dl> 391 </dl>

eric ide

mercurial