undoactions::UndoMutableCheckAllNone Class Reference

UndoMutableCheckAllNone(QUndoCommand). More...

List of all members.

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.


Detailed Description

UndoMutableCheckAllNone(QUndoCommand).

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.

See also:
xmlmanipulators.HotFuzzTreeWidgetItem
Author:
Stepan Henek

Member Function Documentation

def undoactions::UndoMutableCheckAllNone::__init__ (   self,
  parent,
  checked,
  treeWidget 
)

Constructor of UndoMutableCheckAllNone.

Parameters:
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.

Parameters:
self The object pointer.

def undoactions::UndoMutableCheckAllNone::undo (   self  ) 

Reimplementation of undo action.

Parameters:
self The object pointer.


Member Data Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sun Sep 5 12:41:36 2010 for HotFuzz by  doxygen 1.5.8