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> |