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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7776
4a8edf69dd64
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,187 +18,248 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.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 />
+<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>
 E5ClickableLabel
 <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>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.__createMenu">__createMenu</a></td>
 <td>Private slot to create the context menu.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.__enableAdBlock">__enableAdBlock</a></td>
 <td>Private slot to enable or disable AdBlock.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.__isCurrentHostExcepted">__isCurrentHostExcepted</a></td>
 <td>Private method to check, if the host of the current browser is excepted.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.__setException">__setException</a></td>
 <td>Private slot to add or remove the current host from the list of exceptions.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.__showMenu">__showMenu</a></td>
 <td>Private slot to show the context menu.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.currentChanged">currentChanged</a></td>
 <td>Public slot to handle a change of the current browser tab.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.menuAction">menuAction</a></td>
 <td>Public method to get a reference to the menu action.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.setEnabled">setEnabled</a></td>
 <td>Public slot to set the enabled state.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#AdBlockIcon.sourceChanged">sourceChanged</a></td>
 <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>
+</p>
+<dl>
+
 <dt><i>parent</i> (WebBrowserWindow)</dt>
 <dd>
 reference to the parent widget
 </dd>
-</dl><a NAME="AdBlockIcon.__createMenu" ID="AdBlockIcon.__createMenu"></a>
+</dl>
+<a NAME="AdBlockIcon.__createMenu" ID="AdBlockIcon.__createMenu"></a>
 <h4>AdBlockIcon.__createMenu</h4>
 <b>__createMenu</b>(<i>menu</i>)
+
 <p>
         Private slot to create the context menu.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>menu</i> (QMenu)</dt>
 <dd>
 parent menu
 </dd>
-</dl><a NAME="AdBlockIcon.__enableAdBlock" ID="AdBlockIcon.__enableAdBlock"></a>
+</dl>
+<a NAME="AdBlockIcon.__enableAdBlock" ID="AdBlockIcon.__enableAdBlock"></a>
 <h4>AdBlockIcon.__enableAdBlock</h4>
 <b>__enableAdBlock</b>(<i>act</i>)
+
 <p>
         Private slot to enable or disable AdBlock.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>act</i> (QAction)</dt>
 <dd>
 reference to the action
 </dd>
-</dl><a NAME="AdBlockIcon.__isCurrentHostExcepted" ID="AdBlockIcon.__isCurrentHostExcepted"></a>
+</dl>
+<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>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating an exception
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="AdBlockIcon.__setException" ID="AdBlockIcon.__setException"></a>
+</dl>
+<a NAME="AdBlockIcon.__setException" ID="AdBlockIcon.__setException"></a>
 <h4>AdBlockIcon.__setException</h4>
 <b>__setException</b>(<i>act</i>)
+
 <p>
         Private slot to add or remove the current host from the list of
         exceptions.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>act</i> (QAction)</dt>
 <dd>
 referenced to the action
 </dd>
-</dl><a NAME="AdBlockIcon.__showMenu" ID="AdBlockIcon.__showMenu"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>pos</i> (QPoint)</dt>
 <dd>
 position the context menu should be shown
 </dd>
-</dl><a NAME="AdBlockIcon.currentChanged" ID="AdBlockIcon.currentChanged"></a>
+</dl>
+<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.menuAction" ID="AdBlockIcon.menuAction"></a>
+</p>
+<a NAME="AdBlockIcon.menuAction" ID="AdBlockIcon.menuAction"></a>
 <h4>AdBlockIcon.menuAction</h4>
 <b>menuAction</b>(<i></i>)
+
 <p>
         Public method to get a reference to the menu action.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 reference to the menu action
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 QAction
 </dd>
-</dl><a NAME="AdBlockIcon.setEnabled" ID="AdBlockIcon.setEnabled"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>enabled</i> (bool)</dt>
 <dd>
 enabled state
 </dd>
-</dl><a NAME="AdBlockIcon.sourceChanged" ID="AdBlockIcon.sourceChanged"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>browser</i> (WebBrowserView)</dt>
 <dd>
 reference to the browser
-</dd><dt><i>url</i> (QUrl)</dt>
+</dd>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
 new URL
 </dd>

eric ide

mercurial