diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Debugger.StartHistoryEditDialog.html --- a/src/eric7/Documentation/Source/eric7.Debugger.StartHistoryEditDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.StartHistoryEditDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Debugger.StartHistoryEditDialog</h1> - <p> Module implementing a dialog to edit a list of history entries. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#StartHistoryEditDialog">StartHistoryEditDialog</a></td> <td>Class implementing a dialog to edit a list of history entries.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="StartHistoryEditDialog" ID="StartHistoryEditDialog"></a> <h2>StartHistoryEditDialog</h2> - <p> Class implementing a dialog to edit a list of history entries. </p> + <h3>Derived from</h3> QDialog, Ui_StartHistoryEditDialog <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="#StartHistoryEditDialog.__init__">StartHistoryEditDialog</a></td> <td>Constructor</td> @@ -83,19 +80,20 @@ <td>Private slot to handle the selection of entries.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="StartHistoryEditDialog.__init__" ID="StartHistoryEditDialog.__init__"></a> <h4>StartHistoryEditDialog (Constructor)</h4> <b>StartHistoryEditDialog</b>(<i>history, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>history</i> (list of str)</dt> @@ -110,17 +108,17 @@ <a NAME="StartHistoryEditDialog.__updateEditButtons" ID="StartHistoryEditDialog.__updateEditButtons"></a> <h4>StartHistoryEditDialog.__updateEditButtons</h4> <b>__updateEditButtons</b>(<i></i>) - <p> Private method to set the state of the edit buttons. </p> + <a NAME="StartHistoryEditDialog.getHistory" ID="StartHistoryEditDialog.getHistory"></a> <h4>StartHistoryEditDialog.getHistory</h4> <b>getHistory</b>(<i></i>) - <p> Public method to get the new list of history entries. </p> + <dl> <dt>Return:</dt> <dd> @@ -136,31 +134,31 @@ <a NAME="StartHistoryEditDialog.on_deleteAllButton_clicked" ID="StartHistoryEditDialog.on_deleteAllButton_clicked"></a> <h4>StartHistoryEditDialog.on_deleteAllButton_clicked</h4> <b>on_deleteAllButton_clicked</b>(<i></i>) - <p> Private slot to delete all entries. </p> + <a NAME="StartHistoryEditDialog.on_deleteButton_clicked" ID="StartHistoryEditDialog.on_deleteButton_clicked"></a> <h4>StartHistoryEditDialog.on_deleteButton_clicked</h4> <b>on_deleteButton_clicked</b>(<i></i>) - <p> Private slot to delete the selected entries. </p> + <a NAME="StartHistoryEditDialog.on_editButton_clicked" ID="StartHistoryEditDialog.on_editButton_clicked"></a> <h4>StartHistoryEditDialog.on_editButton_clicked</h4> <b>on_editButton_clicked</b>(<i></i>) - <p> Private slot to edit the selected entry. </p> + <a NAME="StartHistoryEditDialog.on_historyList_itemSelectionChanged" ID="StartHistoryEditDialog.on_historyList_itemSelectionChanged"></a> <h4>StartHistoryEditDialog.on_historyList_itemSelectionChanged</h4> <b>on_historyList_itemSelectionChanged</b>(<i></i>) - <p> Private slot to handle the selection of entries. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>