src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockIcon.html

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockIcon.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockIcon.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.AdBlock.AdBlockIcon</h1>
-
 <p>
 Module implementing the AdBlock icon for the main window status bar.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#AdBlockIcon">AdBlockIcon</a></td>
 <td>Class implementing the AdBlock icon for the main window status bar.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="AdBlockIcon" ID="AdBlockIcon"></a>
 <h2>AdBlockIcon</h2>
-
 <p>
     Class implementing the AdBlock icon for the main window status bar.
 </p>
+
 <h3>Derived from</h3>
 EricClickableLabel
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#AdBlockIcon.__init__">AdBlockIcon</a></td>
 <td>Constructor</td>
@@ -95,19 +92,20 @@
 <td>Public slot to handle URL changes.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="AdBlockIcon.__init__" ID="AdBlockIcon.__init__"></a>
 <h4>AdBlockIcon (Constructor)</h4>
 <b>AdBlockIcon</b>(<i>parent</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (WebBrowserWindow)</dt>
@@ -118,17 +116,17 @@
 <a NAME="AdBlockIcon.__aboutToShowMenu" ID="AdBlockIcon.__aboutToShowMenu"></a>
 <h4>AdBlockIcon.__aboutToShowMenu</h4>
 <b>__aboutToShowMenu</b>(<i></i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <a NAME="AdBlockIcon.__enableAdBlock" ID="AdBlockIcon.__enableAdBlock"></a>
 <h4>AdBlockIcon.__enableAdBlock</h4>
 <b>__enableAdBlock</b>(<i>enable</i>)
-
 <p>
         Private slot to enable or disable AdBlock.
 </p>
+
 <dl>
 
 <dt><i>enable</i> (bool)</dt>
@@ -139,11 +137,11 @@
 <a NAME="AdBlockIcon.__isCurrentHostExcepted" ID="AdBlockIcon.__isCurrentHostExcepted"></a>
 <h4>AdBlockIcon.__isCurrentHostExcepted</h4>
 <b>__isCurrentHostExcepted</b>(<i></i>)
-
 <p>
         Private method to check, if the host of the current browser is
         excepted.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -159,11 +157,11 @@
 <a NAME="AdBlockIcon.__setException" ID="AdBlockIcon.__setException"></a>
 <h4>AdBlockIcon.__setException</h4>
 <b>__setException</b>(<i>enable</i>)
-
 <p>
         Private slot to add or remove the current host from the list of
         exceptions.
 </p>
+
 <dl>
 
 <dt><i>enable</i> (bool)</dt>
@@ -174,10 +172,10 @@
 <a NAME="AdBlockIcon.__showMenu" ID="AdBlockIcon.__showMenu"></a>
 <h4>AdBlockIcon.__showMenu</h4>
 <b>__showMenu</b>(<i>pos</i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -188,17 +186,17 @@
 <a NAME="AdBlockIcon.currentChanged" ID="AdBlockIcon.currentChanged"></a>
 <h4>AdBlockIcon.currentChanged</h4>
 <b>currentChanged</b>(<i></i>)
-
 <p>
         Public slot to handle a change of the current browser tab.
 </p>
+
 <a NAME="AdBlockIcon.menu" ID="AdBlockIcon.menu"></a>
 <h4>AdBlockIcon.menu</h4>
 <b>menu</b>(<i></i>)
-
 <p>
         Public method to get a reference to the menu.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -214,10 +212,10 @@
 <a NAME="AdBlockIcon.setEnabled" ID="AdBlockIcon.setEnabled"></a>
 <h4>AdBlockIcon.setEnabled</h4>
 <b>setEnabled</b>(<i>enabled</i>)
-
 <p>
         Public slot to set the enabled state.
 </p>
+
 <dl>
 
 <dt><i>enabled</i> (bool)</dt>
@@ -228,10 +226,10 @@
 <a NAME="AdBlockIcon.sourceChanged" ID="AdBlockIcon.sourceChanged"></a>
 <h4>AdBlockIcon.sourceChanged</h4>
 <b>sourceChanged</b>(<i>browser, url</i>)
-
 <p>
         Public slot to handle URL changes.
 </p>
+
 <dl>
 
 <dt><i>browser</i> (WebBrowserView)</dt>
@@ -245,4 +243,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial