Eneboo - Documentación para desarrolladores
|
#include <command.h>
Métodos públicos | |
RemoveActionFromToolBarCommand (const QString &n, FormWindow *fw, QAction *a, QDesignerToolBar *tb, int idx) | |
void | execute () |
void | unexecute () |
Type | type () const |
RemoveActionFromToolBarCommand::RemoveActionFromToolBarCommand | ( | const QString & | n, |
FormWindow * | fw, | ||
QAction * | a, | ||
QDesignerToolBar * | tb, | ||
int | idx | ||
) | [inline] |
void RemoveActionFromToolBarCommand::execute | ( | ) | [inline, virtual] |
Reimplementado de AddActionToToolBarCommand.
Type RemoveActionFromToolBarCommand::type | ( | ) | const [inline, virtual] |
Reimplementado de AddActionToToolBarCommand.
void RemoveActionFromToolBarCommand::unexecute | ( | ) | [inline, virtual] |
Reimplementado de AddActionToToolBarCommand.