42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="AdBlockManager" ID="AdBlockManager"></a> |
43 <a NAME="AdBlockManager" ID="AdBlockManager"></a> |
44 <h2>AdBlockManager</h2> |
44 <h2>AdBlockManager</h2> |
45 <p> |
45 <p> |
46 Class implementing the AdBlock manager. |
46 Class implementing the AdBlock manager. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>rulesChanged()</dt> |
49 <dt>rulesChanged()</dt> |
50 <dd> |
50 <dd> |
51 emitted after some rule has changed |
51 emitted after some rule has changed |
52 </dd> |
52 </dd> |
55 QObject |
55 QObject |
56 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |
57 <table> |
57 <table> |
58 <tr><td>None</td></tr> |
58 <tr><td>None</td></tr> |
59 </table> |
59 </table> |
|
60 <h3>Class Methods</h3> |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
60 <h3>Methods</h3> |
64 <h3>Methods</h3> |
61 <table> |
65 <table> |
62 <tr> |
66 <tr> |
63 <td><a href="#AdBlockManager.__init__">AdBlockManager</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#AdBlockManager.__customSubscriptionLocation">__customSubscriptionLocation</a></td> |
67 <td><a href="#AdBlockManager.__customSubscriptionLocation">__customSubscriptionLocation</a></td> |
67 <td>Private method to generate the path for custom subscriptions.</td> |
68 <td>Private method to generate the path for custom subscriptions.</td> |
68 </tr><tr> |
69 </tr><tr> |
69 <td><a href="#AdBlockManager.__customSubscriptionUrl">__customSubscriptionUrl</a></td> |
70 <td><a href="#AdBlockManager.__customSubscriptionUrl">__customSubscriptionUrl</a></td> |
70 <td>Private method to generate the URL for custom subscriptions.</td> |
71 <td>Private method to generate the URL for custom subscriptions.</td> |
106 <td>Public slot to show the AdBlock subscription management dialog.</td> |
107 <td>Public slot to show the AdBlock subscription management dialog.</td> |
107 </tr><tr> |
108 </tr><tr> |
108 <td><a href="#AdBlockManager.subscriptions">subscriptions</a></td> |
109 <td><a href="#AdBlockManager.subscriptions">subscriptions</a></td> |
109 <td>Public method to get all subscriptions.</td> |
110 <td>Public method to get all subscriptions.</td> |
110 </tr> |
111 </tr> |
|
112 </table> |
|
113 <h3>Static Methods</h3> |
|
114 <table> |
|
115 <tr><td>None</td></tr> |
111 </table> |
116 </table> |
112 <a NAME="AdBlockManager.__init__" ID="AdBlockManager.__init__"></a> |
117 <a NAME="AdBlockManager.__init__" ID="AdBlockManager.__init__"></a> |
113 <h4>AdBlockManager (Constructor)</h4> |
118 <h4>AdBlockManager (Constructor)</h4> |
114 <b>AdBlockManager</b>(<i>parent=None</i>) |
119 <b>AdBlockManager</b>(<i>parent=None</i>) |
115 <p> |
120 <p> |