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