Public Member Functions | |
def | __init__ |
Constructor of UndoMutableCheckAllNone. | |
def | undo |
Reimplementation of undo action. | |
def | redo |
Reimplementation of redo action. | |
Public Attributes | |
checked | |
Indicates whether new state of all widget tree items is checked. | |
nonMutable | |
Indicates whether new state of all widget tree items is checked. | |
mutable | |
List of all widget with old state mutable. |
Class which represents tree widget undo action. It stores previous state of all elements within the tree widget and restores it on undo action. It is used when button None and All is pressed when modifying mutable attributes.
def undoactions::UndoMutableCheckAllNone::__init__ | ( | self, | ||
parent, | ||||
checked, | ||||
treeWidget | ||||
) |
Constructor of UndoMutableCheckAllNone.
self | The object pointer. | |
parent | Parent widget. | |
treeWidget | Tree widget associated with undo action. | |
checked | Indicates whether all widget tree items are checked. |
def undoactions::UndoMutableCheckAllNone::redo | ( | self | ) |
Reimplementation of redo action.
self | The object pointer. |
def undoactions::UndoMutableCheckAllNone::undo | ( | self | ) |
Reimplementation of undo action.
self | The object pointer. |
Indicates whether new state of all widget tree items is checked.
List of all widget with old state mutable.
Indicates whether new state of all widget tree items is checked.
List of all widget with old state non mutable.