kexi
KexiArrowTip Class Reference
#include <kexiarrowtip.h>
Inheritance diagram for KexiArrowTip:

Detailed Description
A tooltip-like widget with additional arrow.The widget also suppors fade in and fade out effect, if the underlying display system supports this.
Definition at line 29 of file kexiarrowtip.h.
Public Slots | |
| virtual void | show () |
| virtual void | hide () |
Public Member Functions | |
| KexiArrowTip (const QString &text, QWidget *parent) | |
| virtual | ~KexiArrowTip () |
| QString | text () const |
| virtual bool | close () |
| virtual bool | close (bool alsoDelete) |
Protected Slots | |
| void | increaseOpacity () |
| void | decreaseOpacity () |
Protected Member Functions | |
| virtual void | drawFrame (QPainter &p) |
| virtual void | drawContents (QPainter &p) |
Protected Attributes | |
| int | m_arrowHeight |
| double | m_opacity |
The documentation for this class was generated from the following files:

