src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
child 10493
f795d68d8e09
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.CookieJar.CookieExceptionsModel</h1>
-
 <p>
 Module implementing the cookie exceptions model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CookieExceptionsModel">CookieExceptionsModel</a></td>
 <td>Class implementing the cookie exceptions model.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CookieExceptionsModel" ID="CookieExceptionsModel"></a>
 <h2>CookieExceptionsModel</h2>
-
 <p>
     Class implementing the cookie exceptions model.
 </p>
+
 <h3>Derived from</h3>
 QAbstractTableModel
 <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="#CookieExceptionsModel.__init__">CookieExceptionsModel</a></td>
 <td>Constructor</td>
@@ -87,19 +84,20 @@
 <td>Public method to get the number of rows of the model.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CookieExceptionsModel.__init__" ID="CookieExceptionsModel.__init__"></a>
 <h4>CookieExceptionsModel (Constructor)</h4>
 <b>CookieExceptionsModel</b>(<i>cookieJar, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>cookieJar</i> (CookieJar)</dt>
@@ -114,10 +112,10 @@
 <a NAME="CookieExceptionsModel.__addHost" ID="CookieExceptionsModel.__addHost"></a>
 <h4>CookieExceptionsModel.__addHost</h4>
 <b>__addHost</b>(<i>host, addList, removeList1, removeList2</i>)
-
 <p>
         Private method to add a host to an exception list.
 </p>
+
 <dl>
 
 <dt><i>host</i> (str)</dt>
@@ -140,10 +138,10 @@
 <a NAME="CookieExceptionsModel.addRule" ID="CookieExceptionsModel.addRule"></a>
 <h4>CookieExceptionsModel.addRule</h4>
 <b>addRule</b>(<i>host, rule</i>)
-
 <p>
         Public method to add an exception rule.
 </p>
+
 <dl>
 
 <dt><i>host</i> (str)</dt>
@@ -159,10 +157,10 @@
 <a NAME="CookieExceptionsModel.columnCount" ID="CookieExceptionsModel.columnCount"></a>
 <h4>CookieExceptionsModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the number of columns of the model.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -185,10 +183,10 @@
 <a NAME="CookieExceptionsModel.data" ID="CookieExceptionsModel.data"></a>
 <h4>CookieExceptionsModel.data</h4>
 <b>data</b>(<i>index, role</i>)
-
 <p>
         Public method to get data from the model.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -215,10 +213,10 @@
 <a NAME="CookieExceptionsModel.headerData" ID="CookieExceptionsModel.headerData"></a>
 <h4>CookieExceptionsModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role</i>)
-
 <p>
         Public method to get header data from the model.
 </p>
+
 <dl>
 
 <dt><i>section</i> (int)</dt>
@@ -249,10 +247,10 @@
 <a NAME="CookieExceptionsModel.removeRows" ID="CookieExceptionsModel.removeRows"></a>
 <h4>CookieExceptionsModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent=None</i>)
-
 <p>
         Public method to remove entries from the model.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -283,10 +281,10 @@
 <a NAME="CookieExceptionsModel.rowCount" ID="CookieExceptionsModel.rowCount"></a>
 <h4>CookieExceptionsModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the number of rows of the model.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -308,4 +306,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