eric6/Documentation/Source/eric6.QScintilla.APIsManager.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
208 208
209 <p> 209 <p>
210 Private method returning the default name of a prepared API file. 210 Private method returning the default name of a prepared API file.
211 </p> 211 </p>
212 <dl> 212 <dl>
213 <dt>Returns:</dt> 213 <dt>Return:</dt>
214 <dd> 214 <dd>
215 complete filename for the Prepared APIs file (string) 215 complete filename for the Prepared APIs file (string)
216 </dd> 216 </dd>
217 </dl> 217 </dl>
218 <a NAME="APIs.cancelPreparation" ID="APIs.cancelPreparation"></a> 218 <a NAME="APIs.cancelPreparation" ID="APIs.cancelPreparation"></a>
228 228
229 <p> 229 <p>
230 Public method to get a reference to QsciAPIs object. 230 Public method to get a reference to QsciAPIs object.
231 </p> 231 </p>
232 <dl> 232 <dl>
233 <dt>Returns:</dt> 233 <dt>Return:</dt>
234 <dd> 234 <dd>
235 reference to the QsciAPIs object (QsciAPIs) 235 reference to the QsciAPIs object (QsciAPIs)
236 </dd> 236 </dd>
237 </dl> 237 </dl>
238 <a NAME="APIs.installedAPIFiles" ID="APIs.installedAPIFiles"></a> 238 <a NAME="APIs.installedAPIFiles" ID="APIs.installedAPIFiles"></a>
241 241
242 <p> 242 <p>
243 Public method to get a list of installed API files. 243 Public method to get a list of installed API files.
244 </p> 244 </p>
245 <dl> 245 <dl>
246 <dt>Returns:</dt> 246 <dt>Return:</dt>
247 <dd> 247 <dd>
248 list of installed API files (list of strings) 248 list of installed API files (list of strings)
249 </dd> 249 </dd>
250 </dl> 250 </dl>
251 <a NAME="APIs.isEmpty" ID="APIs.isEmpty"></a> 251 <a NAME="APIs.isEmpty" ID="APIs.isEmpty"></a>
254 254
255 <p> 255 <p>
256 Public method to check, if the object has API files configured. 256 Public method to check, if the object has API files configured.
257 </p> 257 </p>
258 <dl> 258 <dl>
259 <dt>Returns:</dt> 259 <dt>Return:</dt>
260 <dd> 260 <dd>
261 flag indicating no API files have been configured (boolean) 261 flag indicating no API files have been configured (boolean)
262 </dd> 262 </dd>
263 </dl> 263 </dl>
264 <a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a> 264 <a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a>
268 <p> 268 <p>
269 Public method to prepare the APIs if necessary. 269 Public method to prepare the APIs if necessary.
270 </p> 270 </p>
271 <dl> 271 <dl>
272 272
273 <dt><i>ondemand=</i></dt> 273 <dt><i>ondemand</i></dt>
274 <dd> 274 <dd>
275 flag indicating a requested preparation (boolean) 275 flag indicating a requested preparation (boolean)
276 </dd> 276 </dd>
277 <dt><i>rawList=</i></dt> 277 <dt><i>rawList</i></dt>
278 <dd> 278 <dd>
279 list of raw API files (list of strings) 279 list of raw API files (list of strings)
280 </dd> 280 </dd>
281 </dl> 281 </dl>
282 <a NAME="APIs.reloadAPIs" ID="APIs.reloadAPIs"></a> 282 <a NAME="APIs.reloadAPIs" ID="APIs.reloadAPIs"></a>
372 flag indicating the requested APIs object is just 372 flag indicating the requested APIs object is just
373 needed for a preparation process 373 needed for a preparation process
374 </dd> 374 </dd>
375 </dl> 375 </dl>
376 <dl> 376 <dl>
377 <dt>Returns:</dt> 377 <dt>Return:</dt>
378 <dd> 378 <dd>
379 reference to the APIs object 379 reference to the APIs object
380 </dd> 380 </dd>
381 </dl> 381 </dl>
382 <dl> 382 <dl>

eric ide

mercurial