svgui
1.9
|
Very trivial enhancement to QCheckBox to make it emit signals when the mouse enters and leaves (for context help). More...
#include <NotifyingCheckBox.h>
Signals | |
void | mouseEntered () |
void | mouseLeft () |
Public Member Functions | |
NotifyingCheckBox (QWidget *parent=0) | |
virtual | ~NotifyingCheckBox () |
Protected Member Functions | |
void | enterEvent (QEvent *) override |
void | leaveEvent (QEvent *) override |
Detailed Description
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.
Constructor & Destructor Documentation
|
inline |
Definition at line 31 of file NotifyingCheckBox.h.
References enterEvent(), leaveEvent(), mouseEntered(), mouseLeft(), and ~NotifyingCheckBox().
|
virtual |
Definition at line 18 of file NotifyingCheckBox.cpp.
Referenced by NotifyingCheckBox().
Member Function Documentation
|
signal |
Referenced by enterEvent(), and NotifyingCheckBox().
|
signal |
Referenced by leaveEvent(), and NotifyingCheckBox().
|
overrideprotected |
Definition at line 23 of file NotifyingCheckBox.cpp.
References mouseEntered().
Referenced by NotifyingCheckBox().
|
overrideprotected |
Definition at line 30 of file NotifyingCheckBox.cpp.
References mouseLeft().
Referenced by NotifyingCheckBox().
The documentation for this class was generated from the following files:
Generated by 1.8.11