336 <p> |
340 <p> |
337 Public slot called to reread the configuration parameters. |
341 Public slot called to reread the configuration parameters. |
338 </p> |
342 </p> |
339 <div align="right"><a href="#top">Up</a></div> |
343 <div align="right"><a href="#top">Up</a></div> |
340 <hr /> |
344 <hr /> |
|
345 <hr /> |
|
346 <a NAME="createCompleter" ID="createCompleter"></a> |
|
347 <h2>createCompleter</h2> |
|
348 <b>createCompleter</b>(<i>editor, parent=None</i>) |
|
349 |
|
350 <p> |
|
351 Function to instantiate a typing completer object. |
|
352 </p> |
|
353 <dl> |
|
354 |
|
355 <dt><i>editor</i> (QScintilla.Editor)</dt> |
|
356 <dd> |
|
357 reference to the editor object |
|
358 </dd> |
|
359 <dt><i>parent</i> (QObject (optional))</dt> |
|
360 <dd> |
|
361 reference to the parent object (defaults to None) |
|
362 </dd> |
|
363 </dl> |
|
364 <dl> |
|
365 <dt>Return:</dt> |
|
366 <dd> |
|
367 reference to the instantiated typing completer object |
|
368 </dd> |
|
369 </dl> |
|
370 <dl> |
|
371 <dt>Return Type:</dt> |
|
372 <dd> |
|
373 CompleterPython |
|
374 </dd> |
|
375 </dl> |
|
376 <div align="right"><a href="#top">Up</a></div> |
|
377 <hr /> |
341 </body></html> |
378 </body></html> |