TLengthValueLabel Class

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

Properties

  • 12 properties inherited from QLabel
  • 6 properties inherited from QFrame
  • 58 properties inherited from QWidget

Public Functions

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

Public Slots

QString formatString() const
virtual QVariant getData(const QString &key = "", const QVariant &options = QVariant())
virtual void setData(const QString &key, const QVariant &data)
void setFormatString(const QString &iFormatStr)
void setValueEntry(TLengthValueEntry *iEntry)
TLengthValueEntry *valueEntry() const

Signals

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

Additional Inherited Members

  • 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

Property Documentation

formatString : QString

Access functions:

QString formatString() const
void setFormatString(const QString &iFormatStr)

Member Function Documentation

TLengthValueLabel::TLengthValueLabel(QWidget *parent = 0)

Default constructs an instance of TLengthValueLabel.

TLengthValueLabel::~TLengthValueLabel()

Destroys the instance of TLengthValueLabel.

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

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

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

[slot] void TLengthValueLabel::setValueEntry(TLengthValueEntry *iEntry)

See also valueEntry().

[slot] TLengthValueEntry *TLengthValueLabel::valueEntry() const

See also setValueEntry().