src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadModel.html

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadModel.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Download.DownloadModel</h1>
-
 <p>
 Module implementing the download model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DownloadModel">DownloadModel</a></td>
 <td>Class implementing the download model.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DownloadModel" ID="DownloadModel"></a>
 <h2>DownloadModel</h2>
-
 <p>
     Class implementing the download model.
 </p>
+
 <h3>Derived from</h3>
 QAbstractListModel
 <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="#DownloadModel.__init__">DownloadModel</a></td>
 <td>Constructor</td>
@@ -79,19 +76,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="DownloadModel.__init__" ID="DownloadModel.__init__"></a>
 <h4>DownloadModel (Constructor)</h4>
 <b>DownloadModel</b>(<i>manager, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>manager</i> (DownloadManager)</dt>
@@ -106,10 +104,10 @@
 <a NAME="DownloadModel.data" ID="DownloadModel.data"></a>
 <h4>DownloadModel.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>
@@ -136,10 +134,10 @@
 <a NAME="DownloadModel.flags" ID="DownloadModel.flags"></a>
 <h4>DownloadModel.flags</h4>
 <b>flags</b>(<i>index</i>)
-
 <p>
         Public method to get flags for an item.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -162,10 +160,10 @@
 <a NAME="DownloadModel.mimeData" ID="DownloadModel.mimeData"></a>
 <h4>DownloadModel.mimeData</h4>
 <b>mimeData</b>(<i>indexes</i>)
-
 <p>
         Public method to return the mime data.
 </p>
+
 <dl>
 
 <dt><i>indexes</i> (QModelIndexList)</dt>
@@ -188,10 +186,10 @@
 <a NAME="DownloadModel.removeRows" ID="DownloadModel.removeRows"></a>
 <h4>DownloadModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent=None</i>)
-
 <p>
         Public method to remove downloads from the model.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -222,10 +220,10 @@
 <a NAME="DownloadModel.rowCount" ID="DownloadModel.rowCount"></a>
 <h4>DownloadModel.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>
@@ -247,4 +245,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