The WorkbenchActionEvent class is used to send an event of which workbench must be activated. More...
Public Member Functions | |
QAction * | action () const |
WorkbenchActionEvent (QAction *a) | |
~WorkbenchActionEvent () | |
The WorkbenchActionEvent class is used to send an event of which workbench must be activated.
We cannot activate the workbench directly as we will destroy the widget that emits the signal.
Gui::WorkbenchActionEvent::WorkbenchActionEvent | ( | QAction * | a | ) |
Gui::WorkbenchActionEvent::~WorkbenchActionEvent | ( | ) |
QAction * Gui::WorkbenchActionEvent::action | ( | ) | const |
Referenced by Gui::WorkbenchGroup::customEvent().