Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockDialog.html

changeset 1973
c643c1d33c7b
parent 1972
5341662d6cfb
child 2367
78f6c8193d37
equal deleted inserted replaced
1972:5341662d6cfb 1973:c643c1d33c7b
62 <td>Constructor</td> 62 <td>Constructor</td>
63 </tr><tr> 63 </tr><tr>
64 <td><a href="#AdBlockDialog.__aboutToShowActionMenu">__aboutToShowActionMenu</a></td> 64 <td><a href="#AdBlockDialog.__aboutToShowActionMenu">__aboutToShowActionMenu</a></td>
65 <td>Private slot to show the actions menu.</td> 65 <td>Private slot to show the actions menu.</td>
66 </tr><tr> 66 </tr><tr>
67 <td><a href="#AdBlockDialog.__addCustomRule">__addCustomRule</a></td>
68 <td>Private slot to add a custom AdBlock rule.</td>
69 </tr><tr>
67 <td><a href="#AdBlockDialog.__browseSubscriptions">__browseSubscriptions</a></td> 70 <td><a href="#AdBlockDialog.__browseSubscriptions">__browseSubscriptions</a></td>
68 <td>Private slot to browse the list of available AdBlock subscriptions.</td> 71 <td>Private slot to browse the list of available AdBlock subscriptions.</td>
69 </tr><tr> 72 </tr><tr>
70 <td><a href="#AdBlockDialog.__learnAboutWritingFilters">__learnAboutWritingFilters</a></td> 73 <td><a href="#AdBlockDialog.__learnAboutWritingFilters">__learnAboutWritingFilters</a></td>
71 <td>Private slot to show the web page about how to write filters.</td> 74 <td>Private slot to show the web page about how to write filters.</td>
128 </p><a NAME="AdBlockDialog.__aboutToShowActionMenu" ID="AdBlockDialog.__aboutToShowActionMenu"></a> 131 </p><a NAME="AdBlockDialog.__aboutToShowActionMenu" ID="AdBlockDialog.__aboutToShowActionMenu"></a>
129 <h4>AdBlockDialog.__aboutToShowActionMenu</h4> 132 <h4>AdBlockDialog.__aboutToShowActionMenu</h4>
130 <b>__aboutToShowActionMenu</b>(<i></i>) 133 <b>__aboutToShowActionMenu</b>(<i></i>)
131 <p> 134 <p>
132 Private slot to show the actions menu. 135 Private slot to show the actions menu.
136 </p><a NAME="AdBlockDialog.__addCustomRule" ID="AdBlockDialog.__addCustomRule"></a>
137 <h4>AdBlockDialog.__addCustomRule</h4>
138 <b>__addCustomRule</b>(<i></i>)
139 <p>
140 Private slot to add a custom AdBlock rule.
133 </p><a NAME="AdBlockDialog.__browseSubscriptions" ID="AdBlockDialog.__browseSubscriptions"></a> 141 </p><a NAME="AdBlockDialog.__browseSubscriptions" ID="AdBlockDialog.__browseSubscriptions"></a>
134 <h4>AdBlockDialog.__browseSubscriptions</h4> 142 <h4>AdBlockDialog.__browseSubscriptions</h4>
135 <b>__browseSubscriptions</b>(<i></i>) 143 <b>__browseSubscriptions</b>(<i></i>)
136 <p> 144 <p>
137 Private slot to browse the list of available AdBlock subscriptions. 145 Private slot to browse the list of available AdBlock subscriptions.
188 <b>__updateSubscription</b>(<i></i>) 196 <b>__updateSubscription</b>(<i></i>)
189 <p> 197 <p>
190 Private slot to update the selected subscription. 198 Private slot to update the selected subscription.
191 </p><a NAME="AdBlockDialog.addCustomRule" ID="AdBlockDialog.addCustomRule"></a> 199 </p><a NAME="AdBlockDialog.addCustomRule" ID="AdBlockDialog.addCustomRule"></a>
192 <h4>AdBlockDialog.addCustomRule</h4> 200 <h4>AdBlockDialog.addCustomRule</h4>
193 <b>addCustomRule</b>(<i></i>) 201 <b>addCustomRule</b>(<i>filter</i>)
194 <p> 202 <p>
195 Public slot to add a custom AdBlock rule. 203 Public slot to add a custom AdBlock rule.
196 </p><a NAME="AdBlockDialog.addSubscription" ID="AdBlockDialog.addSubscription"></a> 204 </p><dl>
205 <dt><i>filter</i></dt>
206 <dd>
207 filter to be added (string)
208 </dd>
209 </dl><a NAME="AdBlockDialog.addSubscription" ID="AdBlockDialog.addSubscription"></a>
197 <h4>AdBlockDialog.addSubscription</h4> 210 <h4>AdBlockDialog.addSubscription</h4>
198 <b>addSubscription</b>(<i>subscription, refresh=True</i>) 211 <b>addSubscription</b>(<i>subscription, refresh=True</i>)
199 <p> 212 <p>
200 Public slot adding a subscription to the list. 213 Public slot adding a subscription to the list.
201 </p><dl> 214 </p><dl>

eric ide

mercurial