TLengthToleranceLabel Class
Header: | #include <TLengthToleranceLabel> |
Inherits: | QLabel and TUiInterface |
Properties
- formatString : QString
- 12 properties inherited from QLabel
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
Public Functions
TLengthToleranceLabel(QWidget *parent = 0) | |
~TLengthToleranceLabel() |
- 29 public functions inherited from QLabel
- 14 public functions inherited from QFrame
- 213 public functions inherited from QWidget
Public Slots
TLengthValueEntry * | baseValueEntry() const |
QString | formatString() const |
virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
TLengthValueEntry * | maxTolValueEntry() const |
TLengthValueEntry * | minTolValueEntry() const |
void | setBaseValueEntry(TLengthValueEntry *iEntry) |
virtual void | setData(const QString &key, const QVariant &data) |
void | setFormatString(const QString &iFormatStr) |
void | setMaxTolValueEntry(TLengthValueEntry *iEntry) |
void | setMinTolValueEntry(TLengthValueEntry *iEntry) |
- 7 public slots inherited from QLabel
- 9 public slots inherited from TUiInterface
- 19 public slots inherited from QWidget
Signals
virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
- 2 signals inherited from QLabel
- 1 signal inherited from TUiInterface
- 3 signals inherited from QWidget
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
TLengthToleranceLabel::TLengthToleranceLabel(QWidget *parent = 0)
Default constructs an instance of TLengthToleranceLabel.
TLengthToleranceLabel::~TLengthToleranceLabel()
Destroys the instance of TLengthToleranceLabel.
[slot]
TLengthValueEntry *TLengthToleranceLabel::baseValueEntry() const
See also setBaseValueEntry().
[virtual slot]
QVariant TLengthToleranceLabel::getData(const QString &key = "", const QVariant &options = QVariant())
[slot]
TLengthValueEntry *TLengthToleranceLabel::maxTolValueEntry() const
See also setMaxTolValueEntry().
[slot]
TLengthValueEntry *TLengthToleranceLabel::minTolValueEntry() const
See also setMinTolValueEntry().
[virtual signal]
void TLengthToleranceLabel::notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" ))
[slot]
void TLengthToleranceLabel::setBaseValueEntry(TLengthValueEntry *iEntry)
See also baseValueEntry().
[virtual slot]
void TLengthToleranceLabel::setData(const QString &key, const QVariant &data)
[slot]
void TLengthToleranceLabel::setMaxTolValueEntry(TLengthValueEntry *iEntry)
See also maxTolValueEntry().
[slot]
void TLengthToleranceLabel::setMinTolValueEntry(TLengthValueEntry *iEntry)
See also minTolValueEntry().