-
Notifications
You must be signed in to change notification settings - Fork 0
API Class ImageListModel
Bo Chen edited this page Apr 23, 2026
·
1 revision
List model backing the images dock.
- Module:
icescopy_session - File:
src/icescopy_session.py - Line:
149
- Bases:
QAbstractListModel
List model backing the images dock.
| Attribute | First assigned in | Line | Explanation |
|---|---|---|---|
_entries |
__init__ |
152 | Stores entries. |
_tooltips |
__init__ |
153 | Stores tooltips. |
| Method | Line | Explanation |
|---|---|---|
__init__(parent=None) |
150 | Initializes the instance. |
rowCount(parent=QModelIndex()) |
155 | Qt model row-count provider. |
data(index, role=Qt.DisplayRole) |
160 | Qt model data provider. |
set_items(entries, tooltips) |
174 | Sets items. |
| Method | Line | Explanation |
|---|---|---|
append_items(entries, tooltips) |
180 | Implements append items. |
remove_rows(rows) |
190 | Removes rows. |
| Method | Line | Explanation |
|---|---|---|
update_items(row_data) |
213 | Updates items. |