Eneboo - Documentación para desarrolladores
|
#include <command.h>
Clases | |
struct | Item |
Métodos públicos | |
PopulateListBoxCommand (const QString &n, FormWindow *fw, QListBox *lb, const QValueList< Item > &items) | |
void | execute () |
void | unexecute () |
Type | type () const |
bool | operator== (const PopulateListBoxCommand &) const |
PopulateListBoxCommand::PopulateListBoxCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QListBox * | lb, | ||
const QValueList< Item > & | items | ||
) |
void PopulateListBoxCommand::execute | ( | ) | [virtual] |
Implementa Command.
bool PopulateListBoxCommand::operator== | ( | const PopulateListBoxCommand & | ) | const |
void PopulateListBoxCommand::unexecute | ( | ) | [virtual] |
Implementa Command.