|
svgui
1.9
|
Very trivial enhancement to QComboBox to make it emit signals when the mouse enters and leaves (for context help). More...
#include <NotifyingComboBox.h>
Signals | |
| void | mouseEntered () |
| void | mouseLeft () |
Public Member Functions | |
| NotifyingComboBox (QWidget *parent=0) | |
| virtual | ~NotifyingComboBox () |
Protected Member Functions | |
| virtual void | enterEvent (QEvent *) |
| virtual void | leaveEvent (QEvent *) |
Very trivial enhancement to QComboBox to make it emit signals when the mouse enters and leaves (for context help).
Definition at line 26 of file NotifyingComboBox.h.
| NotifyingComboBox::NotifyingComboBox | ( | QWidget * | parent = 0 | ) | [inline] |
Definition at line 31 of file NotifyingComboBox.h.
| NotifyingComboBox::~NotifyingComboBox | ( | ) | [virtual] |
Definition at line 18 of file NotifyingComboBox.cpp.
| void NotifyingComboBox::mouseEntered | ( | ) | [signal] |
Referenced by enterEvent().
| void NotifyingComboBox::mouseLeft | ( | ) | [signal] |
Referenced by leaveEvent().
| void NotifyingComboBox::enterEvent | ( | QEvent * | e | ) | [protected, virtual] |
Definition at line 23 of file NotifyingComboBox.cpp.
References mouseEntered().
Referenced by leaveEvent().
| void NotifyingComboBox::leaveEvent | ( | QEvent * | e | ) | [protected, virtual] |
Definition at line 30 of file NotifyingComboBox.cpp.
References enterEvent(), and mouseLeft().