ToolTip Class
(Utils::ToolTip)Public Functions
~ToolTip() | |
bool | eventFilter(QObject *o, QEvent *event) |
Signals
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()) |
Protected Functions
ToolTip() |
Member Function Documentation
[protected]
ToolTip::ToolTip()
Default constructs an instance of ToolTip.
ToolTip::~ToolTip()
Destroys the instance of ToolTip.