--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxDependenciesDialog.html Tue Jul 30 17:45:46 2024 +0200 @@ -0,0 +1,110 @@ +<!DOCTYPE html> +<html><head> +<title>Plugin_Pipx_Interface.PipxInterface.PipxDependenciesDialog</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>Plugin_Pipx_Interface.PipxInterface.PipxDependenciesDialog</h1> +<p> +Module implementing a dialog to show the package dependencies. +</p> + +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Classes</h3> +<table> +<tr> +<td><a href="#PipxDependenciesDialog">PipxDependenciesDialog</a></td> +<td>Class implementing a dialog to show the package dependencies.</td> +</tr> +</table> + +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> + +<hr /> +<hr /> +<a NAME="PipxDependenciesDialog" ID="PipxDependenciesDialog"></a> +<h2>PipxDependenciesDialog</h2> +<p> + Class implementing a dialog to show the package dependencies. +</p> + +<h3>Derived from</h3> +QDialog, Ui_PipxDependenciesDialog +<h3>Class Attributes</h3> +<table> +<tr><td>AllMode</td></tr> +<tr><td>AvailableVersionColumn</td></tr> +<tr><td>DependencyColumn</td></tr> +<tr><td>InstalledVersionColumn</td></tr> +<tr><td>OutdatedMode</td></tr> +<tr><td>UptodateMode</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr> +<td><a href="#PipxDependenciesDialog.__init__">PipxDependenciesDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#PipxDependenciesDialog.__resizeColumns">__resizeColumns</a></td> +<td>Private method to resize the columns of the dependencies list.</td> +</tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<a NAME="PipxDependenciesDialog.__init__" ID="PipxDependenciesDialog.__init__"></a> +<h4>PipxDependenciesDialog (Constructor)</h4> +<b>PipxDependenciesDialog</b>(<i>package, dependencies, mode, parent=None</i>) +<p> + Constructor +</p> + +<dl> + +<dt><i>package</i> (str)</dt> +<dd> +name of the package +</dd> +<dt><i>dependencies</i> (list of tuple of (str, str, str) or list of tuple of (str, str))</dt> +<dd> +list of package dependency data +</dd> +<dt><i>mode</i> (int)</dt> +<dd> +dialog mode +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +reference to the parent widget (defaults to None) +</dd> +</dl> +<a NAME="PipxDependenciesDialog.__resizeColumns" ID="PipxDependenciesDialog.__resizeColumns"></a> +<h4>PipxDependenciesDialog.__resizeColumns</h4> +<b>__resizeColumns</b>(<i></i>) +<p> + Private method to resize the columns of the dependencies list. +</p> + +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html>