

Definition at line 67 of file osbcombos.h.
| OSB_GUI::FocusOutCombo::FocusOutCombo | ( | bool | editable, | |
| QWidget * | parent, | |||
| const char * | name | |||
| ) |
Constructor with Qt arguments.
| virtual OSB_GUI::FocusOutCombo::~FocusOutCombo | ( | ) | [virtual] |
Empty virtual destructor.
| void OSB_GUI::FocusOutCombo::focusOutEvent | ( | QFocusEvent * | e | ) | [private] |
Handle focus out events.
Emits sigFocusOut(QFocusEvent* e).
| void OSB_GUI::FocusOutCombo::sigFocusOut | ( | QFocusEvent * | e | ) | [signal] |
Signal when focus is lost.
| e | Carries the reason why the focus is lost. |
| QSize OSB_GUI::FocusOutCombo::sizeHint | ( | ) | const |
Get the recommended size for the combo box.
1.4.7