Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockDialog.html

changeset 6028
859f6894eed9
parent 5606
da305d172769
--- a/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockDialog.html	Thu Dec 14 19:25:34 2017 +0100
+++ b/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockDialog.html	Mon Dec 18 18:09:39 2017 +0100
@@ -78,6 +78,9 @@
 <td><a href="#AdBlockDialog.__loadSubscriptions">__loadSubscriptions</a></td>
 <td>Private slot to load the AdBlock subscription rules.</td>
 </tr><tr>
+<td><a href="#AdBlockDialog.__managerEnabledChanged">__managerEnabledChanged</a></td>
+<td>Private slot handling a change of the AdBlock manager enabled state.</td>
+</tr><tr>
 <td><a href="#AdBlockDialog.__removeCustomRule">__removeCustomRule</a></td>
 <td>Private slot to remove a custom AdBlock rule.</td>
 </tr><tr>
@@ -128,12 +131,12 @@
 <p>
         Constructor
 </p><dl>
-<dt><i>manager</i></dt>
+<dt><i>manager</i> (AdBlockManager)</dt>
 <dd>
-reference to the AdBlock manager (AdBlockManager)
-</dd><dt><i>parent</i></dt>
+reference to the AdBlock manager
+</dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent object (QWidget)
+reference to the parent object
 </dd>
 </dl><a NAME="AdBlockDialog.__aboutToShowActionMenu" ID="AdBlockDialog.__aboutToShowActionMenu"></a>
 <h4>AdBlockDialog.__aboutToShowActionMenu</h4>
@@ -165,7 +168,17 @@
 <b>__loadSubscriptions</b>(<i></i>)
 <p>
         Private slot to load the AdBlock subscription rules.
-</p><a NAME="AdBlockDialog.__removeCustomRule" ID="AdBlockDialog.__removeCustomRule"></a>
+</p><a NAME="AdBlockDialog.__managerEnabledChanged" ID="AdBlockDialog.__managerEnabledChanged"></a>
+<h4>AdBlockDialog.__managerEnabledChanged</h4>
+<b>__managerEnabledChanged</b>(<i>enabled</i>)
+<p>
+        Private slot handling a change of the AdBlock manager enabled state.
+</p><dl>
+<dt><i>enabled</i> (bool)</dt>
+<dd>
+flag indicating the enabled state
+</dd>
+</dl><a NAME="AdBlockDialog.__removeCustomRule" ID="AdBlockDialog.__removeCustomRule"></a>
 <h4>AdBlockDialog.__removeCustomRule</h4>
 <b>__removeCustomRule</b>(<i></i>)
 <p>
@@ -181,13 +194,12 @@
 <p>
         Private slot to set the enabled state of a subscription.
 </p><dl>
-<dt><i>subscription</i></dt>
+<dt><i>subscription</i> (AdBlockSubscription)</dt>
 <dd>
 subscription to set the state for
-            (AdBlockSubscription)
-</dd><dt><i>enable</i></dt>
+</dd><dt><i>enable</i> (bool)</dt>
 <dd>
-state to set to (boolean)
+state to set to
 </dd>
 </dl><a NAME="AdBlockDialog.__switchSubscriptionEnabled" ID="AdBlockDialog.__switchSubscriptionEnabled"></a>
 <h4>AdBlockDialog.__switchSubscriptionEnabled</h4>
@@ -210,9 +222,9 @@
 <p>
         Public slot to add a custom AdBlock rule.
 </p><dl>
-<dt><i>filterRule</i></dt>
+<dt><i>filterRule</i> (string)</dt>
 <dd>
-filter to be added (string)
+filter to be added
 </dd>
 </dl><a NAME="AdBlockDialog.addSubscription" ID="AdBlockDialog.addSubscription"></a>
 <h4>AdBlockDialog.addSubscription</h4>
@@ -220,13 +232,13 @@
 <p>
         Public slot adding a subscription to the list.
 </p><dl>
-<dt><i>subscription</i></dt>
+<dt><i>subscription</i> (AdBlockSubscription)</dt>
 <dd>
 reference to the subscription to be
-            added (AdBlockSubscription)
-</dd><dt><i>refresh</i></dt>
+            added
+</dd><dt><i>refresh</i> (bool)</dt>
 <dd>
-flag indicating to refresh the tree (boolean)
+flag indicating to refresh the tree
 </dd>
 </dl><a NAME="AdBlockDialog.on_adBlockGroup_toggled" ID="AdBlockDialog.on_adBlockGroup_toggled"></a>
 <h4>AdBlockDialog.on_adBlockGroup_toggled</h4>
@@ -234,9 +246,9 @@
 <p>
         Private slot handling the enabling/disabling of AdBlock.
 </p><dl>
-<dt><i>state</i></dt>
+<dt><i>state</i> (bool)</dt>
 <dd>
-state of the toggle (boolean)
+state of the toggle
 </dd>
 </dl><a NAME="AdBlockDialog.on_searchEdit_textChanged" ID="AdBlockDialog.on_searchEdit_textChanged"></a>
 <h4>AdBlockDialog.on_searchEdit_textChanged</h4>
@@ -244,9 +256,9 @@
 <p>
         Private slot to set a new filter on the current widget.
 </p><dl>
-<dt><i>filterRule</i></dt>
+<dt><i>filterRule</i> (str)</dt>
 <dd>
-filter to be set (string)
+filter to be set
 </dd>
 </dl><a NAME="AdBlockDialog.on_subscriptionsTabWidget_currentChanged" ID="AdBlockDialog.on_subscriptionsTabWidget_currentChanged"></a>
 <h4>AdBlockDialog.on_subscriptionsTabWidget_currentChanged</h4>
@@ -254,9 +266,9 @@
 <p>
         Private slot handling the selection of another tab.
 </p><dl>
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the new current tab (integer)
+index of the new current tab
 </dd>
 </dl><a NAME="AdBlockDialog.on_updateSpinBox_valueChanged" ID="AdBlockDialog.on_updateSpinBox_valueChanged"></a>
 <h4>AdBlockDialog.on_updateSpinBox_valueChanged</h4>
@@ -264,9 +276,9 @@
 <p>
         Private slot to handle changes of the update period.
 </p><dl>
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-update period (integer)
+update period
 </dd>
 </dl><a NAME="AdBlockDialog.on_useLimitedEasyListCheckBox_clicked" ID="AdBlockDialog.on_useLimitedEasyListCheckBox_clicked"></a>
 <h4>AdBlockDialog.on_useLimitedEasyListCheckBox_clicked</h4>

eric ide

mercurial