74 <td><a href="#LexerPostScript.isCommentStyle">isCommentStyle</a></td> |
74 <td><a href="#LexerPostScript.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="#LexerPostScript.isStringStyle">isStringStyle</a></td> |
78 <td><a href="#LexerPostScript.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 <tr> |
81 <tr> |
82 <td><a href="#LexerPostScript.maximumKeywordSet">maximumKeywordSet</a></td> |
82 <td><a href="#LexerPostScript.maximumKeywordSet">maximumKeywordSet</a></td> |
83 <td>Public method to get the maximum keyword set.</td> |
83 <td>Public method to get the maximum keyword set.</td> |
84 </tr> |
84 </tr> |
152 </dl> |
152 </dl> |
153 <a NAME="LexerPostScript.isStringStyle" ID="LexerPostScript.isStringStyle"></a> |
153 <a NAME="LexerPostScript.isStringStyle" ID="LexerPostScript.isStringStyle"></a> |
154 <h4>LexerPostScript.isStringStyle</h4> |
154 <h4>LexerPostScript.isStringStyle</h4> |
155 <b>isStringStyle</b>(<i>style</i>) |
155 <b>isStringStyle</b>(<i>style</i>) |
156 |
156 |
|
157 <p> |
|
158 Public method to check, if a style is a string style. |
|
159 </p> |
|
160 <dl> |
|
161 |
|
162 <dt><i>style</i></dt> |
|
163 <dd> |
|
164 style to check (integer) |
|
165 </dd> |
|
166 </dl> |
|
167 <dl> |
|
168 <dt>Return:</dt> |
|
169 <dd> |
|
170 flag indicating a string style (boolean) |
|
171 </dd> |
|
172 </dl> |
157 <a NAME="LexerPostScript.maximumKeywordSet" ID="LexerPostScript.maximumKeywordSet"></a> |
173 <a NAME="LexerPostScript.maximumKeywordSet" ID="LexerPostScript.maximumKeywordSet"></a> |
158 <h4>LexerPostScript.maximumKeywordSet</h4> |
174 <h4>LexerPostScript.maximumKeywordSet</h4> |
159 <b>maximumKeywordSet</b>(<i></i>) |
175 <b>maximumKeywordSet</b>(<i></i>) |
160 |
176 |
161 <p> |
177 <p> |
172 <hr /> |
188 <hr /> |
173 <a NAME="createLexer" ID="createLexer"></a> |
189 <a NAME="createLexer" ID="createLexer"></a> |
174 <h2>createLexer</h2> |
190 <h2>createLexer</h2> |
175 <b>createLexer</b>(<i>variant="", parent=None</i>) |
191 <b>createLexer</b>(<i>variant="", parent=None</i>) |
176 |
192 |
|
193 <p> |
|
194 Function to instantiate a lexer object. |
|
195 </p> |
|
196 <dl> |
|
197 |
|
198 <dt><i>variant</i> (str)</dt> |
|
199 <dd> |
|
200 name of the language variant |
|
201 </dd> |
|
202 <dt><i>parent</i> (QObject)</dt> |
|
203 <dd> |
|
204 parent widget of this lexer |
|
205 </dd> |
|
206 </dl> |
|
207 <dl> |
|
208 <dt>Return:</dt> |
|
209 <dd> |
|
210 instantiated lexer object |
|
211 </dd> |
|
212 </dl> |
|
213 <dl> |
|
214 <dt>Return Type:</dt> |
|
215 <dd> |
|
216 LexerPostScript |
|
217 </dd> |
|
218 </dl> |
177 <div align="right"><a href="#top">Up</a></div> |
219 <div align="right"><a href="#top">Up</a></div> |
178 <hr /> |
220 <hr /> |
179 </body></html> |
221 </body></html> |