Protected Member Functions | Private Slots | Private Attributes | Friends

i_comboMessenger Class Reference

Helper class for uiComboBox to relay Qt's 'activated' messages to uiMenuItem. More...

List of all members.

Protected Member Functions

 i_comboMessenger (QComboBox *sender, uiComboBox *receiver)
virtual ~i_comboMessenger ()

Private Slots

void activated (int)
void editTextChanged (const QString &)

Private Attributes

uiComboBox_receiver
QComboBox * _sender

Friends

class uiComboBoxBody

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

QComboBox* i_comboMessenger::_sender [private]