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

branch
eric7
changeset 10431
64157aeb0312
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10430:e440aaf179ce 10431:64157aeb0312
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p> 102 </p>
103 <dl> 103 <dl>
104 104
105 <dt><i>parent</i> (QObject)</dt> 105 <dt><i>parent</i> (QWidget)</dt>
106 <dd> 106 <dd>
107 parent widget of this lexer 107 parent widget of this lexer
108 </dd> 108 </dd>
109 </dl> 109 </dl>
110 <a NAME="LexerCPP.autoCompletionWordSeparators" ID="LexerCPP.autoCompletionWordSeparators"></a> 110 <a NAME="LexerCPP.autoCompletionWordSeparators" ID="LexerCPP.autoCompletionWordSeparators"></a>
115 Public method to return the list of separators for autocompletion. 115 Public method to return the list of separators for autocompletion.
116 </p> 116 </p>
117 <dl> 117 <dl>
118 <dt>Return:</dt> 118 <dt>Return:</dt>
119 <dd> 119 <dd>
120 list of separators (list of strings) 120 list of separators
121 </dd>
122 </dl>
123 <dl>
124 <dt>Return Type:</dt>
125 <dd>
126 list of str
121 </dd> 127 </dd>
122 </dl> 128 </dl>
123 <a NAME="LexerCPP.defaultKeywords" ID="LexerCPP.defaultKeywords"></a> 129 <a NAME="LexerCPP.defaultKeywords" ID="LexerCPP.defaultKeywords"></a>
124 <h4>LexerCPP.defaultKeywords</h4> 130 <h4>LexerCPP.defaultKeywords</h4>
125 <b>defaultKeywords</b>(<i>kwSet</i>) 131 <b>defaultKeywords</b>(<i>kwSet</i>)
127 <p> 133 <p>
128 Public method to get the default keywords. 134 Public method to get the default keywords.
129 </p> 135 </p>
130 <dl> 136 <dl>
131 137
132 <dt><i>kwSet</i></dt> 138 <dt><i>kwSet</i> (int)</dt>
133 <dd> 139 <dd>
134 number of the keyword set (integer) 140 number of the keyword set
135 </dd> 141 </dd>
136 </dl> 142 </dl>
137 <dl> 143 <dl>
138 <dt>Return:</dt> 144 <dt>Return:</dt>
139 <dd> 145 <dd>
140 string giving the keywords (string) or None 146 string giving the keywords or None
147 </dd>
148 </dl>
149 <dl>
150 <dt>Return Type:</dt>
151 <dd>
152 str
141 </dd> 153 </dd>
142 </dl> 154 </dl>
143 <a NAME="LexerCPP.initProperties" ID="LexerCPP.initProperties"></a> 155 <a NAME="LexerCPP.initProperties" ID="LexerCPP.initProperties"></a>
144 <h4>LexerCPP.initProperties</h4> 156 <h4>LexerCPP.initProperties</h4>
145 <b>initProperties</b>(<i></i>) 157 <b>initProperties</b>(<i></i>)
154 <p> 166 <p>
155 Public method to check, if a style is a comment style. 167 Public method to check, if a style is a comment style.
156 </p> 168 </p>
157 <dl> 169 <dl>
158 170
159 <dt><i>style</i></dt> 171 <dt><i>style</i> (int)</dt>
160 <dd> 172 <dd>
161 style to check (integer) 173 style to check
162 </dd> 174 </dd>
163 </dl> 175 </dl>
164 <dl> 176 <dl>
165 <dt>Return:</dt> 177 <dt>Return:</dt>
166 <dd> 178 <dd>
167 flag indicating a comment style (boolean) 179 flag indicating a comment style
180 </dd>
181 </dl>
182 <dl>
183 <dt>Return Type:</dt>
184 <dd>
185 bool
168 </dd> 186 </dd>
169 </dl> 187 </dl>
170 <a NAME="LexerCPP.isStringStyle" ID="LexerCPP.isStringStyle"></a> 188 <a NAME="LexerCPP.isStringStyle" ID="LexerCPP.isStringStyle"></a>
171 <h4>LexerCPP.isStringStyle</h4> 189 <h4>LexerCPP.isStringStyle</h4>
172 <b>isStringStyle</b>(<i>style</i>) 190 <b>isStringStyle</b>(<i>style</i>)
174 <p> 192 <p>
175 Public method to check, if a style is a string style. 193 Public method to check, if a style is a string style.
176 </p> 194 </p>
177 <dl> 195 <dl>
178 196
179 <dt><i>style</i></dt> 197 <dt><i>style</i> (int)</dt>
180 <dd> 198 <dd>
181 style to check (integer) 199 style to check
182 </dd> 200 </dd>
183 </dl> 201 </dl>
184 <dl> 202 <dl>
185 <dt>Return:</dt> 203 <dt>Return:</dt>
186 <dd> 204 <dd>
187 flag indicating a string style (boolean) 205 flag indicating a string style
206 </dd>
207 </dl>
208 <dl>
209 <dt>Return Type:</dt>
210 <dd>
211 bool
188 </dd> 212 </dd>
189 </dl> 213 </dl>
190 <a NAME="LexerCPP.maximumKeywordSet" ID="LexerCPP.maximumKeywordSet"></a> 214 <a NAME="LexerCPP.maximumKeywordSet" ID="LexerCPP.maximumKeywordSet"></a>
191 <h4>LexerCPP.maximumKeywordSet</h4> 215 <h4>LexerCPP.maximumKeywordSet</h4>
192 <b>maximumKeywordSet</b>(<i></i>) 216 <b>maximumKeywordSet</b>(<i></i>)
195 Public method to get the maximum keyword set. 219 Public method to get the maximum keyword set.
196 </p> 220 </p>
197 <dl> 221 <dl>
198 <dt>Return:</dt> 222 <dt>Return:</dt>
199 <dd> 223 <dd>
200 maximum keyword set (integer) 224 maximum keyword set
225 </dd>
226 </dl>
227 <dl>
228 <dt>Return Type:</dt>
229 <dd>
230 int
201 </dd> 231 </dd>
202 </dl> 232 </dl>
203 <div align="right"><a href="#top">Up</a></div> 233 <div align="right"><a href="#top">Up</a></div>
204 <hr /> 234 <hr />
205 <hr /> 235 <hr />

eric ide

mercurial