57 <tr> |
57 <tr> |
58 <td><a href="#CycloneDXConfigDialog.__init__">CycloneDXConfigDialog</a></td> |
58 <td><a href="#CycloneDXConfigDialog.__init__">CycloneDXConfigDialog</a></td> |
59 <td>Constructor</td> |
59 <td>Constructor</td> |
60 </tr> |
60 </tr> |
61 <tr> |
61 <tr> |
|
62 <td><a href="#CycloneDXConfigDialog.__editMetaData">__editMetaData</a></td> |
|
63 <td>Private slot to open a dialog for editing the SBOM metadata.</td> |
|
64 </tr> |
|
65 <tr> |
62 <td><a href="#CycloneDXConfigDialog.__repopulateSchemaVersionComboBox">__repopulateSchemaVersionComboBox</a></td> |
66 <td><a href="#CycloneDXConfigDialog.__repopulateSchemaVersionComboBox">__repopulateSchemaVersionComboBox</a></td> |
63 <td>Private slot to repopulate the schema version selector.</td> |
67 <td>Private slot to repopulate the schema version selector.</td> |
64 </tr> |
68 </tr> |
65 <tr> |
69 <tr> |
66 <td><a href="#CycloneDXConfigDialog.getData">getData</a></td> |
70 <td><a href="#CycloneDXConfigDialog.getData">getData</a></td> |
93 <dt><i>parent</i> (QWidget (optional))</dt> |
97 <dt><i>parent</i> (QWidget (optional))</dt> |
94 <dd> |
98 <dd> |
95 reference to the parent widget (defaults to None) |
99 reference to the parent widget (defaults to None) |
96 </dd> |
100 </dd> |
97 </dl> |
101 </dl> |
|
102 <a NAME="CycloneDXConfigDialog.__editMetaData" ID="CycloneDXConfigDialog.__editMetaData"></a> |
|
103 <h4>CycloneDXConfigDialog.__editMetaData</h4> |
|
104 <b>__editMetaData</b>(<i></i>) |
|
105 |
|
106 <p> |
|
107 Private slot to open a dialog for editing the SBOM metadata. |
|
108 </p> |
98 <a NAME="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox" ID="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox"></a> |
109 <a NAME="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox" ID="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox"></a> |
99 <h4>CycloneDXConfigDialog.__repopulateSchemaVersionComboBox</h4> |
110 <h4>CycloneDXConfigDialog.__repopulateSchemaVersionComboBox</h4> |
100 <b>__repopulateSchemaVersionComboBox</b>(<i></i>) |
111 <b>__repopulateSchemaVersionComboBox</b>(<i></i>) |
101 |
112 |
102 <p> |
113 <p> |
112 <dl> |
123 <dl> |
113 <dt>Return:</dt> |
124 <dt>Return:</dt> |
114 <dd> |
125 <dd> |
115 tuple containing the input source, the input file name, the |
126 tuple containing the input source, the input file name, the |
116 file format, the schema version, the path of the SBOM file to be |
127 file format, the schema version, the path of the SBOM file to be |
117 written, a flag indicating to include vulnerability information |
128 written, a flag indicating to include vulnerability information, |
118 and a flag indicating to include dependency information |
129 a flag indicating to include dependency information and a |
|
130 dictionary containing the SBOM meta data |
119 </dd> |
131 </dd> |
120 </dl> |
132 </dl> |
121 <dl> |
133 <dl> |
122 <dt>Return Type:</dt> |
134 <dt>Return Type:</dt> |
123 <dd> |
135 <dd> |
124 tuple of (str, str, str, str, str, bool, bool) |
136 tuple of (str, str, str, str, str, bool, bool, dict) |
125 </dd> |
137 </dd> |
126 </dl> |
138 </dl> |
127 <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a> |
139 <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a> |
128 <h4>CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged</h4> |
140 <h4>CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged</h4> |
129 <b>on_fileFormatComboBox_currentTextChanged</b>(<i>fileFormat</i>) |
141 <b>on_fileFormatComboBox_currentTextChanged</b>(<i>fileFormat</i>) |