-
Notifications
You must be signed in to change notification settings - Fork 0
API Class SampleCatalogTreeDelegate
Bo Chen edited this page Apr 24, 2026
·
1 revision
Sample Catalog Tree Delegate class.
- Module:
Icescopy - File:
src/Icescopy.py - Line:
180
- Bases:
QStyledItemDelegate
Sample Catalog Tree Delegate class.
| Variable | Line | Explanation |
|---|---|---|
SAMPLE_ID_ROLE |
181 | Stores sample ID role. |
FIELD_NAME_ROLE |
182 | Stores field name role. |
EDITABLE_ROLE |
183 | Stores editable role. |
NUMERIC_FIELDS |
184 | Stores numeric fields. |
| Method | Line | Explanation |
|---|---|---|
createEditor(parent, option, index) |
192 | Implements create editor. |
| Method | Line | Explanation |
|---|---|---|
setEditorData(editor, index) |
239 | Implements set editor data. |
setModelData(editor, model, index) |
263 | Implements set model data. |
| Method | Line | Explanation |
|---|---|---|
commit_combo_data(*_args) |
229 | Commits combo data. |
commit_line_edit_data() |
234 | Commits line edit data. |