QTipLabel Class
(Utils::Internal::QTipLabel)| Inherits: | QLabel |
Public Functions
| QTipLabel(QWidget *parent) | |
| virtual bool | canHandleContentReplacement(int typeId) const = 0 |
| virtual void | configure(const QPoint &pos, QWidget *w) = 0 |
| virtual bool | equals(int typeId, const QVariant &other, const QString &helpId) const = 0 |
| virtual QString | helpId() const |
| virtual bool | isInteractive() const |
| virtual void | setContent(const QVariant &content) = 0 |
| virtual void | setHelpId(const QString &id) |
| virtual int | showTime() const = 0 |
- 29 public functions inherited from QLabel
- 14 public functions inherited from QFrame
- 213 public functions inherited from QWidget
Additional Inherited Members
- 12 properties inherited from QLabel
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
- 7 public slots inherited from QLabel
- 19 public slots inherited from QWidget
- 2 signals inherited from QLabel
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 11 protected functions inherited from QLabel
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Member Function Documentation
QTipLabel::QTipLabel(QWidget *parent)
Default constructs an instance of QTipLabel.
[pure virtual] bool QTipLabel::canHandleContentReplacement(int typeId) const
[pure virtual] void QTipLabel::configure(const QPoint &pos, QWidget *w)
[pure virtual] bool QTipLabel::equals(int typeId, const QVariant &other, const QString &helpId) const
[virtual] QString QTipLabel::helpId() const
See also setHelpId().
[virtual] bool QTipLabel::isInteractive() const
[pure virtual] void QTipLabel::setContent(const QVariant &content)
[virtual] void QTipLabel::setHelpId(const QString &id)
See also helpId().