100 <td>Public method to get a reference to QsciAPIs object.</td> |
100 <td>Public method to get a reference to QsciAPIs object.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#APIs.installedAPIFiles">installedAPIFiles</a></td> |
102 <td><a href="#APIs.installedAPIFiles">installedAPIFiles</a></td> |
103 <td>Public method to get a list of installed API files.</td> |
103 <td>Public method to get a list of installed API files.</td> |
104 </tr><tr> |
104 </tr><tr> |
|
105 <td><a href="#APIs.isEmpty">isEmpty</a></td> |
|
106 <td>Public method to check, if the object has API files configured.</td> |
|
107 </tr><tr> |
105 <td><a href="#APIs.prepareAPIs">prepareAPIs</a></td> |
108 <td><a href="#APIs.prepareAPIs">prepareAPIs</a></td> |
106 <td>Public method to prepare the APIs if necessary.</td> |
109 <td>Public method to prepare the APIs if necessary.</td> |
107 </tr><tr> |
110 </tr><tr> |
108 <td><a href="#APIs.reloadAPIs">reloadAPIs</a></td> |
111 <td><a href="#APIs.reloadAPIs">reloadAPIs</a></td> |
109 <td>Public method to reload the API information.</td> |
112 <td>Public method to reload the API information.</td> |
184 </p><dl> |
187 </p><dl> |
185 <dt>Returns:</dt> |
188 <dt>Returns:</dt> |
186 <dd> |
189 <dd> |
187 list of installed API files (list of strings) |
190 list of installed API files (list of strings) |
188 </dd> |
191 </dd> |
|
192 </dl><a NAME="APIs.isEmpty" ID="APIs.isEmpty"></a> |
|
193 <h4>APIs.isEmpty</h4> |
|
194 <b>isEmpty</b>(<i></i>) |
|
195 <p> |
|
196 Public method to check, if the object has API files configured. |
|
197 </p><dl> |
|
198 <dt>Returns:</dt> |
|
199 <dd> |
|
200 flag indicating no API files have been configured (boolean) |
|
201 </dd> |
189 </dl><a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a> |
202 </dl><a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a> |
190 <h4>APIs.prepareAPIs</h4> |
203 <h4>APIs.prepareAPIs</h4> |
191 <b>prepareAPIs</b>(<i>ondemand=False, rawList=None</i>) |
204 <b>prepareAPIs</b>(<i>ondemand=False, rawList=None</i>) |
192 <p> |
205 <p> |
193 Public method to prepare the APIs if necessary. |
206 Public method to prepare the APIs if necessary. |