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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9503
ae9232bf4854
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
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>Function to instantiate a lexer object.</td> 34 <td></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>Public method to check, if a style is a comment style.</td> 75 <td></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>
149 <a NAME="LexerTeX.isStringStyle" ID="LexerTeX.isStringStyle"></a> 133 <a NAME="LexerTeX.isStringStyle" ID="LexerTeX.isStringStyle"></a>
150 <h4>LexerTeX.isStringStyle</h4> 134 <h4>LexerTeX.isStringStyle</h4>
151 <b>isStringStyle</b>(<i>style</i>) 135 <b>isStringStyle</b>(<i>style</i>)
152 136
153 <p> 137 <p>
171 <hr /> 155 <hr />
172 <a NAME="createLexer" ID="createLexer"></a> 156 <a NAME="createLexer" ID="createLexer"></a>
173 <h2>createLexer</h2> 157 <h2>createLexer</h2>
174 <b>createLexer</b>(<i>variant="", parent=None</i>) 158 <b>createLexer</b>(<i>variant="", parent=None</i>)
175 159
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>
202 <div align="right"><a href="#top">Up</a></div> 160 <div align="right"><a href="#top">Up</a></div>
203 <hr /> 161 <hr />
204 </body></html> 162 </body></html>

eric ide

mercurial