Public Member Functions | |
| def | __init__ |
| Constructor of UndoLineEdit. | |
| def | undo |
| Reimplementation of undo action. | |
| def | redo |
| Reimplementation of redo action. | |
Public Attributes | |
| lineEdit | |
| Line Edit associated with undo action. | |
| newValue | |
| New Line Edit value. | |
| oldValue | |
| Old Line Edit value. | |
Class which represents line edit undo action.
| def undoactions::UndoLineEdit::__init__ | ( | self, | ||
| parent, | ||||
| lineEdit, | ||||
| value | ||||
| ) |
Constructor of UndoLineEdit.
| self | The object pointer. | |
| parent | Parent widget. | |
| lineEdit | Line Edit associated with undo action. | |
| value | Old Line Edit value. |
| def undoactions::UndoLineEdit::redo | ( | self | ) |
Reimplementation of redo action.
| self | The object pointer. |
| def undoactions::UndoLineEdit::undo | ( | self | ) |
Reimplementation of undo action.
| self | The object pointer. |
Line Edit associated with undo action.
New Line Edit value.
Old Line Edit value.
1.5.8