ProjectFlask/Documentation/source/Plugin_Project_Flask.PluginProjectFlask.html

branch
eric7
changeset 64
0ee58185b8df
parent 61
fe1e8783a95f
child 67
ca1f40d179ce
equal deleted inserted replaced
63:7c05cbc8b3e5 64:0ee58185b8df
162 <p> 162 <p>
163 Constructor 163 Constructor
164 </p> 164 </p>
165 <dl> 165 <dl>
166 166
167 <dt><i>ui</i> (UI.UserInterface)</dt> 167 <dt><i>ui</i> (UserInterface)</dt>
168 <dd> 168 <dd>
169 reference to the user interface object 169 reference to the user interface object
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <a NAME="ProjectFlaskPlugin.__initialize" ID="ProjectFlaskPlugin.__initialize"></a> 172 <a NAME="ProjectFlaskPlugin.__initialize" ID="ProjectFlaskPlugin.__initialize"></a>
218 </dd> 218 </dd>
219 </dl> 219 </dl>
220 <dl> 220 <dl>
221 <dt>Return Type:</dt> 221 <dt>Return Type:</dt>
222 <dd> 222 <dd>
223 bool 223 tuple of (None, bool)
224 </dd> 224 </dd>
225 </dl> 225 </dl>
226 <a NAME="ProjectFlaskPlugin.binaryTranslationsCallback" ID="ProjectFlaskPlugin.binaryTranslationsCallback"></a> 226 <a NAME="ProjectFlaskPlugin.binaryTranslationsCallback" ID="ProjectFlaskPlugin.binaryTranslationsCallback"></a>
227 <h4>ProjectFlaskPlugin.binaryTranslationsCallback</h4> 227 <h4>ProjectFlaskPlugin.binaryTranslationsCallback</h4>
228 <b>binaryTranslationsCallback</b>(<i>filename</i>) 228 <b>binaryTranslationsCallback</b>(<i>filename</i>)
430 <p> 430 <p>
431 Module function to return the API files made available by this plugin. 431 Module function to return the API files made available by this plugin.
432 </p> 432 </p>
433 <dl> 433 <dl>
434 434
435 <dt><i>language</i></dt> 435 <dt><i>language</i> (str)</dt>
436 <dd> 436 <dd>
437 language to get APIs for (string) 437 language to get APIs for
438 </dd> 438 </dd>
439 </dl> 439 </dl>
440 <dl> 440 <dl>
441 <dt>Return:</dt> 441 <dt>Return:</dt>
442 <dd> 442 <dd>
443 list of API filenames (list of string) 443 list of API filenames
444 </dd>
445 </dl>
446 <dl>
447 <dt>Return Type:</dt>
448 <dd>
449 list of str
444 </dd> 450 </dd>
445 </dl> 451 </dl>
446 <div align="right"><a href="#top">Up</a></div> 452 <div align="right"><a href="#top">Up</a></div>
447 <hr /> 453 <hr />
448 <hr /> 454 <hr />
453 <p> 459 <p>
454 Module function to create the Flask configuration page. 460 Module function to create the Flask configuration page.
455 </p> 461 </p>
456 <dl> 462 <dl>
457 463
458 <dt><i>configDlg</i></dt> 464 <dt><i>configDlg</i> (ConfigurationWidget)</dt>
459 <dd> 465 <dd>
460 reference to the configuration dialog 466 reference to the configuration dialog
461 </dd> 467 </dd>
462 </dl> 468 </dl>
463 <dl> 469 <dl>
464 <dt>Return:</dt> 470 <dt>Return:</dt>
465 <dd> 471 <dd>
466 reference to the configuration page 472 reference to the configuration page
473 </dd>
474 </dl>
475 <dl>
476 <dt>Return Type:</dt>
477 <dd>
478 FlaskPage
467 </dd> 479 </dd>
468 </dl> 480 </dl>
469 <div align="right"><a href="#top">Up</a></div> 481 <div align="right"><a href="#top">Up</a></div>
470 <hr /> 482 <hr />
471 <hr /> 483 <hr />

eric ide

mercurial