src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpSchemeHandler.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpSchemeHandler.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpSchemeHandler.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,18 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QtHelpInterface.QtHelpSchemeHandler</h1>
-
 <p>
 Module implementing a scheme access handler for QtHelp.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>ExtensionMap</td></tr><tr><td>QtDocPath</td></tr>
+<tr><td>ExtensionMap</td></tr>
+<tr><td>QtDocPath</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#QtHelpSchemeHandler">QtHelpSchemeHandler</a></td>
 <td>Class implementing a scheme handler for the qthelp: scheme.</td>
@@ -29,35 +28,34 @@
 <td>Class implementing a reply for a requested qthelp: page.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="QtHelpSchemeHandler" ID="QtHelpSchemeHandler"></a>
 <h2>QtHelpSchemeHandler</h2>
-
 <p>
     Class implementing a scheme handler for the qthelp: scheme.
 </p>
+
 <h3>Derived from</h3>
 QWebEngineUrlSchemeHandler
 <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="#QtHelpSchemeHandler.__init__">QtHelpSchemeHandler</a></td>
 <td>Constructor</td>
@@ -71,19 +69,20 @@
 <td>Public method handling the URL request.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="QtHelpSchemeHandler.__init__" ID="QtHelpSchemeHandler.__init__"></a>
 <h4>QtHelpSchemeHandler (Constructor)</h4>
 <b>QtHelpSchemeHandler</b>(<i>engine, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>engine</i> (QHelpEngine)</dt>
@@ -98,10 +97,10 @@
 <a NAME="QtHelpSchemeHandler.__replyClosed" ID="QtHelpSchemeHandler.__replyClosed"></a>
 <h4>QtHelpSchemeHandler.__replyClosed</h4>
 <b>__replyClosed</b>(<i>reply</i>)
-
 <p>
         Private slot handling the closed signal of a reply.
 </p>
+
 <dl>
 
 <dt><i>reply</i> (QtHelpSchemeReply)</dt>
@@ -112,10 +111,10 @@
 <a NAME="QtHelpSchemeHandler.requestStarted" ID="QtHelpSchemeHandler.requestStarted"></a>
 <h4>QtHelpSchemeHandler.requestStarted</h4>
 <b>requestStarted</b>(<i>job</i>)
-
 <p>
         Public method handling the URL request.
 </p>
+
 <dl>
 
 <dt><i>job</i> (QWebEngineUrlRequestJob)</dt>
@@ -128,10 +127,10 @@
 <hr />
 <a NAME="QtHelpSchemeReply" ID="QtHelpSchemeReply"></a>
 <h2>QtHelpSchemeReply</h2>
-
 <p>
     Class implementing a reply for a requested qthelp: page.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -144,19 +143,17 @@
 <h3>Derived from</h3>
 QIODevice
 <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="#QtHelpSchemeReply.__init__">QtHelpSchemeReply</a></td>
 <td>Constructor</td>
@@ -186,19 +183,20 @@
 <td>Public method to retrieve data from the reply object.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="QtHelpSchemeReply.__init__" ID="QtHelpSchemeReply.__init__"></a>
 <h4>QtHelpSchemeReply (Constructor)</h4>
 <b>QtHelpSchemeReply</b>(<i>job, engine, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>job</i> (QWebEngineUrlRequestJob)</dt>
@@ -217,10 +215,10 @@
 <a NAME="QtHelpSchemeReply.__loadQtHelpPage" ID="QtHelpSchemeReply.__loadQtHelpPage"></a>
 <h4>QtHelpSchemeReply.__loadQtHelpPage</h4>
 <b>__loadQtHelpPage</b>(<i>url</i>)
-
 <p>
         Private method to load the requested QtHelp page.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -231,10 +229,10 @@
 <a NAME="QtHelpSchemeReply.__mimeFromUrl" ID="QtHelpSchemeReply.__mimeFromUrl"></a>
 <h4>QtHelpSchemeReply.__mimeFromUrl</h4>
 <b>__mimeFromUrl</b>(<i>url</i>)
-
 <p>
         Private method to guess the mime type given an URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -257,10 +255,10 @@
 <a NAME="QtHelpSchemeReply.bytesAvailable" ID="QtHelpSchemeReply.bytesAvailable"></a>
 <h4>QtHelpSchemeReply.bytesAvailable</h4>
 <b>bytesAvailable</b>(<i></i>)
-
 <p>
         Public method to get the number of available bytes.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -276,17 +274,17 @@
 <a NAME="QtHelpSchemeReply.close" ID="QtHelpSchemeReply.close"></a>
 <h4>QtHelpSchemeReply.close</h4>
 <b>close</b>(<i></i>)
-
 <p>
         Public method used to cloase the reply.
 </p>
+
 <a NAME="QtHelpSchemeReply.mimeType" ID="QtHelpSchemeReply.mimeType"></a>
 <h4>QtHelpSchemeReply.mimeType</h4>
 <b>mimeType</b>(<i></i>)
-
 <p>
         Public method to get the reply mime type.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -302,10 +300,10 @@
 <a NAME="QtHelpSchemeReply.readData" ID="QtHelpSchemeReply.readData"></a>
 <h4>QtHelpSchemeReply.readData</h4>
 <b>readData</b>(<i>maxlen</i>)
-
 <p>
         Public method to retrieve data from the reply object.
 </p>
+
 <dl>
 
 <dt><i>maxlen</i> (int)</dt>
@@ -327,4 +325,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