--- a/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html Sat Jun 04 16:57:02 2022 +0200 +++ b/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html Sat Jun 04 16:58:05 2022 +0200 @@ -59,6 +59,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#CycloneDXConfigDialog.__repopulateSchemaVersionComboBox">__repopulateSchemaVersionComboBox</a></td> +<td>Private slot to repopulate the schema version selector.</td> +</tr> +<tr> <td><a href="#CycloneDXConfigDialog.getData">getData</a></td> <td>Public method to get the SBOM configuration data.</td> </tr> @@ -91,6 +95,13 @@ reference to the parent widget (defaults to None) </dd> </dl> +<a NAME="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox" ID="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox"></a> +<h4>CycloneDXConfigDialog.__repopulateSchemaVersionComboBox</h4> +<b>__repopulateSchemaVersionComboBox</b>(<i></i>) + +<p> + Private slot to repopulate the schema version selector. +</p> <a NAME="CycloneDXConfigDialog.getData" ID="CycloneDXConfigDialog.getData"></a> <h4>CycloneDXConfigDialog.getData</h4> <b>getData</b>(<i></i>) @@ -102,14 +113,15 @@ <dt>Return:</dt> <dd> tuple containing the input source, the input file name, the - file format, the schema version and the path of the SBOM file to - be written + file format, the schema version, the path of the SBOM file to be + written, a flag indicating to include vulnerability information + and a flag indicating to include dependency information </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, str, str) +tuple of (str, str, str, str, str, bool, bool) </dd> </dl> <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a>