ToolTip Class
(Utils::ToolTip)| Inherits: | QObject |
Public Functions
| ~ToolTip() |
Reimplemented Public Functions
| virtual bool | eventFilter(QObject *o, QEvent *event) |
- 31 public functions inherited from QObject
Signals
- 2 signals inherited from QObject
Static Public Members
| QString | contextHelpId() |
| void | hide() |
| void | hideImmediately() |
| ToolTip * | instance() |
| bool | isVisible() |
| void | move(const QPoint &pos, QWidget *w) |
| QPoint | offsetFromPosition() |
| bool | pinToolTip(QWidget *w, QWidget *parent) |
| void | show(const QPoint &pos, const QString &content, QWidget *w = 0, const QString &helpId = QString(), const QRect &rect = QRect()) |
| void | show(const QPoint &pos, const QColor &color, QWidget *w = 0, const QString &helpId = QString(), const QRect &rect = QRect()) |
| void | show(const QPoint &pos, QWidget *content, QWidget *w = 0, const QString &helpId = QString(), const QRect &rect = QRect()) |
| void | show(const QPoint &pos, QLayout *content, QWidget *w = 0, const QString &helpId = QString(), const QRect &rect = QRect()) |
- 10 static public members inherited from QObject
Protected Functions
| ToolTip() |
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
[protected] ToolTip::ToolTip()
Default constructs an instance of ToolTip.
ToolTip::~ToolTip()
Destroys the instance of ToolTip.