OSB_GUI::FocusOutCombo Class Reference

Inheritance diagram for OSB_GUI::FocusOutCombo:

Inheritance graph
[legend]
Collaboration diagram for OSB_GUI::FocusOutCombo:

Collaboration graph
[legend]
List of all members.

Detailed Description

Combo box that emits a signal when the focus is lost.

Definition at line 67 of file osbcombos.h.

Signals

Public Member Functions

Private Member Functions


Constructor & Destructor Documentation

OSB_GUI::FocusOutCombo::FocusOutCombo ( bool  editable,
QWidget parent,
const char *  name 
)

Constructor with Qt arguments.

virtual OSB_GUI::FocusOutCombo::~FocusOutCombo (  )  [virtual]

Empty virtual destructor.


Member Function Documentation

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.

Parameters:
e Carries the reason why the focus is lost.
An application should hide the combo box only if the reason is one of:

QSize OSB_GUI::FocusOutCombo::sizeHint (  )  const

Get the recommended size for the combo box.

Note:
QComboBox::sizeHint() somehow does not return correct results.


The documentation for this class was generated from the following file:
Generated on Sat Sep 2 14:18:46 2006 for OSB Library by  doxygen 1.4.7