124 <dt>Return:</dt> |
124 <dt>Return:</dt> |
125 <dd> |
125 <dd> |
126 tuple containing the input source, the input file name, the |
126 tuple containing the input source, the input file name, the |
127 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 |
128 written, a flag indicating to include vulnerability information, |
128 written, a flag indicating to include vulnerability information, |
129 a flag indicating to include dependency information and a |
129 a flag indicating to include dependency information, a flag indicating |
130 dictionary containing the SBOM meta data |
130 to generate readable output and a dictionary containing the SBOM meta data |
131 </dd> |
131 </dd> |
132 </dl> |
132 </dl> |
133 <dl> |
133 <dl> |
134 <dt>Return Type:</dt> |
134 <dt>Return Type:</dt> |
135 <dd> |
135 <dd> |
136 tuple of (str, str, str, str, str, bool, bool, dict) |
136 tuple of (str, str, str, str, str, bool, bool, bool, dict) |
137 </dd> |
137 </dd> |
138 </dl> |
138 </dl> |
139 <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> |
140 <h4>CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged</h4> |
140 <h4>CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged</h4> |
141 <b>on_fileFormatComboBox_currentTextChanged</b>(<i>fileFormat</i>) |
141 <b>on_fileFormatComboBox_currentTextChanged</b>(<i>fileFormat</i>) |