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

branch
eric7
changeset 9123
aefb731a4b4e
parent 9117
c6afba2049cf
child 9141
7085ece52151
equal deleted inserted replaced
9122:ddf8ed8f7387 9123:aefb731a4b4e
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.__repopulateSchemaVersionComboBox">__repopulateSchemaVersionComboBox</a></td>
63 <td>Private slot to repopulate the schema version selector.</td>
64 </tr>
65 <tr>
62 <td><a href="#CycloneDXConfigDialog.getData">getData</a></td> 66 <td><a href="#CycloneDXConfigDialog.getData">getData</a></td>
63 <td>Public method to get the SBOM configuration data.</td> 67 <td>Public method to get the SBOM configuration data.</td>
64 </tr> 68 </tr>
65 <tr> 69 <tr>
66 <td><a href="#CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged">on_fileFormatComboBox_currentTextChanged</a></td> 70 <td><a href="#CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged">on_fileFormatComboBox_currentTextChanged</a></td>
89 <dt><i>parent</i> (QWidget (optional))</dt> 93 <dt><i>parent</i> (QWidget (optional))</dt>
90 <dd> 94 <dd>
91 reference to the parent widget (defaults to None) 95 reference to the parent widget (defaults to None)
92 </dd> 96 </dd>
93 </dl> 97 </dl>
98 <a NAME="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox" ID="CycloneDXConfigDialog.__repopulateSchemaVersionComboBox"></a>
99 <h4>CycloneDXConfigDialog.__repopulateSchemaVersionComboBox</h4>
100 <b>__repopulateSchemaVersionComboBox</b>(<i></i>)
101
102 <p>
103 Private slot to repopulate the schema version selector.
104 </p>
94 <a NAME="CycloneDXConfigDialog.getData" ID="CycloneDXConfigDialog.getData"></a> 105 <a NAME="CycloneDXConfigDialog.getData" ID="CycloneDXConfigDialog.getData"></a>
95 <h4>CycloneDXConfigDialog.getData</h4> 106 <h4>CycloneDXConfigDialog.getData</h4>
96 <b>getData</b>(<i></i>) 107 <b>getData</b>(<i></i>)
97 108
98 <p> 109 <p>
100 </p> 111 </p>
101 <dl> 112 <dl>
102 <dt>Return:</dt> 113 <dt>Return:</dt>
103 <dd> 114 <dd>
104 tuple containing the input source, the input file name, the 115 tuple containing the input source, the input file name, the
105 file format, the schema version and the path of the SBOM file to 116 file format, the schema version, the path of the SBOM file to be
106 be written 117 written, a flag indicating to include vulnerability information
118 and a flag indicating to include dependency information
107 </dd> 119 </dd>
108 </dl> 120 </dl>
109 <dl> 121 <dl>
110 <dt>Return Type:</dt> 122 <dt>Return Type:</dt>
111 <dd> 123 <dd>
112 tuple of (str, str, str, str, str) 124 tuple of (str, str, str, str, str, bool, bool)
113 </dd> 125 </dd>
114 </dl> 126 </dl>
115 <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a> 127 <a NAME="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged" ID="CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged"></a>
116 <h4>CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged</h4> 128 <h4>CycloneDXConfigDialog.on_fileFormatComboBox_currentTextChanged</h4>
117 <b>on_fileFormatComboBox_currentTextChanged</b>(<i>fileFormat</i>) 129 <b>on_fileFormatComboBox_currentTextChanged</b>(<i>fileFormat</i>)

eric ide

mercurial