![]() |
KVIrc
4.9.2
DeveloperAPIs
|
A class to manage userlist tooltips. More...
#include <KviUserListView.h>
Inheritance diagram for KviUserListToolTip:Public Member Functions | |
| void | doTip (const QRect &rect, const QString &szStr) |
| Shows the tooltip. More... | |
| KviUserListToolTip (KviUserListView *pView, KviUserListViewArea *pArea) | |
| Constructs the userlist tooltip. More... | |
| virtual void | maybeTip (const QPoint &pnt) |
| Checks if user activated tooltips in the option panel. More... | |
| virtual | ~KviUserListToolTip () |
| Destroys the userlist tooltip. More... | |
Public Member Functions inherited from KviTalToolTip | |
| KviTalToolTip (QWidget *pParent) | |
| virtual void | tip (const QRect &rect, const QString &text) |
| virtual | ~KviTalToolTip () |
Private Attributes | |
| KviUserListView * | m_pListView |
Additional Inherited Members | |
Static Public Member Functions inherited from KviTalToolTip | |
| static void | add (QWidget *widget, const QString &text) |
| static void | remove (QWidget *widget) |
Protected Member Functions inherited from KviTalToolTip | |
| void | helperDying () |
Protected Attributes inherited from KviTalToolTip | |
| KviTalToolTipHelper * | m_pHelper |
| QWidget * | m_pParent |
A class to manage userlist tooltips.
| KviUserListToolTip::KviUserListToolTip | ( | KviUserListView * | pView, |
| KviUserListViewArea * | pArea | ||
| ) |
Constructs the userlist tooltip.
| pView | The listview to manage tooltips |
| pArea | The parent widget area |
References m_pListView.
|
virtualdefault |
Destroys the userlist tooltip.
|
inline |
Shows the tooltip.
| rect | The rectangle where to show the tooltip |
| szStr | The string to show |
References KviTalToolTip::tip().
Referenced by KviUserListView::maybeTip().
|
virtual |
Checks if user activated tooltips in the option panel.
| pnt | The point where to show to tooltip |
Reimplemented from KviTalToolTip.
References m_pListView, and KviUserListView::maybeTip().
|
private |
Referenced by KviUserListToolTip(), and maybeTip().
1.8.7