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.
Definition at line 322 of file Action.cpp.
Gui::WorkbenchActionEvent::WorkbenchActionEvent | ( | QAction * | a | ) | [inline] |
Definition at line 325 of file Action.cpp.
Gui::WorkbenchActionEvent::~WorkbenchActionEvent | ( | ) | [inline] |
Definition at line 328 of file Action.cpp.
QAction* Gui::WorkbenchActionEvent::action | ( | ) | const [inline] |
Definition at line 330 of file Action.cpp.
Referenced by Gui::WorkbenchGroup::customEvent().