NAME
Qt::Gui::QUndoCommand
PUBLIC METHODS
- QUndoCommand(QUndoCommand * parent = 0)
- QUndoCommand(QUndoCommand * parent)
- QUndoCommand(const QString & text, QUndoCommand * parent = 0)
- QUndoCommand(const QString & text, QUndoCommand * parent)
- ~QUndoCommand()
- const QUndoCommand * child(int index)
- int childCount()
- int id()
- bool mergeWith(const QUndoCommand * other)
- void redo()
- void setText(const QString & text)
- QString text()
- void undo()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.