--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html Wed Jul 31 13:32:27 2024 +0200 +++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html Thu Aug 01 11:09:54 2024 +0200 @@ -78,6 +78,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#PluginPipxInterface.__activateLeftRightSidebarWidget">__activateLeftRightSidebarWidget</a></td> +<td>Private method to activate the given widget in the left or right sidebar.</td> +</tr> +<tr> <td><a href="#PluginPipxInterface.__activateWidget">__activateWidget</a></td> <td>Private slot to handle the activation of the MQTT Monitor.</td> </tr> @@ -90,6 +94,10 @@ <td>Private method to load the translation file.</td> </tr> <tr> +<td><a href="#PluginPipxInterface.__setLeftRightSidebarWidgetIcon">__setLeftRightSidebarWidgetIcon</a></td> +<td>Private method to set the icon of the given widget in the left or right sidebar.</td> +</tr> +<tr> <td><a href="#PluginPipxInterface.activate">activate</a></td> <td>Public method to activate this plug-in.</td> </tr> @@ -131,6 +139,21 @@ reference to the user interface object </dd> </dl> +<a NAME="PluginPipxInterface.__activateLeftRightSidebarWidget" ID="PluginPipxInterface.__activateLeftRightSidebarWidget"></a> +<h4>PluginPipxInterface.__activateLeftRightSidebarWidget</h4> +<b>__activateLeftRightSidebarWidget</b>(<i>widget</i>) +<p> + Private method to activate the given widget in the left or right + sidebar. +</p> + +<dl> + +<dt><i>widget</i> (QWidget)</dt> +<dd> +reference to the widget to be activated +</dd> +</dl> <a NAME="PluginPipxInterface.__activateWidget" ID="PluginPipxInterface.__activateWidget"></a> <h4>PluginPipxInterface.__activateWidget</h4> <b>__activateWidget</b>(<i></i>) @@ -152,6 +175,25 @@ Private method to load the translation file. </p> +<a NAME="PluginPipxInterface.__setLeftRightSidebarWidgetIcon" ID="PluginPipxInterface.__setLeftRightSidebarWidgetIcon"></a> +<h4>PluginPipxInterface.__setLeftRightSidebarWidgetIcon</h4> +<b>__setLeftRightSidebarWidgetIcon</b>(<i>widget, icon</i>) +<p> + Private method to set the icon of the given widget in the left or right + sidebar. +</p> + +<dl> + +<dt><i>widget</i> (QWidget)</dt> +<dd> +reference to the widget to set the icon for +</dd> +<dt><i>icon</i> (QIcon)</dt> +<dd> +icon to be set +</dd> +</dl> <a NAME="PluginPipxInterface.activate" ID="PluginPipxInterface.activate"></a> <h4>PluginPipxInterface.activate</h4> <b>activate</b>(<i></i>)