Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
MoveCommand (const QString &n, FormWindow *fw, const QWidgetList &w, const QValueList< QPoint > op, const QValueList< QPoint > np, QWidget *opr, QWidget *npr) | |
void | execute () |
void | unexecute () |
Type | type () const |
void | merge (Command *c) |
bool | canMerge (Command *c) |
MoveCommand::MoveCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
const QWidgetList & | w, | ||
const QValueList< QPoint > | op, | ||
const QValueList< QPoint > | np, | ||
QWidget * | opr, | ||
QWidget * | npr | ||
) |
void MoveCommand::execute | ( | ) | [virtual] |
Implementa Command.
void MoveCommand::unexecute | ( | ) | [virtual] |
Implementa Command.