--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBarDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBarDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricToolBarDialog</h1> - <p> Module implementing a toolbar configuration dialog. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricToolBarDialog">EricToolBarDialog</a></td> <td>Class implementing a toolbar configuration dialog.</td> @@ -29,35 +27,35 @@ <td>Class storing data belonging to a toolbar entry of the toolbar dialog.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricToolBarDialog" ID="EricToolBarDialog"></a> <h2>EricToolBarDialog</h2> - <p> Class implementing a toolbar configuration dialog. </p> + <h3>Derived from</h3> QDialog, Ui_EricToolBarDialog <h3>Class Attributes</h3> +<table> +<tr><td>ActionIdRole</td></tr> +<tr><td>WidgetActionRole</td></tr> +</table> -<table> -<tr><td>ActionIdRole</td></tr><tr><td>WidgetActionRole</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#EricToolBarDialog.__init__">EricToolBarDialog</a></td> <td>Constructor</td> @@ -127,19 +125,20 @@ <td>Private slot used to move an action up in the list.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricToolBarDialog.__init__" ID="EricToolBarDialog.__init__"></a> <h4>EricToolBarDialog (Constructor)</h4> <b>EricToolBarDialog</b>(<i>toolBarManager, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>toolBarManager</i> (EricToolBarManager)</dt> @@ -154,18 +153,18 @@ <a NAME="EricToolBarDialog.__resetCurrentToolbar" ID="EricToolBarDialog.__resetCurrentToolbar"></a> <h4>EricToolBarDialog.__resetCurrentToolbar</h4> <b>__resetCurrentToolbar</b>(<i></i>) - <p> Private method to revert all changes made to the current toolbar. </p> + <a NAME="EricToolBarDialog.__restoreCurrentToolbar" ID="EricToolBarDialog.__restoreCurrentToolbar"></a> <h4>EricToolBarDialog.__restoreCurrentToolbar</h4> <b>__restoreCurrentToolbar</b>(<i>actions</i>) - <p> Private methdo to restore the current toolbar to the given list of actions. </p> + <dl> <dt><i>actions</i> (list of QAction)</dt> @@ -176,17 +175,17 @@ <a NAME="EricToolBarDialog.__restoreCurrentToolbarToDefault" ID="EricToolBarDialog.__restoreCurrentToolbarToDefault"></a> <h4>EricToolBarDialog.__restoreCurrentToolbarToDefault</h4> <b>__restoreCurrentToolbarToDefault</b>(<i></i>) - <p> Private method to set the current toolbar to its default configuration. </p> + <a NAME="EricToolBarDialog.__saveToolBars" ID="EricToolBarDialog.__saveToolBars"></a> <h4>EricToolBarDialog.__saveToolBars</h4> <b>__saveToolBars</b>(<i></i>) - <p> Private method to save the configured toolbars. </p> + <dl> <dt>Raises <b>RuntimeError</b>:</dt> @@ -197,17 +196,17 @@ <a NAME="EricToolBarDialog.__setupButtons" ID="EricToolBarDialog.__setupButtons"></a> <h4>EricToolBarDialog.__setupButtons</h4> <b>__setupButtons</b>(<i></i>) - <p> Private slot to set the buttons state. </p> + <a NAME="EricToolBarDialog.__toolbarComboBox_currentIndexChanged" ID="EricToolBarDialog.__toolbarComboBox_currentIndexChanged"></a> <h4>EricToolBarDialog.__toolbarComboBox_currentIndexChanged</h4> <b>__toolbarComboBox_currentIndexChanged</b>(<i>index</i>) - <p> Private slot called upon a selection of the current toolbar. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -218,10 +217,10 @@ <a NAME="EricToolBarDialog.on_actionsTree_currentItemChanged" ID="EricToolBarDialog.on_actionsTree_currentItemChanged"></a> <h4>EricToolBarDialog.on_actionsTree_currentItemChanged</h4> <b>on_actionsTree_currentItemChanged</b>(<i>current, previous</i>) - <p> Private slot called, when the currently selected action changes. </p> + <dl> <dt><i>current</i> (QTreeWidgetItem)</dt> @@ -236,10 +235,10 @@ <a NAME="EricToolBarDialog.on_buttonBox_clicked" ID="EricToolBarDialog.on_buttonBox_clicked"></a> <h4>EricToolBarDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) - <p> Private slot called, when a button of the button box was clicked. </p> + <dl> <dt><i>button</i> (QAbstractButton)</dt> @@ -250,52 +249,52 @@ <a NAME="EricToolBarDialog.on_downButton_clicked" ID="EricToolBarDialog.on_downButton_clicked"></a> <h4>EricToolBarDialog.on_downButton_clicked</h4> <b>on_downButton_clicked</b>(<i></i>) - <p> Private slot used to move an action down in the list. </p> + <a NAME="EricToolBarDialog.on_leftButton_clicked" ID="EricToolBarDialog.on_leftButton_clicked"></a> <h4>EricToolBarDialog.on_leftButton_clicked</h4> <b>on_leftButton_clicked</b>(<i></i>) - <p> Private slot to delete an action from the list. </p> + <a NAME="EricToolBarDialog.on_newButton_clicked" ID="EricToolBarDialog.on_newButton_clicked"></a> <h4>EricToolBarDialog.on_newButton_clicked</h4> <b>on_newButton_clicked</b>(<i></i>) - <p> Private slot to create a new toolbar. </p> + <a NAME="EricToolBarDialog.on_removeButton_clicked" ID="EricToolBarDialog.on_removeButton_clicked"></a> <h4>EricToolBarDialog.on_removeButton_clicked</h4> <b>on_removeButton_clicked</b>(<i></i>) - <p> Private slot to remove a custom toolbar. </p> + <a NAME="EricToolBarDialog.on_renameButton_clicked" ID="EricToolBarDialog.on_renameButton_clicked"></a> <h4>EricToolBarDialog.on_renameButton_clicked</h4> <b>on_renameButton_clicked</b>(<i></i>) - <p> Private slot to rename a custom toolbar. </p> + <a NAME="EricToolBarDialog.on_rightButton_clicked" ID="EricToolBarDialog.on_rightButton_clicked"></a> <h4>EricToolBarDialog.on_rightButton_clicked</h4> <b>on_rightButton_clicked</b>(<i></i>) - <p> Private slot to add an action to the list. </p> + <a NAME="EricToolBarDialog.on_toolbarActionsList_currentItemChanged" ID="EricToolBarDialog.on_toolbarActionsList_currentItemChanged"></a> <h4>EricToolBarDialog.on_toolbarActionsList_currentItemChanged</h4> <b>on_toolbarActionsList_currentItemChanged</b>(<i>current, previous</i>) - <p> Private slot to handle a change of the current item. </p> + <dl> <dt><i>current</i> (QListWidgetItem)</dt> @@ -310,42 +309,46 @@ <a NAME="EricToolBarDialog.on_upButton_clicked" ID="EricToolBarDialog.on_upButton_clicked"></a> <h4>EricToolBarDialog.on_upButton_clicked</h4> <b>on_upButton_clicked</b>(<i></i>) - <p> Private slot used to move an action up in the list. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> <a NAME="EricToolBarItem" ID="EricToolBarItem"></a> <h2>EricToolBarItem</h2> - <p> Class storing data belonging to a toolbar entry of the toolbar dialog. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> -<tr><td>actionIDs</td></tr><tr><td>isChanged</td></tr><tr><td>isDefault</td></tr><tr><td>title</td></tr><tr><td>toolBarId</td></tr> +<tr><td>actionIDs</td></tr> +<tr><td>isChanged</td></tr> +<tr><td>isDefault</td></tr> +<tr><td>title</td></tr> +<tr><td>toolBarId</td></tr> </table> -<h3>Class Methods</h3> -<table> -<tr><td>None</td></tr> -</table> -<h3>Methods</h3> - -<table> -<tr><td>None</td></tr> -</table> -<h3>Static Methods</h3> - +<h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>