TLabel Class

Header: #include <TLabel>
Inherits: QLabel and TUiInterface

Public Functions

TLabel(QWidget *parent = Q_NULLPTR)
~TLabel()
  • 29 public functions inherited from QLabel
  • 14 public functions inherited from QFrame
  • 213 public functions inherited from QWidget

Public Slots

virtual QVariant getData(const QString &key = "", const QVariant &options = QVariant())
virtual void setData(const QString &key, const QVariant &data)

Signals

virtual void notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" ))

Reimplemented Protected Functions

virtual void mouseReleaseEvent(QMouseEvent *event)
  • 11 protected functions inherited from QLabel
  • 2 protected functions inherited from TUiInterface
  • 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
  • 58 properties inherited from QWidget
  • 5 static public members inherited from QWidget
  • 11 protected functions inherited from QLabel
  • 2 protected functions inherited from TUiInterface
  • 4 protected functions inherited from QFrame
  • 35 protected functions inherited from QWidget
  • 1 protected slot inherited from QWidget

Detailed Description

Member Function Documentation

TLabel::TLabel(QWidget *parent = Q_NULLPTR)

Default constructs an instance of TLabel.

TLabel::~TLabel()

Destroys the instance of TLabel.

[virtual slot] QVariant TLabel::getData(const QString &key = "", const QVariant &options = QVariant())

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

[virtual signal] void TLabel::notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" ))

[virtual slot] void TLabel::setData(const QString &key, const QVariant &data)