Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
TabOrderCommand (const QString &n, FormWindow *fw, const QWidgetList &ol, const QWidgetList &nl) | |
void | execute () |
void | unexecute () |
Type | type () const |
void | merge (Command *c) |
bool | canMerge (Command *c) |
TabOrderCommand::TabOrderCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
const QWidgetList & | ol, | ||
const QWidgetList & | nl | ||
) |
void TabOrderCommand::execute | ( | ) | [virtual] |
Implementa Command.
void TabOrderCommand::unexecute | ( | ) | [virtual] |
Implementa Command.