Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
PopulateListViewCommand (const QString &n, FormWindow *fw, QListView *lv, QListView *from) | |
void | execute () |
void | unexecute () |
Type | type () const |
bool | operator== (const PopulateListViewCommand &) const |
Métodos públicos estáticos | |
static void | transferItems (QListView *from, QListView *to) |
PopulateListViewCommand::PopulateListViewCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QListView * | lv, | ||
QListView * | from | ||
) |
void PopulateListViewCommand::execute | ( | ) | [virtual] |
Implementa Command.
bool PopulateListViewCommand::operator== | ( | const PopulateListViewCommand & | ) | const |
void PopulateListViewCommand::unexecute | ( | ) | [virtual] |
Implementa Command.