Helper class for uiComboBox to relay Qt's 'activated' messages to uiMenuItem.
More...
List of all members.
Detailed Description
Helper class for uiComboBox to relay Qt's 'activated' messages to uiMenuItem.
Internal object, to hide Qt's signal/slot mechanism.
Constructor & Destructor Documentation
| i_comboMessenger::i_comboMessenger |
( |
QComboBox * |
sender, |
|
|
uiComboBox * |
receiver | |
|
) |
| | [inline, protected] |
| virtual i_comboMessenger::~i_comboMessenger |
( |
|
) |
[inline, protected, virtual] |
Member Function Documentation
| void i_comboMessenger::activated |
( |
int |
|
) |
[inline, private, slot] |
Handler for activated events.
- See also:
- QComboBox::activated
| void i_comboMessenger::editTextChanged |
( |
const QString & |
|
) |
[inline, private, slot] |
Friends And Related Function Documentation
friend class uiComboBoxBody [friend] |
Member Data Documentation