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

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10201
5beaa25bdfbe
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="CompleterYaml" ID="CompleterYaml"></a> 39 <a NAME="CompleterYaml" ID="CompleterYaml"></a>
36 <h2>CompleterYaml</h2> 40 <h2>CompleterYaml</h2>
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>

eric ide

mercurial