--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxDependenciesDialog.html Tue Dec 10 17:53:34 2024 +0100 +++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxDependenciesDialog.html Fri Dec 13 15:40:08 2024 +0100 @@ -46,7 +46,8 @@ <tr><td>DependencyColumn</td></tr> <tr><td>InstalledVersionColumn</td></tr> <tr><td>OutdatedMode</td></tr> -<tr><td>UpgradeDependenciesAction</td></tr> +<tr><td>UpgradeAllDependenciesAction</td></tr> +<tr><td>UpgradeSelectedDependenciesAction</td></tr> <tr><td>UptodateMode</td></tr> </table> @@ -66,9 +67,17 @@ <td>Private method to resize the columns of the dependencies list.</td> </tr> <tr> +<td><a href="#PipxDependenciesDialog.getDependencies">getDependencies</a></td> +<td>Public method to get the list of selected or all dependencies.</td> +</tr> +<tr> <td><a href="#PipxDependenciesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot handling a button click of the button box.</td> </tr> +<tr> +<td><a href="#PipxDependenciesDialog.on_dependenciesList_itemSelectionChanged">on_dependenciesList_itemSelectionChanged</a></td> +<td>Private slot to update the UI when the package selection changes.</td> +</tr> </table> <h3>Static Methods</h3> @@ -110,6 +119,33 @@ Private method to resize the columns of the dependencies list. </p> +<a NAME="PipxDependenciesDialog.getDependencies" ID="PipxDependenciesDialog.getDependencies"></a> +<h4>PipxDependenciesDialog.getDependencies</h4> +<b>getDependencies</b>(<i>selectedOnly=True</i>) +<p> + Public method to get the list of selected or all dependencies. +</p> + +<dl> + +<dt><i>selectedOnly</i> (boolTYPE (optional))</dt> +<dd> +flag indicated to get only the selected dependencies + (defaults to True) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +list of names of dependencies +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="PipxDependenciesDialog.on_buttonBox_clicked" ID="PipxDependenciesDialog.on_buttonBox_clicked"></a> <h4>PipxDependenciesDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) @@ -124,6 +160,13 @@ reference to the clicked button </dd> </dl> +<a NAME="PipxDependenciesDialog.on_dependenciesList_itemSelectionChanged" ID="PipxDependenciesDialog.on_dependenciesList_itemSelectionChanged"></a> +<h4>PipxDependenciesDialog.on_dependenciesList_itemSelectionChanged</h4> +<b>on_dependenciesList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot to update the UI when the package selection changes. +</p> + <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>