diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.PdfViewer.PdfToCWidget.html --- a/src/eric7/Documentation/Source/eric7.PdfViewer.PdfToCWidget.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.PdfViewer.PdfToCWidget.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.PdfViewer.PdfToCWidget</h1> - <p> Module implementing a Table of Contents viewer widget. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#PdfToCModel">PdfToCModel</a></td> <td>Class implementing a TOC model with page numbers.</td> @@ -29,35 +27,34 @@ <td>Class implementing a Table of Contents viewer widget.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="PdfToCModel" ID="PdfToCModel"></a> <h2>PdfToCModel</h2> - <p> Class implementing a TOC model with page numbers. </p> + <h3>Derived from</h3> QPdfBookmarkModel <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="#PdfToCModel.__init__">PdfToCModel</a></td> <td>Constructor</td> @@ -71,19 +68,20 @@ <td>Public method to return the requested data.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="PdfToCModel.__init__" ID="PdfToCModel.__init__"></a> <h4>PdfToCModel (Constructor)</h4> <b>PdfToCModel</b>(<i>parent</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (TYPE)</dt> @@ -94,10 +92,10 @@ <a NAME="PdfToCModel.columnCount" ID="PdfToCModel.columnCount"></a> <h4>PdfToCModel.columnCount</h4> <b>columnCount</b>(<i>index</i>) - <p> Public method to define the number of columns to be shown. </p> + <dl> <dt><i>index</i> (QModelIndex)</dt> @@ -120,10 +118,10 @@ <a NAME="PdfToCModel.data" ID="PdfToCModel.data"></a> <h4>PdfToCModel.data</h4> <b>data</b>(<i>index, role</i>) - <p> Public method to return the requested data. </p> + <dl> <dt><i>index</i> (QModelIndex)</dt> @@ -152,10 +150,10 @@ <hr /> <a NAME="PdfToCWidget" ID="PdfToCWidget"></a> <h2>PdfToCWidget</h2> - <p> Class implementing a Table of Contents viewer widget. </p> + <h3>Signals</h3> <dl> @@ -167,19 +165,17 @@ <h3>Derived from</h3> QWidget <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="#PdfToCWidget.__init__">PdfToCWidget</a></td> <td>Constructor</td> @@ -197,19 +193,20 @@ <td>Private slot to handle the selection of a ToC entry.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="PdfToCWidget.__init__" ID="PdfToCWidget.__init__"></a> <h4>PdfToCWidget (Constructor)</h4> <b>PdfToCWidget</b>(<i>document, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>document</i> (QPdfDocument)</dt> @@ -224,10 +221,10 @@ <a NAME="PdfToCWidget.__handleDocumentStatus" ID="PdfToCWidget.__handleDocumentStatus"></a> <h4>PdfToCWidget.__handleDocumentStatus</h4> <b>__handleDocumentStatus</b>(<i>status</i>) - <p> Private slot to handle a change of the document status. </p> + <dl> <dt><i>status</i> (QPdfDocument.Status)</dt> @@ -238,10 +235,10 @@ <a NAME="PdfToCWidget.__searchTextChanged" ID="PdfToCWidget.__searchTextChanged"></a> <h4>PdfToCWidget.__searchTextChanged</h4> <b>__searchTextChanged</b>(<i>text</i>) - <p> Private slot to handle a change of the search text. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -252,10 +249,10 @@ <a NAME="PdfToCWidget.__topicSelected" ID="PdfToCWidget.__topicSelected"></a> <h4>PdfToCWidget.__topicSelected</h4> <b>__topicSelected</b>(<i>index</i>) - <p> Private slot to handle the selection of a ToC entry. </p> + <dl> <dt><i>index</i> (QModelIndex)</dt> @@ -265,4 +262,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>