Wed, 24 Mar 2010 18:38:44 +0000
Added a few methods to Project.py to support the cooperation stuff.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.PluginManager.PluginDetailsDialog</title> <style> body { background:white; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #4FA4FF; } h2 { color: white; background: #4FA4FF; } h3 { color: white; background: #00557F; } h4 { color: white; background: #00557F; } a { color: #AA5500; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.PluginManager.PluginDetailsDialog</h1> <p> Module implementing the Plugin Details Dialog. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#PluginDetailsDialog">PluginDetailsDialog</a></td> <td>Class implementing the Plugin Details Dialog.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="PluginDetailsDialog" ID="PluginDetailsDialog"></a> <h2>PluginDetailsDialog</h2> <p> Class implementing the Plugin Details Dialog. </p> <h3>Derived from</h3> QDialog, Ui_PluginDetailsDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#PluginDetailsDialog.__init__">PluginDetailsDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#PluginDetailsDialog.on_activeCheckBox_clicked">on_activeCheckBox_clicked</a></td> <td>Private slot called, when the activeCheckBox was clicked.</td> </tr><tr> <td><a href="#PluginDetailsDialog.on_autoactivateCheckBox_clicked">on_autoactivateCheckBox_clicked</a></td> <td>Private slot called, when the autoactivateCheckBox was clicked.</td> </tr> </table> <a NAME="PluginDetailsDialog.__init__" ID="PluginDetailsDialog.__init__"></a> <h4>PluginDetailsDialog (Constructor)</h4> <b>PluginDetailsDialog</b>(<i>details, parent = None</i>) <p> Constructor </p><dl> <dt><i>details</i></dt> <dd> dictionary containing the info to be displayed </dd><dt><i>parent</i></dt> <dd> parent of this dialog (QWidget) </dd> </dl><a NAME="PluginDetailsDialog.on_activeCheckBox_clicked" ID="PluginDetailsDialog.on_activeCheckBox_clicked"></a> <h4>PluginDetailsDialog.on_activeCheckBox_clicked</h4> <b>on_activeCheckBox_clicked</b>(<i></i>) <p> Private slot called, when the activeCheckBox was clicked. </p><a NAME="PluginDetailsDialog.on_autoactivateCheckBox_clicked" ID="PluginDetailsDialog.on_autoactivateCheckBox_clicked"></a> <h4>PluginDetailsDialog.on_autoactivateCheckBox_clicked</h4> <b>on_autoactivateCheckBox_clicked</b>(<i></i>) <p> Private slot called, when the autoactivateCheckBox was clicked. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>