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

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10431
64157aeb0312
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="CompleterRuby" ID="CompleterRuby"></a> 39 <a NAME="CompleterRuby" ID="CompleterRuby"></a>
36 <h2>CompleterRuby</h2> 40 <h2>CompleterRuby</h2>
214 <p> 218 <p>
215 Public slot called to reread the configuration parameters. 219 Public slot called to reread the configuration parameters.
216 </p> 220 </p>
217 <div align="right"><a href="#top">Up</a></div> 221 <div align="right"><a href="#top">Up</a></div>
218 <hr /> 222 <hr />
223 <hr />
224 <a NAME="createCompleter" ID="createCompleter"></a>
225 <h2>createCompleter</h2>
226 <b>createCompleter</b>(<i>editor, parent=None</i>)
227
228 <p>
229 Function to instantiate a typing completer object.
230 </p>
231 <dl>
232
233 <dt><i>editor</i> (QScintilla.Editor)</dt>
234 <dd>
235 reference to the editor object
236 </dd>
237 <dt><i>parent</i> (QObject (optional))</dt>
238 <dd>
239 reference to the parent object (defaults to None)
240 </dd>
241 </dl>
242 <dl>
243 <dt>Return:</dt>
244 <dd>
245 reference to the instantiated typing completer object
246 </dd>
247 </dl>
248 <dl>
249 <dt>Return Type:</dt>
250 <dd>
251 CompleterRuby
252 </dd>
253 </dl>
254 <div align="right"><a href="#top">Up</a></div>
255 <hr />
219 </body></html> 256 </body></html>

eric ide

mercurial