Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
RenameActionCommand (const QString &n, FormWindow *fw, QAction *a, PopupMenuEditor *m, QString nm) | |
void | execute () |
void | unexecute () |
Type | type () const |
RenameActionCommand::RenameActionCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QAction * | a, | ||
PopupMenuEditor * | m, | ||
QString | nm | ||
) |
void RenameActionCommand::execute | ( | ) | [virtual] |
Implementa Command.
Type RenameActionCommand::type | ( | ) | const [inline, virtual] |
Implementa ActionCommand.
void RenameActionCommand::unexecute | ( | ) | [virtual] |
Implementa Command.