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