eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html

branch
eric7
changeset 9141
7085ece52151
parent 9123
aefb731a4b4e
--- a/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html	Wed Jun 08 19:13:35 2022 +0200
+++ b/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html	Thu Jun 09 16:13:18 2022 +0200
@@ -59,6 +59,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#CycloneDXConfigDialog.__editMetaData">__editMetaData</a></td>
+<td>Private slot to open a dialog for editing the SBOM metadata.</td>
+</tr>
+<tr>
 <td><a href="#CycloneDXConfigDialog.__repopulateSchemaVersionComboBox">__repopulateSchemaVersionComboBox</a></td>
 <td>Private slot to repopulate the schema version selector.</td>
 </tr>
@@ -95,6 +99,13 @@
 reference to the parent widget (defaults to None)
 </dd>
 </dl>
+<a NAME="CycloneDXConfigDialog.__editMetaData" ID="CycloneDXConfigDialog.__editMetaData"></a>
+<h4>CycloneDXConfigDialog.__editMetaData</h4>
+<b>__editMetaData</b>(<i></i>)
+
+<p>
+        Private slot to open a dialog for editing the SBOM metadata.
+</p>
 <a NAME="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox" ID="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox"></a>
 <h4>CycloneDXConfigDialog.__repopulateSchemaVersionComboBox</h4>
 <b>__repopulateSchemaVersionComboBox</b>(<i></i>)
@@ -114,14 +125,15 @@
 <dd>
 tuple containing the input source, the input file name, the
             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
+            written, a flag indicating to include vulnerability information,
+            a flag indicating to include dependency information and a
+            dictionary containing the SBOM meta data
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, str, str, str, bool, bool)
+tuple of (str, str, str, str, str, bool, bool, dict)
 </dd>
 </dl>
 <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a>

eric ide

mercurial