TextEditorLinkLabel Class

(TextEditor::TextEditorLinkLabel)
Inherits: QLabel

Public Functions

TextEditorLinkLabel(QWidget *parent = 0)
TextEditorWidget::Link link() const
void setLink(TextEditorWidget::Link link)
  • 29 public functions inherited from QLabel
  • 14 public functions inherited from QFrame
  • 216 public functions inherited from QWidget

Reimplemented Protected Functions

virtual void mouseMoveEvent(QMouseEvent *event)
virtual void mousePressEvent(QMouseEvent *event)
virtual void mouseReleaseEvent(QMouseEvent *event)
  • 11 protected functions inherited from QLabel
  • 4 protected functions inherited from QFrame
  • 35 protected functions inherited from QWidget

Additional Inherited Members

  • 12 properties inherited from QLabel
  • 6 properties inherited from QFrame
  • 59 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

TextEditorLinkLabel::TextEditorLinkLabel(QWidget *parent = 0)

Default constructs an instance of TextEditorLinkLabel.

See also setLink().

[virtual protected] void TextEditorLinkLabel::mouseMoveEvent(QMouseEvent *event)

[virtual protected] void TextEditorLinkLabel::mousePressEvent(QMouseEvent *event)

[virtual protected] void TextEditorLinkLabel::mouseReleaseEvent(QMouseEvent *event)

See also link().