QUndoCommand Class Reference
[QtGui module]
Methods
Detailed Description
Method Documentation
QUndoCommand.__init__ (self, QUndoCommand parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QUndoCommand.__init__ (self, QString, QUndoCommand parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QUndoCommand QUndoCommand.child (self, int)
int QUndoCommand.childCount (self)
int QUndoCommand.id (self)
bool QUndoCommand.mergeWith (self, QUndoCommand)
QUndoCommand.redo (self)
QUndoCommand.setText (self, QString)
QString QUndoCommand.text (self)
QUndoCommand.undo (self)