KVIrc
4.9.2
DeveloperAPIs
|
#include <KviDynamicToolTip.h>
Signals | |
void | tipRequest (KviDynamicToolTip *tip, const QPoint &pnt) |
Public Member Functions | |
KviDynamicToolTip (QWidget *parent, const char *name=0) | |
void | tip (const QRect &rct, const QString &text) |
virtual | ~KviDynamicToolTip () |
Protected Member Functions | |
void | maybeTip (const QPoint &pnt) |
Protected Attributes | |
KviDynamicToolTipHelper * | m_pHelper |
Friends | |
class | KviDynamicToolTipHelper |
KviDynamicToolTip::KviDynamicToolTip | ( | QWidget * | parent, |
const char * | name = 0 |
||
) |
References KviDynamicToolTipHelper, and m_pHelper.
|
virtual |
References m_pHelper.
|
protected |
References tipRequest().
Referenced by KviDynamicToolTipHelper::maybeTip().
void KviDynamicToolTip::tip | ( | const QRect & | rct, |
const QString & | text | ||
) |
|
signal |
Referenced by maybeTip().
|
friend |
Referenced by KviDynamicToolTip().
|
protected |
Referenced by KviDynamicToolTip(), tip(), and ~KviDynamicToolTip().