Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
ActionCommand (const QString &n, FormWindow *fw, QAction *a) | |
virtual Type | type () const =0 |
Métodos protegidos | |
ActionEditor * | actionEditor () |
Atributos protegidos | |
QAction * | action |
ActionCommand::ActionCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QAction * | a | ||
) | [inline] |
ActionEditor * ActionCommand::actionEditor | ( | ) | [protected] |
virtual Type ActionCommand::type | ( | ) | const [pure virtual] |
Implementa Command.
Implementado en RenameActionCommand y SetActionIconsCommand.
QAction* ActionCommand::action [protected] |