146 <p> |
150 <p> |
147 Public slot called to reread the configuration parameters. |
151 Public slot called to reread the configuration parameters. |
148 </p> |
152 </p> |
149 <div align="right"><a href="#top">Up</a></div> |
153 <div align="right"><a href="#top">Up</a></div> |
150 <hr /> |
154 <hr /> |
|
155 <hr /> |
|
156 <a NAME="createCompleter" ID="createCompleter"></a> |
|
157 <h2>createCompleter</h2> |
|
158 <b>createCompleter</b>(<i>editor, parent=None</i>) |
|
159 |
|
160 <p> |
|
161 Function to instantiate a typing completer object. |
|
162 </p> |
|
163 <dl> |
|
164 |
|
165 <dt><i>editor</i> (QScintilla.Editor)</dt> |
|
166 <dd> |
|
167 reference to the editor object |
|
168 </dd> |
|
169 <dt><i>parent</i> (QObject (optional))</dt> |
|
170 <dd> |
|
171 reference to the parent object (defaults to None) |
|
172 </dd> |
|
173 </dl> |
|
174 <dl> |
|
175 <dt>Return:</dt> |
|
176 <dd> |
|
177 reference to the instantiated typing completer object |
|
178 </dd> |
|
179 </dl> |
|
180 <dl> |
|
181 <dt>Return Type:</dt> |
|
182 <dd> |
|
183 CompleterYaml |
|
184 </dd> |
|
185 </dl> |
|
186 <div align="right"><a href="#top">Up</a></div> |
|
187 <hr /> |
151 </body></html> |
188 </body></html> |