Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
AddMenuCommand (const QString &n, FormWindow *fw, MenuBarEditor *b, MenuBarEditorItem *i, int idx=-1) | |
AddMenuCommand (const QString &n, FormWindow *fw, QMainWindow *mw, const QString &nm="Menu") | |
void | execute () |
void | unexecute () |
Type | type () const |
Atributos protegidos | |
MenuBarEditor * | mb |
MenuBarEditorItem * | item |
QString | name |
int | index |
AddMenuCommand::AddMenuCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
MenuBarEditor * | b, | ||
MenuBarEditorItem * | i, | ||
int | idx = -1 |
||
) |
AddMenuCommand::AddMenuCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QMainWindow * | mw, | ||
const QString & | nm = "Menu" |
||
) |
void AddMenuCommand::execute | ( | ) | [virtual] |
Implementa Command.
Reimplementado en RemoveMenuCommand.
Type AddMenuCommand::type | ( | ) | const [inline, virtual] |
Implementa Command.
Reimplementado en RemoveMenuCommand.
void AddMenuCommand::unexecute | ( | ) | [virtual] |
Implementa Command.
Reimplementado en RemoveMenuCommand.
int AddMenuCommand::index [protected] |
MenuBarEditorItem* AddMenuCommand::item [protected] |
MenuBarEditor* AddMenuCommand::mb [protected] |
QString AddMenuCommand::name [protected] |