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