Public Member Functions | |
| def | __init__ |
| Constructor of UndoCheckBox. | |
| def | undo |
| Reimplementation of undo action. | |
| def | redo |
| Reimplementation of redo action. | |
Public Attributes | |
| checkBox | |
| Check Box associated with undo action. | |
| newValue | |
| New Check Box value. | |
| oldValue | |
| Old Check Box value. | |
Class which represents check box undo action.
| def undoactions::UndoCheckBox::__init__ | ( | self, | ||
| parent, | ||||
| checkBox, | ||||
| value | ||||
| ) |
Constructor of UndoCheckBox.
| self | The object pointer. | |
| parent | Parent widget. | |
| checkBox | Check Box associated with undo action. | |
| value | Old Check Box value. |
| def undoactions::UndoCheckBox::redo | ( | self | ) |
Reimplementation of redo action.
| self | The object pointer. |
| def undoactions::UndoCheckBox::undo | ( | self | ) |
Reimplementation of undo action.
| self | The object pointer. |
Check Box associated with undo action.
New Check Box value.
Old Check Box value.
1.5.8