74 <td><a href="#LexerYAML.isCommentStyle">isCommentStyle</a></td> |
74 <td><a href="#LexerYAML.isCommentStyle">isCommentStyle</a></td> |
75 <td>Public method to check, if a style is a comment style.</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="#LexerYAML.isStringStyle">isStringStyle</a></td> |
78 <td><a href="#LexerYAML.isStringStyle">isStringStyle</a></td> |
79 <td></td> |
79 <td>Public method to check, if a style is a string style.</td> |
80 </tr> |
80 </tr> |
81 </table> |
81 </table> |
82 <h3>Static Methods</h3> |
82 <h3>Static Methods</h3> |
83 |
83 |
84 <table> |
84 <table> |
148 </dl> |
148 </dl> |
149 <a NAME="LexerYAML.isStringStyle" ID="LexerYAML.isStringStyle"></a> |
149 <a NAME="LexerYAML.isStringStyle" ID="LexerYAML.isStringStyle"></a> |
150 <h4>LexerYAML.isStringStyle</h4> |
150 <h4>LexerYAML.isStringStyle</h4> |
151 <b>isStringStyle</b>(<i>style</i>) |
151 <b>isStringStyle</b>(<i>style</i>) |
152 |
152 |
|
153 <p> |
|
154 Public method to check, if a style is a string style. |
|
155 </p> |
|
156 <dl> |
|
157 |
|
158 <dt><i>style</i></dt> |
|
159 <dd> |
|
160 style to check (integer) |
|
161 </dd> |
|
162 </dl> |
|
163 <dl> |
|
164 <dt>Return:</dt> |
|
165 <dd> |
|
166 flag indicating a string style (boolean) |
|
167 </dd> |
|
168 </dl> |
153 <div align="right"><a href="#top">Up</a></div> |
169 <div align="right"><a href="#top">Up</a></div> |
154 <hr /> |
170 <hr /> |
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 LexerYAML |
|
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> |