src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBatch.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="LexerBatch" ID="LexerBatch"></a> 39 <a NAME="LexerBatch" ID="LexerBatch"></a>
70 <td><a href="#LexerBatch.isCommentStyle">isCommentStyle</a></td> 70 <td><a href="#LexerBatch.isCommentStyle">isCommentStyle</a></td>
71 <td>Public method to check, if a style is a comment style.</td> 71 <td>Public method to check, if a style is a comment style.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#LexerBatch.isStringStyle">isStringStyle</a></td> 74 <td><a href="#LexerBatch.isStringStyle">isStringStyle</a></td>
75 <td></td> 75 <td>Public method to check, if a style is a string style.</td>
76 </tr> 76 </tr>
77 </table> 77 </table>
78 <h3>Static Methods</h3> 78 <h3>Static Methods</h3>
79 79
80 <table> 80 <table>
137 </dl> 137 </dl>
138 <a NAME="LexerBatch.isStringStyle" ID="LexerBatch.isStringStyle"></a> 138 <a NAME="LexerBatch.isStringStyle" ID="LexerBatch.isStringStyle"></a>
139 <h4>LexerBatch.isStringStyle</h4> 139 <h4>LexerBatch.isStringStyle</h4>
140 <b>isStringStyle</b>(<i>style</i>) 140 <b>isStringStyle</b>(<i>style</i>)
141 141
142 <p>
143 Public method to check, if a style is a string style.
144 </p>
145 <dl>
146
147 <dt><i>style</i></dt>
148 <dd>
149 style to check (integer)
150 </dd>
151 </dl>
152 <dl>
153 <dt>Return:</dt>
154 <dd>
155 flag indicating a string style (boolean)
156 </dd>
157 </dl>
142 <div align="right"><a href="#top">Up</a></div> 158 <div align="right"><a href="#top">Up</a></div>
143 <hr /> 159 <hr />
144 <hr /> 160 <hr />
145 <a NAME="createLexer" ID="createLexer"></a> 161 <a NAME="createLexer" ID="createLexer"></a>
146 <h2>createLexer</h2> 162 <h2>createLexer</h2>
147 <b>createLexer</b>(<i>variant="", parent=None</i>) 163 <b>createLexer</b>(<i>variant="", parent=None</i>)
148 164
165 <p>
166 Function to instantiate a lexer object.
167 </p>
168 <dl>
169
170 <dt><i>variant</i> (str)</dt>
171 <dd>
172 name of the language variant
173 </dd>
174 <dt><i>parent</i> (QObject)</dt>
175 <dd>
176 parent widget of this lexer
177 </dd>
178 </dl>
179 <dl>
180 <dt>Return:</dt>
181 <dd>
182 instantiated lexer object
183 </dd>
184 </dl>
185 <dl>
186 <dt>Return Type:</dt>
187 <dd>
188 LexerBatch
189 </dd>
190 </dl>
149 <div align="right"><a href="#top">Up</a></div> 191 <div align="right"><a href="#top">Up</a></div>
150 <hr /> 192 <hr />
151 </body></html> 193 </body></html>

eric ide

mercurial