-
Notifications
You must be signed in to change notification settings - Fork 0
API Class SessionLoadedImagesCommand
Bo Chen edited this page Apr 23, 2026
·
1 revision
Session Loaded Images Command class.
- Module:
icescopy_session - File:
src/icescopy_session.py - Line:
77
- Bases:
QUndoCommand
Session Loaded Images Command class.
| Attribute | First assigned in | Line | Explanation |
|---|---|---|---|
_first_redo |
__init__ |
83 | Stores first redo. |
after_state |
__init__ |
82 | State bundle for after state. |
before_state |
__init__ |
81 | State bundle for before state. |
main_window |
__init__ |
80 | Stores main window. |
| Method | Line | Explanation |
|---|---|---|
__init__(main_window, text, before_state, after_state) |
78 | Initializes the instance. |
undo() |
85 | Implements undo. |
redo() |
88 | Implements redo. |