src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPostScript.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="LexerPostScript" ID="LexerPostScript"></a> 39 <a NAME="LexerPostScript" ID="LexerPostScript"></a>
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>

eric ide

mercurial