Eneboo - Documentación para desarrolladores
|
#include <command.h>
Clases | |
struct | Column |
struct | Row |
Métodos públicos | |
PopulateTableCommand (const QString &n, FormWindow *fw, QTable *t, const QValueList< Row > &rows, const QValueList< Column > &columns) | |
void | execute () |
void | unexecute () |
Type | type () const |
PopulateTableCommand::PopulateTableCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QTable * | t, | ||
const QValueList< Row > & | rows, | ||
const QValueList< Column > & | columns | ||
) |
void PopulateTableCommand::execute | ( | ) | [virtual] |
Implementa Command.
void PopulateTableCommand::unexecute | ( | ) | [virtual] |
Implementa Command.