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

branch
eric7
changeset 11282
dc23e5ac706a
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html	Sat May 10 18:39:45 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXConfigDialog.html	Tue May 13 15:58:12 2025 +0200
@@ -44,7 +44,7 @@
 <tr><td>DefaultFileFormat</td></tr>
 <tr><td>DefaultFileNames</td></tr>
 <tr><td>Sources</td></tr>
-<tr><td>SupportedSchemas</td></tr>
+<tr><td>SupportedSpecs</td></tr>
 </table>
 
 <h3>Class Methods</h3>
@@ -59,12 +59,8 @@
 <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>
+<td><a href="#CycloneDXConfigDialog.__repopulateSpecVersionComboBox">__repopulateSpecVersionComboBox</a></td>
+<td>Private slot to repopulate the spec version selector.</td>
 </tr>
 <tr>
 <td><a href="#CycloneDXConfigDialog.getData">getData</a></td>
@@ -74,6 +70,10 @@
 <td><a href="#CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged">on_fileFormatComboBox_currentTextChanged</a></td>
 <td>Private slot to handle the selection of a SBOM file format.</td>
 </tr>
+<tr>
+<td><a href="#CycloneDXConfigDialog.on_poetryButton_toggled">on_poetryButton_toggled</a></td>
+<td>Private slot handling a change of the 'Poetry' button state.</td>
+</tr>
 </table>
 
 <h3>Static Methods</h3>
@@ -100,18 +100,11 @@
 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>)
+<a NAME="CycloneDXConfigDialog.__repopulateSpecVersionComboBox" ID="CycloneDXConfigDialog.__repopulateSpecVersionComboBox"></a>
+<h4>CycloneDXConfigDialog.__repopulateSpecVersionComboBox</h4>
+<b>__repopulateSpecVersionComboBox</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>)
-<p>
-        Private slot to repopulate the schema version selector.
+        Private slot to repopulate the spec version selector.
 </p>
 
 <a NAME="CycloneDXConfigDialog.getData" ID="CycloneDXConfigDialog.getData"></a>
@@ -124,17 +117,16 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the input source, the input file name, the
+tuple containing the input source, the input path name, the
             file format, the schema version, the path of the SBOM file to be
-            written, a flag indicating to include vulnerability information,
-            a flag indicating to include dependency information, a flag indicating
-            to generate readable output and a dictionary containing the SBOM meta data
+            written, the path to the pyproject.toml file and the type of the
+            main component.
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, str, str, str, bool, bool, bool, dict)
+tuple of (str, str, str, str, str, str, str)
 </dd>
 </dl>
 <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a>
@@ -151,6 +143,20 @@
 selected format
 </dd>
 </dl>
+<a NAME="CycloneDXConfigDialog.on_poetryButton_toggled" ID="CycloneDXConfigDialog.on_poetryButton_toggled"></a>
+<h4>CycloneDXConfigDialog.on_poetryButton_toggled</h4>
+<b>on_poetryButton_toggled</b>(<i>checked</i>)
+<p>
+        Private slot handling a change of the 'Poetry' button state.
+</p>
+
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the button
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>

eric ide

mercurial