TFontComboBox Class
Header: | #include <TFontComboBox> |
Inherits: | QFontComboBox and TUiInterface |
Public Functions
TFontComboBox(QWidget *parent = 0) | |
~TFontComboBox() |
- 6 public functions inherited from QFontComboBox
- 60 public functions inherited from QComboBox
- 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) |
- 1 public slot inherited from QFontComboBox
- 9 public slots inherited from TUiInterface
- 5 public slots inherited from QComboBox
- 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 QFontComboBox
- 1 signal inherited from TUiInterface
- 8 signals inherited from QComboBox
- 3 signals inherited from QWidget
Reimplemented Protected Functions
virtual void | focusOutEvent(QFocusEvent *e) |
- 1 protected function inherited from QFontComboBox
- 2 protected functions inherited from TUiInterface
- 15 protected functions inherited from QComboBox
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 3 properties inherited from QFontComboBox
- 14 properties inherited from QComboBox
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 1 protected function inherited from QFontComboBox
- 2 protected functions inherited from TUiInterface
- 15 protected functions inherited from QComboBox
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
TFontComboBox::TFontComboBox(QWidget *parent = 0)
Default constructs an instance of TFontComboBox.
TFontComboBox::~TFontComboBox()
Destroys the instance of TFontComboBox.