src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCPP.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10431
64157aeb0312
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
29 29
30 <table> 30 <table>
31 31
32 <tr> 32 <tr>
33 <td><a href="#createLexer">createLexer</a></td> 33 <td><a href="#createLexer">createLexer</a></td>
34 <td></td> 34 <td>Function to instantiate a lexer object.</td>
35 </tr> 35 </tr>
36 </table> 36 </table>
37 <hr /> 37 <hr />
38 <hr /> 38 <hr />
39 <a NAME="LexerCPP" ID="LexerCPP"></a> 39 <a NAME="LexerCPP" ID="LexerCPP"></a>
205 <hr /> 205 <hr />
206 <a NAME="createLexer" ID="createLexer"></a> 206 <a NAME="createLexer" ID="createLexer"></a>
207 <h2>createLexer</h2> 207 <h2>createLexer</h2>
208 <b>createLexer</b>(<i>variant="", parent=None</i>) 208 <b>createLexer</b>(<i>variant="", parent=None</i>)
209 209
210 <p>
211 Function to instantiate a lexer object.
212 </p>
213 <dl>
214
215 <dt><i>variant</i> (str)</dt>
216 <dd>
217 name of the language variant
218 </dd>
219 <dt><i>parent</i> (QObject)</dt>
220 <dd>
221 parent widget of this lexer
222 </dd>
223 </dl>
224 <dl>
225 <dt>Return:</dt>
226 <dd>
227 instantiated lexer object
228 </dd>
229 </dl>
230 <dl>
231 <dt>Return Type:</dt>
232 <dd>
233 LexerCPP
234 </dd>
235 </dl>
210 <div align="right"><a href="#top">Up</a></div> 236 <div align="right"><a href="#top">Up</a></div>
211 <hr /> 237 <hr />
212 </body></html> 238 </body></html>

eric ide

mercurial