TToolButton Class
Header: | #include <TToolButton> |
Inherits: | QToolButton and TUiInterface |
Public Functions
TToolButton(QWidget *parent = 0) | |
~TToolButton() |
- 12 public functions inherited from QToolButton
- 21 public functions inherited from QAbstractButton
- 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) |
- 3 public slots inherited from QToolButton
- 9 public slots inherited from TUiInterface
- 5 public slots inherited from QAbstractButton
- 19 public slots inherited from QWidget
Signals
virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
- 1 signal inherited from QToolButton
- 1 signal inherited from TUiInterface
- 4 signals inherited from QAbstractButton
- 3 signals inherited from QWidget
Additional Inherited Members
- 4 properties inherited from QToolButton
- 11 properties inherited from QAbstractButton
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 12 protected functions inherited from QToolButton
- 2 protected functions inherited from TUiInterface
- 14 protected functions inherited from QAbstractButton
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
TToolButton::TToolButton(QWidget *parent = 0)
Default constructs an instance of TToolButton.
TToolButton::~TToolButton()
Destroys the instance of TToolButton.