src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAPIsPage.html

branch
eric7
changeset 10428
a071d4065202
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
211 Private slot to retrieve the api filenames from the list. 211 Private slot to retrieve the api filenames from the list.
212 </p> 212 </p>
213 <dl> 213 <dl>
214 <dt>Return:</dt> 214 <dt>Return:</dt>
215 <dd> 215 <dd>
216 list of api filenames (list of strings) 216 list of api filenames
217 </dd>
218 </dl>
219 <dl>
220 <dt>Return Type:</dt>
221 <dd>
222 list of str
217 </dd> 223 </dd>
218 </dl> 224 </dl>
219 <a NAME="EditorAPIsPage.__fillApisList" ID="EditorAPIsPage.__fillApisList"></a> 225 <a NAME="EditorAPIsPage.__fillApisList" ID="EditorAPIsPage.__fillApisList"></a>
220 <h4>EditorAPIsPage.__fillApisList</h4> 226 <h4>EditorAPIsPage.__fillApisList</h4>
221 <b>__fillApisList</b>(<i></i>) 227 <b>__fillApisList</b>(<i></i>)
268 <p> 274 <p>
269 Private slot to handle the entering of an API file name. 275 Private slot to handle the entering of an API file name.
270 </p> 276 </p>
271 <dl> 277 <dl>
272 278
273 <dt><i>txt</i></dt> 279 <dt><i>txt</i> (str)</dt>
274 <dd> 280 <dd>
275 text of the line edit (string) 281 text of the line edit
276 </dd> 282 </dd>
277 </dl> 283 </dl>
278 <a NAME="EditorAPIsPage.on_apiLanguageComboBox_activated" ID="EditorAPIsPage.on_apiLanguageComboBox_activated"></a> 284 <a NAME="EditorAPIsPage.on_apiLanguageComboBox_activated" ID="EditorAPIsPage.on_apiLanguageComboBox_activated"></a>
279 <h4>EditorAPIsPage.on_apiLanguageComboBox_activated</h4> 285 <h4>EditorAPIsPage.on_apiLanguageComboBox_activated</h4>
280 <b>on_apiLanguageComboBox_activated</b>(<i>index</i>) 286 <b>on_apiLanguageComboBox_activated</b>(<i>index</i>)
347 </dd> 353 </dd>
348 </dl> 354 </dl>
349 <dl> 355 <dl>
350 <dt>Return Type:</dt> 356 <dt>Return Type:</dt>
351 <dd> 357 <dd>
352 tuple of int and int 358 tuple of (int, int)
353 </dd> 359 </dd>
354 </dl> 360 </dl>
355 <a NAME="EditorAPIsPage.setState" ID="EditorAPIsPage.setState"></a> 361 <a NAME="EditorAPIsPage.setState" ID="EditorAPIsPage.setState"></a>
356 <h4>EditorAPIsPage.setState</h4> 362 <h4>EditorAPIsPage.setState</h4>
357 <b>setState</b>(<i>state</i>) 363 <b>setState</b>(<i>state</i>)
359 <p> 365 <p>
360 Public method to set the state of the widget. 366 Public method to set the state of the widget.
361 </p> 367 </p>
362 <dl> 368 <dl>
363 369
364 <dt><i>state</i></dt> 370 <dt><i>state</i> (tuple of (int, int))</dt>
365 <dd> 371 <dd>
366 state data generated by saveState 372 state data generated by saveState
367 </dd> 373 </dd>
368 </dl> 374 </dl>
369 <div align="right"><a href="#top">Up</a></div> 375 <div align="right"><a href="#top">Up</a></div>
376 <p> 382 <p>
377 Module function to create the configuration page. 383 Module function to create the configuration page.
378 </p> 384 </p>
379 <dl> 385 <dl>
380 386
381 <dt><i>dlg</i></dt> 387 <dt><i>dlg</i> (ConfigurationDialog)</dt>
382 <dd> 388 <dd>
383 reference to the configuration dialog 389 reference to the configuration dialog
384 </dd> 390 </dd>
385 </dl> 391 </dl>
386 <dl> 392 <dl>
387 <dt>Return:</dt> 393 <dt>Return:</dt>
388 <dd> 394 <dd>
389 reference to the instantiated page (ConfigurationPageBase) 395 reference to the instantiated page
396 </dd>
397 </dl>
398 <dl>
399 <dt>Return Type:</dt>
400 <dd>
401 ConfigurationPageBase
390 </dd> 402 </dd>
391 </dl> 403 </dl>
392 <div align="right"><a href="#top">Up</a></div> 404 <div align="right"><a href="#top">Up</a></div>
393 <hr /> 405 <hr />
394 </body></html> 406 </body></html>

eric ide

mercurial