src/eric7/Documentation/Source/eric7.QScintilla.APIsManager.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.QScintilla.APIsManager.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.APIsManager.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.APIsManager</h1>
-
 <p>
 Module implementing the APIsManager.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#APIs">APIs</a></td>
 <td>Class implementing an API storage entity.</td>
@@ -29,19 +27,20 @@
 <td>Class implementing the APIsManager class, which is the central store for API information used by autocompletion and calltips.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="APIs" ID="APIs"></a>
 <h2>APIs</h2>
-
 <p>
     Class implementing an API storage entity.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -64,19 +63,17 @@
 <h3>Derived from</h3>
 QObject
 <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="#APIs.__init__">APIs</a></td>
 <td>Constructor</td>
@@ -126,19 +123,20 @@
 <td>Public method to reload the API information.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="APIs.__init__" ID="APIs.__init__"></a>
 <h4>APIs (Constructor)</h4>
 <b>APIs</b>(<i>language, projectType="", forPreparation=False, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>language</i> (str)</dt>
@@ -162,39 +160,39 @@
 <a NAME="APIs.__apiPreparationCancelled" ID="APIs.__apiPreparationCancelled"></a>
 <h4>APIs.__apiPreparationCancelled</h4>
 <b>__apiPreparationCancelled</b>(<i></i>)
-
 <p>
         Private method called, after the API preparation process has been
         cancelled.
 </p>
+
 <a NAME="APIs.__apiPreparationFinished" ID="APIs.__apiPreparationFinished"></a>
 <h4>APIs.__apiPreparationFinished</h4>
 <b>__apiPreparationFinished</b>(<i></i>)
-
 <p>
         Private method called to save an API, after it has been prepared.
 </p>
+
 <a NAME="APIs.__apiPreparationStarted" ID="APIs.__apiPreparationStarted"></a>
 <h4>APIs.__apiPreparationStarted</h4>
 <b>__apiPreparationStarted</b>(<i></i>)
-
 <p>
         Private method called, when the API preparation process started.
 </p>
+
 <a NAME="APIs.__loadAPIs" ID="APIs.__loadAPIs"></a>
 <h4>APIs.__loadAPIs</h4>
 <b>__loadAPIs</b>(<i></i>)
-
 <p>
         Private method to load the APIs.
 </p>
+
 <a NAME="APIs.__preparedName" ID="APIs.__preparedName"></a>
 <h4>APIs.__preparedName</h4>
 <b>__preparedName</b>(<i></i>)
-
 <p>
         Private method returning the default name of a prepared API file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -210,17 +208,17 @@
 <a NAME="APIs.cancelPreparation" ID="APIs.cancelPreparation"></a>
 <h4>APIs.cancelPreparation</h4>
 <b>cancelPreparation</b>(<i></i>)
-
 <p>
         Public slot to cancel the APIs preparation.
 </p>
+
 <a NAME="APIs.getQsciAPIs" ID="APIs.getQsciAPIs"></a>
 <h4>APIs.getQsciAPIs</h4>
 <b>getQsciAPIs</b>(<i></i>)
-
 <p>
         Public method to get a reference to QsciAPIs object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -236,10 +234,10 @@
 <a NAME="APIs.installedAPIFiles" ID="APIs.installedAPIFiles"></a>
 <h4>APIs.installedAPIFiles</h4>
 <b>installedAPIFiles</b>(<i></i>)
-
 <p>
         Public method to get a list of installed API files.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -255,10 +253,10 @@
 <a NAME="APIs.isEmpty" ID="APIs.isEmpty"></a>
 <h4>APIs.isEmpty</h4>
 <b>isEmpty</b>(<i></i>)
-
 <p>
         Public method to check, if the object has API files configured.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -274,10 +272,10 @@
 <a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a>
 <h4>APIs.prepareAPIs</h4>
 <b>prepareAPIs</b>(<i>ondemand=False, rawList=None</i>)
-
 <p>
         Public method to prepare the APIs if necessary.
 </p>
+
 <dl>
 
 <dt><i>ondemand</i> (bool)</dt>
@@ -292,36 +290,34 @@
 <a NAME="APIs.reloadAPIs" ID="APIs.reloadAPIs"></a>
 <h4>APIs.reloadAPIs</h4>
 <b>reloadAPIs</b>(<i></i>)
-
 <p>
         Public method to reload the API information.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="APIsManager" ID="APIsManager"></a>
 <h2>APIsManager</h2>
-
 <p>
     Class implementing the APIsManager class, which is the central store for
     API information used by autocompletion and calltips.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <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="#APIsManager.__init__">APIsManager</a></td>
 <td>Constructor</td>
@@ -335,19 +331,20 @@
 <td>Public slot to reload the api information.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="APIsManager.__init__" ID="APIsManager.__init__"></a>
 <h4>APIsManager (Constructor)</h4>
 <b>APIsManager</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -358,7 +355,6 @@
 <a NAME="APIsManager.getAPIs" ID="APIsManager.getAPIs"></a>
 <h4>APIsManager.getAPIs</h4>
 <b>getAPIs</b>(<i>language, projectType="", forPreparation=False</i>)
-
 <p>
         Public method to get an APIs object for autocompletion/calltips.
 </p>
@@ -367,6 +363,7 @@
         This saves memory for languages, that might not be needed at the
         moment.
 </p>
+
 <dl>
 
 <dt><i>language</i> (str)</dt>
@@ -398,10 +395,10 @@
 <a NAME="APIsManager.reloadAPIs" ID="APIsManager.reloadAPIs"></a>
 <h4>APIsManager.reloadAPIs</h4>
 <b>reloadAPIs</b>(<i></i>)
-
 <p>
         Public slot to reload the api information.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial