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

branch
eric7
changeset 10479
856476537696
parent 9686
2eee7a645cba
--- a/src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpDocumentationSettings.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpDocumentationSettings.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,54 +7,51 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QtHelpInterface.QtHelpDocumentationSettings</h1>
-
 <p>
 Module implementing a class to store the QtHelp documentation settings before
 being applied to the help engine.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#QtHelpDocumentationSettings">QtHelpDocumentationSettings</a></td>
 <td>Class implementing a temporary store for QtHelp documentation settings.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="QtHelpDocumentationSettings" ID="QtHelpDocumentationSettings"></a>
 <h2>QtHelpDocumentationSettings</h2>
-
 <p>
     Class implementing a temporary store for QtHelp documentation settings.
 </p>
+
 <h3>Derived from</h3>
 None
 <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="#QtHelpDocumentationSettings.__init__">QtHelpDocumentationSettings</a></td>
 <td>Constructor</td>
@@ -88,10 +85,9 @@
 <td>Public method to get the list of versions.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#QtHelpDocumentationSettings.applySettings">applySettings</a></td>
 <td>Static method to apply the changed QtHelp documentation configuration.</td>
@@ -102,20 +98,21 @@
 </tr>
 </table>
 
+
 <a NAME="QtHelpDocumentationSettings.__init__" ID="QtHelpDocumentationSettings.__init__"></a>
 <h4>QtHelpDocumentationSettings (Constructor)</h4>
 <b>QtHelpDocumentationSettings</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="QtHelpDocumentationSettings.addDocumentation" ID="QtHelpDocumentationSettings.addDocumentation"></a>
 <h4>QtHelpDocumentationSettings.addDocumentation</h4>
 <b>addDocumentation</b>(<i>filename</i>)
-
 <p>
         Public method to a add a documentation file to the list.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -138,10 +135,10 @@
 <a NAME="QtHelpDocumentationSettings.components" ID="QtHelpDocumentationSettings.components"></a>
 <h4>QtHelpDocumentationSettings.components</h4>
 <b>components</b>(<i></i>)
-
 <p>
         Public method to get the list of components.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -157,10 +154,10 @@
 <a NAME="QtHelpDocumentationSettings.namespace" ID="QtHelpDocumentationSettings.namespace"></a>
 <h4>QtHelpDocumentationSettings.namespace</h4>
 <b>namespace</b>(<i>filename</i>)
-
 <p>
         Public method to get the namespace defined by a QtHelp file.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -183,10 +180,10 @@
 <a NAME="QtHelpDocumentationSettings.namespaceToFilename" ID="QtHelpDocumentationSettings.namespaceToFilename"></a>
 <h4>QtHelpDocumentationSettings.namespaceToFilename</h4>
 <b>namespaceToFilename</b>(<i></i>)
-
 <p>
         Public method to get the namespace to filename mapping.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -202,10 +199,10 @@
 <a NAME="QtHelpDocumentationSettings.namespaces" ID="QtHelpDocumentationSettings.namespaces"></a>
 <h4>QtHelpDocumentationSettings.namespaces</h4>
 <b>namespaces</b>(<i></i>)
-
 <p>
         Public method to get the list of namespaces.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -221,10 +218,10 @@
 <a NAME="QtHelpDocumentationSettings.removeDocumentation" ID="QtHelpDocumentationSettings.removeDocumentation"></a>
 <h4>QtHelpDocumentationSettings.removeDocumentation</h4>
 <b>removeDocumentation</b>(<i>namespace</i>)
-
 <p>
         Public method to remove the documentation of a given namespace.
 </p>
+
 <dl>
 
 <dt><i>namespace</i> (str)</dt>
@@ -247,10 +244,10 @@
 <a NAME="QtHelpDocumentationSettings.versions" ID="QtHelpDocumentationSettings.versions"></a>
 <h4>QtHelpDocumentationSettings.versions</h4>
 <b>versions</b>(<i></i>)
-
 <p>
         Public method to get the list of versions.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -266,10 +263,10 @@
 <a NAME="QtHelpDocumentationSettings.applySettings" ID="QtHelpDocumentationSettings.applySettings"></a>
 <h4>QtHelpDocumentationSettings.applySettings (static)</h4>
 <b>applySettings</b>(<i>settings</i>)
-
 <p>
         Static method to apply the changed QtHelp documentation configuration.
 </p>
+
 <dl>
 
 <dt><i>helpEngine</i> (QHelpEngineCore)</dt>
@@ -297,10 +294,10 @@
 <a NAME="QtHelpDocumentationSettings.readSettings" ID="QtHelpDocumentationSettings.readSettings"></a>
 <h4>QtHelpDocumentationSettings.readSettings (static)</h4>
 <b>readSettings</b>(<i></i>)
-
 <p>
         Static method to read the QtHelp documentation configuration.
 </p>
+
 <dl>
 
 <dt><i>helpEngine</i> (QHelpEngineCore)</dt>
@@ -322,4 +319,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