src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterPython.html

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
26 </tr> 26 </tr>
27 </table> 27 </table>
28 <h3>Functions</h3> 28 <h3>Functions</h3>
29 29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31
32 <tr>
33 <td><a href="#createCompleter">createCompleter</a></td>
34 <td>Function to instantiate a typing completer object.</td>
35 </tr>
32 </table> 36 </table>
33 <hr /> 37 <hr />
34 <hr /> 38 <hr />
35 <a NAME="CompleterPython" ID="CompleterPython"></a> 39 <a NAME="CompleterPython" ID="CompleterPython"></a>
36 <h2>CompleterPython</h2> 40 <h2>CompleterPython</h2>
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>

eric ide

mercurial