--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolButton.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolButton.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricToolButton</h1> - <p> Module implementing a specialized tool button subclass. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricToolButton">EricToolButton</a></td> <td>Class implementing a specialized tool button subclass.</td> @@ -29,19 +27,20 @@ <td>Class defining the tool button options.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricToolButton" ID="EricToolButton"></a> <h2>EricToolButton</h2> - <p> Class implementing a specialized tool button subclass. </p> + <h3>Signals</h3> <dl> @@ -71,19 +70,17 @@ <h3>Derived from</h3> QToolButton <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="#EricToolButton.__init__">EricToolButton</a></td> <td>Constructor</td> @@ -141,19 +138,20 @@ <td>Public method to check, if the button has the toolbar look.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricToolButton.__init__" ID="EricToolButton.__init__"></a> <h4>EricToolButton (Constructor)</h4> <b>EricToolButton</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -164,24 +162,24 @@ <a NAME="EricToolButton.__menuAboutToHide" ID="EricToolButton.__menuAboutToHide"></a> <h4>EricToolButton.__menuAboutToHide</h4> <b>__menuAboutToHide</b>(<i></i>) - <p> Private slot to handle the tool button menu about to be hidden. </p> + <a NAME="EricToolButton.__showMenu" ID="EricToolButton.__showMenu"></a> <h4>EricToolButton.__showMenu</h4> <b>__showMenu</b>(<i></i>) - <p> Private slot to show the tool button menu. </p> + <a NAME="EricToolButton.badgeText" ID="EricToolButton.badgeText"></a> <h4>EricToolButton.badgeText</h4> <b>badgeText</b>(<i></i>) - <p> Public method to get the badge text. </p> + <dl> <dt>Return:</dt> <dd> @@ -197,10 +195,10 @@ <a NAME="EricToolButton.menu" ID="EricToolButton.menu"></a> <h4>EricToolButton.menu</h4> <b>menu</b>(<i></i>) - <p> Public method to get a reference to the tool button menu. </p> + <dl> <dt>Return:</dt> <dd> @@ -216,10 +214,10 @@ <a NAME="EricToolButton.mouseDoubleClickEvent" ID="EricToolButton.mouseDoubleClickEvent"></a> <h4>EricToolButton.mouseDoubleClickEvent</h4> <b>mouseDoubleClickEvent</b>(<i>evt</i>) - <p> Protected method to handle mouse double click events. </p> + <dl> <dt><i>evt</i> (QMouseEvent)</dt> @@ -230,10 +228,10 @@ <a NAME="EricToolButton.mousePressEvent" ID="EricToolButton.mousePressEvent"></a> <h4>EricToolButton.mousePressEvent</h4> <b>mousePressEvent</b>(<i>evt</i>) - <p> Protected method to handle mouse press events. </p> + <dl> <dt><i>evt</i> (QMouseEvent)</dt> @@ -244,10 +242,10 @@ <a NAME="EricToolButton.mouseReleaseEvent" ID="EricToolButton.mouseReleaseEvent"></a> <h4>EricToolButton.mouseReleaseEvent</h4> <b>mouseReleaseEvent</b>(<i>evt</i>) - <p> Protected method to handle mouse release events. </p> + <dl> <dt><i>evt</i> (QMouseEvent)</dt> @@ -258,10 +256,10 @@ <a NAME="EricToolButton.setBadgeText" ID="EricToolButton.setBadgeText"></a> <h4>EricToolButton.setBadgeText</h4> <b>setBadgeText</b>(<i>text</i>) - <p> Public method to set the badge text. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -272,10 +270,10 @@ <a NAME="EricToolButton.setMenu" ID="EricToolButton.setMenu"></a> <h4>EricToolButton.setMenu</h4> <b>setMenu</b>(<i>menu</i>) - <p> Public method to set the tool button menu. </p> + <dl> <dt><i>menu</i> (QMenu)</dt> @@ -286,11 +284,11 @@ <a NAME="EricToolButton.setShowMenuInside" ID="EricToolButton.setShowMenuInside"></a> <h4>EricToolButton.setShowMenuInside</h4> <b>setShowMenuInside</b>(<i>enable</i>) - <p> Public method to set a flag to show the menu edge aligned with the button. </p> + <dl> <dt><i>enable</i> (bool)</dt> @@ -301,10 +299,10 @@ <a NAME="EricToolButton.setToolbarButtonLook" ID="EricToolButton.setToolbarButtonLook"></a> <h4>EricToolButton.setToolbarButtonLook</h4> <b>setToolbarButtonLook</b>(<i>enable</i>) - <p> Public method to set the toolbar look state. </p> + <dl> <dt><i>enable</i> (bool)</dt> @@ -315,11 +313,11 @@ <a NAME="EricToolButton.showMenuInside" ID="EricToolButton.showMenuInside"></a> <h4>EricToolButton.showMenuInside</h4> <b>showMenuInside</b>(<i></i>) - <p> Public method to check, if the menu edge shall be aligned with the button. </p> + <dl> <dt>Return:</dt> <dd> @@ -335,10 +333,10 @@ <a NAME="EricToolButton.toolbarButtonLook" ID="EricToolButton.toolbarButtonLook"></a> <h4>EricToolButton.toolbarButtonLook</h4> <b>toolbarButtonLook</b>(<i></i>) - <p> Public method to check, if the button has the toolbar look. </p> + <dl> <dt>Return:</dt> <dd> @@ -356,33 +354,35 @@ <hr /> <a NAME="EricToolButtonOptions" ID="EricToolButtonOptions"></a> <h2>EricToolButtonOptions</h2> - <p> Class defining the tool button options. </p> + <h3>Derived from</h3> enum.IntEnum <h3>Class Attributes</h3> - <table> -<tr><td>DEFAULT</td></tr><tr><td>SHOW_MENU_INSIDE</td></tr><tr><td>TOOLBAR_LOOKUP</td></tr> +<tr><td>DEFAULT</td></tr> +<tr><td>SHOW_MENU_INSIDE</td></tr> +<tr><td>TOOLBAR_LOOKUP</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>