#include <Action.h>
Public Slots | |
void | onActivated (QAction *) |
void | onActivated (int) |
Public Member Functions | |
WorkbenchComboBox (WorkbenchGroup *wb, QWidget *parent=0) | |
virtual | ~WorkbenchComboBox () |
Protected Slots | |
void | onWorkbenchActivated (const QString &) |
Protected Member Functions | |
void | actionEvent (QActionEvent *) |
Definition at line 120 of file Action.h.
WorkbenchComboBox::WorkbenchComboBox | ( | WorkbenchGroup * | wb, | |
QWidget * | parent = 0 | |||
) |
Definition at line 337 of file Action.cpp.
References draftlibs::fcgeo::connect(), Gui::getMainWindow(), onActivated(), and onWorkbenchActivated().
WorkbenchComboBox::~WorkbenchComboBox | ( | ) | [virtual] |
Definition at line 344 of file Action.cpp.
void WorkbenchComboBox::actionEvent | ( | QActionEvent * | e | ) | [protected] |
Definition at line 348 of file Action.cpp.
void WorkbenchComboBox::onActivated | ( | QAction * | action | ) | [slot] |
Definition at line 402 of file Action.cpp.
void WorkbenchComboBox::onActivated | ( | int | i | ) | [slot] |
Definition at line 394 of file Action.cpp.
Referenced by WorkbenchComboBox().
void WorkbenchComboBox::onWorkbenchActivated | ( | const QString & | name | ) | [protected, slot] |
Definition at line 410 of file Action.cpp.
Referenced by WorkbenchComboBox().