54 <tr> |
54 <tr> |
55 <td><a href="#getConfigData">getConfigData</a></td> |
55 <td><a href="#getConfigData">getConfigData</a></td> |
56 <td>Module function returning data as required by the configuration dialog.</td> |
56 <td>Module function returning data as required by the configuration dialog.</td> |
57 </tr> |
57 </tr> |
58 <tr> |
58 <tr> |
|
59 <td><a href="#installDependencies">installDependencies</a></td> |
|
60 <td>Function to install dependencies of this plug-in.</td> |
|
61 </tr> |
|
62 <tr> |
59 <td><a href="#prepareUninstall">prepareUninstall</a></td> |
63 <td><a href="#prepareUninstall">prepareUninstall</a></td> |
60 <td>Module function to prepare for an uninstallation.</td> |
64 <td>Module function to prepare for an uninstallation.</td> |
61 </tr> |
65 </tr> |
62 </table> |
66 </table> |
63 <hr /> |
67 <hr /> |
502 </dd> |
506 </dd> |
503 </dl> |
507 </dl> |
504 <div align="right"><a href="#top">Up</a></div> |
508 <div align="right"><a href="#top">Up</a></div> |
505 <hr /> |
509 <hr /> |
506 <hr /> |
510 <hr /> |
|
511 <a NAME="installDependencies" ID="installDependencies"></a> |
|
512 <h2>installDependencies</h2> |
|
513 <b>installDependencies</b>(<i>pipInstall</i>) |
|
514 |
|
515 <p> |
|
516 Function to install dependencies of this plug-in. |
|
517 </p> |
|
518 <dl> |
|
519 |
|
520 <dt><i>pipInstall</i> (function)</dt> |
|
521 <dd> |
|
522 function to be called with a list of package names. |
|
523 </dd> |
|
524 </dl> |
|
525 <div align="right"><a href="#top">Up</a></div> |
|
526 <hr /> |
|
527 <hr /> |
507 <a NAME="prepareUninstall" ID="prepareUninstall"></a> |
528 <a NAME="prepareUninstall" ID="prepareUninstall"></a> |
508 <h2>prepareUninstall</h2> |
529 <h2>prepareUninstall</h2> |
509 <b>prepareUninstall</b>(<i></i>) |
530 <b>prepareUninstall</b>(<i></i>) |
510 |
531 |
511 <p> |
532 <p> |