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 | |
void | enterEvent (QEvent *) override |
void | leaveEvent (QEvent *) override |
Detailed Description
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.
Constructor & Destructor Documentation
|
inline |
Definition at line 31 of file NotifyingComboBox.h.
References enterEvent(), leaveEvent(), mouseEntered(), mouseLeft(), and ~NotifyingComboBox().
|
virtual |
Definition at line 18 of file NotifyingComboBox.cpp.
Referenced by NotifyingComboBox().
Member Function Documentation
|
signal |
Referenced by enterEvent(), and NotifyingComboBox().
|
signal |
Referenced by leaveEvent(), and NotifyingComboBox().
|
overrideprotected |
Definition at line 23 of file NotifyingComboBox.cpp.
References mouseEntered().
Referenced by NotifyingComboBox().
|
overrideprotected |
Definition at line 30 of file NotifyingComboBox.cpp.
References mouseLeft().
Referenced by NotifyingComboBox().
The documentation for this class was generated from the following files:
Generated by 1.8.11