Public Member Functions | |
def | __init__ |
Constructor of UndoMutableCheck. | |
def | undo |
Reimplementation of undo action. | |
def | redo |
Reimplementation of redo action. | |
Public Attributes | |
checked | |
Indicates whether new xmlmanipulators::HotFuzzTreeWidgetItem state is checked. | |
treeWidgetItem | |
xmlmanipulators::HotFuzzTreeWidgetItem associated with undo action. |
Class which represents xmlmanipulators::HotFuzzTreeWidgetItem undo action.
def undoactions::UndoMutableCheck::__init__ | ( | self, | ||
parent, | ||||
checked, | ||||
treeWidgetItem | ||||
) |
Constructor of UndoMutableCheck.
self | The object pointer. | |
parent | Parent widget. | |
treeWidgetItem | xmlmanipulators::HotFuzzTreeWidgetItem associated with undo action. | |
checked | Indicates whether item is checked. |
def undoactions::UndoMutableCheck::redo | ( | self | ) |
Reimplementation of redo action.
self | The object pointer. |
def undoactions::UndoMutableCheck::undo | ( | self | ) |
Reimplementation of undo action.
self | The object pointer. |
Indicates whether new xmlmanipulators::HotFuzzTreeWidgetItem state is checked.
xmlmanipulators::HotFuzzTreeWidgetItem associated with undo action.