Very trivial enhancement to QCheckBox to make it emit signals when the mouse enters and leaves (for context help).
More...
#include <NotifyingCheckBox.h>
Very trivial enhancement to QCheckBox to make it emit signals when the mouse enters and leaves (for context help).
Definition at line 26 of file NotifyingCheckBox.h.
◆ NotifyingCheckBox()
NotifyingCheckBox::NotifyingCheckBox |
( |
QWidget * |
parent = 0 | ) |
|
|
inline |
◆ ~NotifyingCheckBox()
NotifyingCheckBox::~NotifyingCheckBox |
( |
| ) |
|
|
virtual |
◆ mouseEntered
void NotifyingCheckBox::mouseEntered |
( |
| ) |
|
|
signal |
◆ mouseLeft
void NotifyingCheckBox::mouseLeft |
( |
| ) |
|
|
signal |
◆ enterEvent()
void NotifyingCheckBox::enterEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
◆ leaveEvent()
void NotifyingCheckBox::leaveEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: