Sat, 20 Aug 2011 17:24:33 +0200
Fixed an issue in the source documentor and regenerated the source docu.
<?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.Preferences.ConfigurationPages.MasterPasswordEntryDialog</title> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog</h1> <p> Module implementing a dialog to enter or change the master password. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#MasterPasswordEntryDialog">MasterPasswordEntryDialog</a></td> <td>Class implementing a dialog to enter or change the master password.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="MasterPasswordEntryDialog" ID="MasterPasswordEntryDialog"></a> <h2>MasterPasswordEntryDialog</h2> <p> Class implementing a dialog to enter or change the master password. </p> <h3>Derived from</h3> QDialog, Ui_MasterPasswordEntryDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#MasterPasswordEntryDialog.__init__">MasterPasswordEntryDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#MasterPasswordEntryDialog.__updateUI">__updateUI</a></td> <td>Private slot to update the variable parts of the UI.</td> </tr><tr> <td><a href="#MasterPasswordEntryDialog.getCurrentPassword">getCurrentPassword</a></td> <td>Public method to get the current master password.</td> </tr><tr> <td><a href="#MasterPasswordEntryDialog.getMasterPassword">getMasterPassword</a></td> <td>Public method to get the new master password.</td> </tr><tr> <td><a href="#MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged">on_currentPasswordEdit_textChanged</a></td> <td>Private slot to handle changes of the current password.</td> </tr><tr> <td><a href="#MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged">on_newPasswordAgainEdit_textChanged</a></td> <td>Private slot to handle changes of the new again password.</td> </tr><tr> <td><a href="#MasterPasswordEntryDialog.on_newPasswordEdit_textChanged">on_newPasswordEdit_textChanged</a></td> <td>Private slot to handle changes of the new password.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="MasterPasswordEntryDialog.__init__" ID="MasterPasswordEntryDialog.__init__"></a> <h4>MasterPasswordEntryDialog (Constructor)</h4> <b>MasterPasswordEntryDialog</b>(<i>oldPasswordHash, parent=None</i>) <p> Constructor </p><dl> <dt><i>oldPasswordHash</i></dt> <dd> hash of the current password (string) </dd><dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> </dl><a NAME="MasterPasswordEntryDialog.__updateUI" ID="MasterPasswordEntryDialog.__updateUI"></a> <h4>MasterPasswordEntryDialog.__updateUI</h4> <b>__updateUI</b>(<i></i>) <p> Private slot to update the variable parts of the UI. </p><a NAME="MasterPasswordEntryDialog.getCurrentPassword" ID="MasterPasswordEntryDialog.getCurrentPassword"></a> <h4>MasterPasswordEntryDialog.getCurrentPassword</h4> <b>getCurrentPassword</b>(<i></i>) <p> Public method to get the current master password. </p><a NAME="MasterPasswordEntryDialog.getMasterPassword" ID="MasterPasswordEntryDialog.getMasterPassword"></a> <h4>MasterPasswordEntryDialog.getMasterPassword</h4> <b>getMasterPassword</b>(<i></i>) <p> Public method to get the new master password. </p><a NAME="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged"></a> <h4>MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged</h4> <b>on_currentPasswordEdit_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the current password. </p><dl> <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> </dl><a NAME="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a> <h4>MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged</h4> <b>on_newPasswordAgainEdit_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the new again password. </p><dl> <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> </dl><a NAME="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged"></a> <h4>MasterPasswordEntryDialog.on_newPasswordEdit_textChanged</h4> <b>on_newPasswordEdit_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the new password. </p><dl> <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>