--- a/Documentation/Source/eric5.Helpviewer.CookieJar.CookiesDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.CookieJar.CookiesDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.CookieJar.CookiesDialog</h1> <p> -Module implementing a dialog to show all cookies. +Module implementing a dialog to show all cookies. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#CookiesDialog">CookiesDialog</a></td> -<td>Class implementing a dialog to show all cookies.</td> +<td>Class implementing a dialog to show all cookies.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="CookiesDialog" ID="CookiesDialog"></a> <h2>CookiesDialog</h2> <p> - Class implementing a dialog to show all cookies. + Class implementing a dialog to show all cookies. </p> <h3>Derived from</h3> QDialog, Ui_CookiesDialog @@ -55,67 +55,67 @@ <table> <tr> <td><a href="#CookiesDialog.__init__">CookiesDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#CookiesDialog.__showCookieDetails">__showCookieDetails</a></td> -<td>Private slot to show a dialog with the cookie details.</td> +<td>Private slot to show a dialog with the cookie details.</td> </tr><tr> <td><a href="#CookiesDialog.__tableModelReset">__tableModelReset</a></td> -<td>Private slot to handle a reset of the cookies table.</td> +<td>Private slot to handle a reset of the cookies table.</td> </tr><tr> <td><a href="#CookiesDialog.__tableSelectionChanged">__tableSelectionChanged</a></td> -<td>Private slot to handle a change of selected items.</td> +<td>Private slot to handle a change of selected items.</td> </tr><tr> <td><a href="#CookiesDialog.on_addButton_clicked">on_addButton_clicked</a></td> -<td>Private slot to add a new exception.</td> +<td>Private slot to add a new exception.</td> </tr> </table> <a NAME="CookiesDialog.__init__" ID="CookiesDialog.__init__"></a> <h4>CookiesDialog (Constructor)</h4> <b>CookiesDialog</b>(<i>cookieJar, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>cookieJar</i></dt> <dd> -reference to the cookie jar (CookieJar) +reference to the cookie jar (CookieJar) </dd><dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl><a NAME="CookiesDialog.__showCookieDetails" ID="CookiesDialog.__showCookieDetails"></a> <h4>CookiesDialog.__showCookieDetails</h4> <b>__showCookieDetails</b>(<i>index</i>) <p> - Private slot to show a dialog with the cookie details. + Private slot to show a dialog with the cookie details. </p><dl> <dt><i>index</i></dt> <dd> -index of the entry to show (QModelIndex) +index of the entry to show (QModelIndex) </dd> </dl><a NAME="CookiesDialog.__tableModelReset" ID="CookiesDialog.__tableModelReset"></a> <h4>CookiesDialog.__tableModelReset</h4> <b>__tableModelReset</b>(<i></i>) <p> - Private slot to handle a reset of the cookies table. + Private slot to handle a reset of the cookies table. </p><a NAME="CookiesDialog.__tableSelectionChanged" ID="CookiesDialog.__tableSelectionChanged"></a> <h4>CookiesDialog.__tableSelectionChanged</h4> <b>__tableSelectionChanged</b>(<i>selected, deselected</i>) <p> - Private slot to handle a change of selected items. + Private slot to handle a change of selected items. </p><dl> <dt><i>selected</i></dt> <dd> -selected indexes (QItemSelection) +selected indexes (QItemSelection) </dd><dt><i>deselected</i></dt> <dd> -deselected indexes (QItemSelection) +deselected indexes (QItemSelection) </dd> </dl><a NAME="CookiesDialog.on_addButton_clicked" ID="CookiesDialog.on_addButton_clicked"></a> <h4>CookiesDialog.on_addButton_clicked</h4> <b>on_addButton_clicked</b>(<i></i>) <p> - Private slot to add a new exception. + Private slot to add a new exception. </p> <div align="right"><a href="#top">Up</a></div> <hr />