Public Member Functions | |
| def | __init__ |
| Constructor of UndoRadioButton. | |
| def | undo |
| Reimplementation of undo action. | |
| def | redo |
| Reimplementation of redo action. | |
Public Attributes | |
| radioButton | |
| Radio Button associated with undo action. | |
| newState | |
| New state of all Radion Button in the group. | |
| oldState | |
| Old state of all Radion Button in the group. | |
Class which represents radio button undo action.
| def undoactions::UndoRadioButton::__init__ | ( | self, | ||
| parent, | ||||
| radioButton | ||||
| ) |
Constructor of UndoRadioButton.
| self | The object pointer. | |
| parent | Parent widget. | |
| radioButton | Radio Button associated with undo action. |
| def undoactions::UndoRadioButton::redo | ( | self | ) |
Reimplementation of redo action.
| self | The object pointer. |
| def undoactions::UndoRadioButton::undo | ( | self | ) |
Reimplementation of undo action.
| self | The object pointer. |
New state of all Radion Button in the group.
Old state of all Radion Button in the group.
Radio Button associated with undo action.
1.5.8