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

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html	Fri Dec 22 17:24:07 2023 +0100
@@ -102,13 +102,13 @@
 </p>
 <dl>
 
-<dt><i>cookieJar</i></dt>
+<dt><i>cookieJar</i> (CookieJar)</dt>
 <dd>
-reference to the cookie jar (CookieJar)
+reference to the cookie jar
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="CookieExceptionsModel.__addHost" ID="CookieExceptionsModel.__addHost"></a>
@@ -120,23 +120,21 @@
 </p>
 <dl>
 
-<dt><i>host</i></dt>
+<dt><i>host</i> (str)</dt>
 <dd>
-name of the host to add (string)
+name of the host to add
 </dd>
-<dt><i>addList</i></dt>
+<dt><i>addList</i> (list of str)</dt>
 <dd>
-reference to the list to add it to (list of strings)
+reference to the list to add it to
 </dd>
-<dt><i>removeList1</i></dt>
+<dt><i>removeList1</i> (list of str)</dt>
 <dd>
 reference to first list to remove it from
-            (list of strings)
 </dd>
-<dt><i>removeList2</i></dt>
+<dt><i>removeList2</i> (list of str)</dt>
 <dd>
 reference to second list to remove it from
-            (list of strings)
 </dd>
 </dl>
 <a NAME="CookieExceptionsModel.addRule" ID="CookieExceptionsModel.addRule"></a>
@@ -148,11 +146,11 @@
 </p>
 <dl>
 
-<dt><i>host</i></dt>
+<dt><i>host</i> (str)</dt>
 <dd>
-name of the host to add a rule for (string)
+name of the host to add a rule for
 </dd>
-<dt><i>rule</i></dt>
+<dt><i>rule</i> (int)</dt>
 <dd>
 type of rule to add (CookieJar.Allow, CookieJar.Block or
             CookieJar.AllowForSession)
@@ -167,15 +165,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-parent index (QModelIndex)
+parent index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of columns (integer)
+number of columns
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="CookieExceptionsModel.data" ID="CookieExceptionsModel.data"></a>
@@ -187,13 +191,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index to get data for (QModelIndex)
+index to get data for
 </dd>
-<dt><i>role</i></dt>
+<dt><i>role</i> (int)</dt>
 <dd>
-role of the data to retrieve (integer)
+role of the data to retrieve
 </dd>
 </dl>
 <dl>
@@ -202,6 +206,12 @@
 requested data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="CookieExceptionsModel.headerData" ID="CookieExceptionsModel.headerData"></a>
 <h4>CookieExceptionsModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role</i>)
@@ -211,17 +221,17 @@
 </p>
 <dl>
 
-<dt><i>section</i></dt>
+<dt><i>section</i> (int)</dt>
 <dd>
-section number (integer)
+section number
 </dd>
-<dt><i>orientation</i></dt>
+<dt><i>orientation</i> (Qt.Orientation)</dt>
 <dd>
-orientation (Qt.Orientation)
+orientation
 </dd>
-<dt><i>role</i></dt>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
 <dd>
-role of the data to retrieve (Qt.ItemDataRole)
+role of the data to retrieve
 </dd>
 </dl>
 <dl>
@@ -230,6 +240,12 @@
 requested data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="CookieExceptionsModel.removeRows" ID="CookieExceptionsModel.removeRows"></a>
 <h4>CookieExceptionsModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent=None</i>)
@@ -239,23 +255,29 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-start row (integer)
+start row
 </dd>
-<dt><i>count</i></dt>
+<dt><i>count</i> (int)</dt>
 <dd>
-number of rows to remove (integer)
+number of rows to remove
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-parent index (QModelIndex)
+parent index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="CookieExceptionsModel.rowCount" ID="CookieExceptionsModel.rowCount"></a>
@@ -267,15 +289,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-parent index (QModelIndex)
+parent index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of rows (integer)
+number of rows
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial