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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockTreeWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockTreeWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.AdBlock.AdBlockTreeWidget</h1>
-
 <p>
 Module implementing a tree widget for the AdBlock configuration dialog.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#AdBlockTreeWidget">AdBlockTreeWidget</a></td>
 <td>Class implementing a tree widget for the AdBlock configuration dialog.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="AdBlockTreeWidget" ID="AdBlockTreeWidget"></a>
 <h2>AdBlockTreeWidget</h2>
-
 <p>
     Class implementing a tree widget for the AdBlock configuration dialog.
 </p>
+
 <h3>Derived from</h3>
 EricTreeWidget
 <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="#AdBlockTreeWidget.__init__">AdBlockTreeWidget</a></td>
 <td>Constructor</td>
@@ -103,19 +100,20 @@
 <td>Public method to get a reference to the subscription.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="AdBlockTreeWidget.__init__" ID="AdBlockTreeWidget.__init__"></a>
 <h4>AdBlockTreeWidget (Constructor)</h4>
 <b>AdBlockTreeWidget</b>(<i>subscription, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>subscription</i> (AdBlockSubscription)</dt>
@@ -130,10 +128,10 @@
 <a NAME="AdBlockTreeWidget.__adjustItemFeatures" ID="AdBlockTreeWidget.__adjustItemFeatures"></a>
 <h4>AdBlockTreeWidget.__adjustItemFeatures</h4>
 <b>__adjustItemFeatures</b>(<i>itm, rule</i>)
-
 <p>
         Private method to adjust an item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -148,10 +146,10 @@
 <a NAME="AdBlockTreeWidget.__contextMenuRequested" ID="AdBlockTreeWidget.__contextMenuRequested"></a>
 <h4>AdBlockTreeWidget.__contextMenuRequested</h4>
 <b>__contextMenuRequested</b>(<i>pos</i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -162,17 +160,17 @@
 <a NAME="AdBlockTreeWidget.__copyFilter" ID="AdBlockTreeWidget.__copyFilter"></a>
 <h4>AdBlockTreeWidget.__copyFilter</h4>
 <b>__copyFilter</b>(<i></i>)
-
 <p>
         Private slot to copy the current filter to the clipboard.
 </p>
+
 <a NAME="AdBlockTreeWidget.__itemChanged" ID="AdBlockTreeWidget.__itemChanged"></a>
 <h4>AdBlockTreeWidget.__itemChanged</h4>
 <b>__itemChanged</b>(<i>itm</i>)
-
 <p>
         Private slot to handle the change of an item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -183,17 +181,17 @@
 <a NAME="AdBlockTreeWidget.__subscriptionChanged" ID="AdBlockTreeWidget.__subscriptionChanged"></a>
 <h4>AdBlockTreeWidget.__subscriptionChanged</h4>
 <b>__subscriptionChanged</b>(<i></i>)
-
 <p>
         Private slot handling a subscription change.
 </p>
+
 <a NAME="AdBlockTreeWidget.addRule" ID="AdBlockTreeWidget.addRule"></a>
 <h4>AdBlockTreeWidget.addRule</h4>
 <b>addRule</b>(<i>filterRule=""</i>)
-
 <p>
         Public slot to add a new rule.
 </p>
+
 <dl>
 
 <dt><i>filterRule</i> (str)</dt>
@@ -204,10 +202,10 @@
 <a NAME="AdBlockTreeWidget.keyPressEvent" ID="AdBlockTreeWidget.keyPressEvent"></a>
 <h4>AdBlockTreeWidget.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
-
 <p>
         Protected method handling key presses.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QKeyEvent)</dt>
@@ -218,24 +216,24 @@
 <a NAME="AdBlockTreeWidget.refresh" ID="AdBlockTreeWidget.refresh"></a>
 <h4>AdBlockTreeWidget.refresh</h4>
 <b>refresh</b>(<i></i>)
-
 <p>
         Public method to refresh the tree.
 </p>
+
 <a NAME="AdBlockTreeWidget.removeRule" ID="AdBlockTreeWidget.removeRule"></a>
 <h4>AdBlockTreeWidget.removeRule</h4>
 <b>removeRule</b>(<i></i>)
-
 <p>
         Public slot to remove the current rule.
 </p>
+
 <a NAME="AdBlockTreeWidget.showRule" ID="AdBlockTreeWidget.showRule"></a>
 <h4>AdBlockTreeWidget.showRule</h4>
 <b>showRule</b>(<i>rule</i>)
-
 <p>
         Public method to highlight the given rule.
 </p>
+
 <dl>
 
 <dt><i>rule</i> (AdBlockRule)</dt>
@@ -246,10 +244,10 @@
 <a NAME="AdBlockTreeWidget.subscription" ID="AdBlockTreeWidget.subscription"></a>
 <h4>AdBlockTreeWidget.subscription</h4>
 <b>subscription</b>(<i></i>)
-
 <p>
         Public method to get a reference to the subscription.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -264,4 +262,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