src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerTeX.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="LexerTeX" ID="LexerTeX"></a> 39 <a NAME="LexerTeX" ID="LexerTeX"></a>
70 <td><a href="#LexerTeX.initProperties">initProperties</a></td> 70 <td><a href="#LexerTeX.initProperties">initProperties</a></td>
71 <td>Public slot to initialize the properties.</td> 71 <td>Public slot to initialize the properties.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#LexerTeX.isCommentStyle">isCommentStyle</a></td> 74 <td><a href="#LexerTeX.isCommentStyle">isCommentStyle</a></td>
75 <td></td> 75 <td>Public method to check, if a style is a comment style.</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#LexerTeX.isStringStyle">isStringStyle</a></td> 78 <td><a href="#LexerTeX.isStringStyle">isStringStyle</a></td>
79 <td>Public method to check, if a style is a string style.</td> 79 <td>Public method to check, if a style is a string style.</td>
80 </tr> 80 </tr>
128 </p> 128 </p>
129 <a NAME="LexerTeX.isCommentStyle" ID="LexerTeX.isCommentStyle"></a> 129 <a NAME="LexerTeX.isCommentStyle" ID="LexerTeX.isCommentStyle"></a>
130 <h4>LexerTeX.isCommentStyle</h4> 130 <h4>LexerTeX.isCommentStyle</h4>
131 <b>isCommentStyle</b>(<i>style</i>) 131 <b>isCommentStyle</b>(<i>style</i>)
132 132
133 <p>
134 Public method to check, if a style is a comment style.
135 </p>
136 <dl>
137
138 <dt><i>style</i></dt>
139 <dd>
140 style to check (integer)
141 </dd>
142 </dl>
143 <dl>
144 <dt>Return:</dt>
145 <dd>
146 flag indicating a comment style (boolean)
147 </dd>
148 </dl>
133 <a NAME="LexerTeX.isStringStyle" ID="LexerTeX.isStringStyle"></a> 149 <a NAME="LexerTeX.isStringStyle" ID="LexerTeX.isStringStyle"></a>
134 <h4>LexerTeX.isStringStyle</h4> 150 <h4>LexerTeX.isStringStyle</h4>
135 <b>isStringStyle</b>(<i>style</i>) 151 <b>isStringStyle</b>(<i>style</i>)
136 152
137 <p> 153 <p>
155 <hr /> 171 <hr />
156 <a NAME="createLexer" ID="createLexer"></a> 172 <a NAME="createLexer" ID="createLexer"></a>
157 <h2>createLexer</h2> 173 <h2>createLexer</h2>
158 <b>createLexer</b>(<i>variant="", parent=None</i>) 174 <b>createLexer</b>(<i>variant="", parent=None</i>)
159 175
176 <p>
177 Function to instantiate a lexer object.
178 </p>
179 <dl>
180
181 <dt><i>variant</i> (str)</dt>
182 <dd>
183 name of the language variant
184 </dd>
185 <dt><i>parent</i> (QObject)</dt>
186 <dd>
187 parent widget of this lexer
188 </dd>
189 </dl>
190 <dl>
191 <dt>Return:</dt>
192 <dd>
193 instantiated lexer object
194 </dd>
195 </dl>
196 <dl>
197 <dt>Return Type:</dt>
198 <dd>
199 LexerTeX
200 </dd>
201 </dl>
160 <div align="right"><a href="#top">Up</a></div> 202 <div align="right"><a href="#top">Up</a></div>
161 <hr /> 203 <hr />
162 </body></html> 204 </body></html>

eric ide

mercurial