TTextBrowser Class
Header: | #include <TTextBrowser> |
Inherits: | QTextBrowser and TUiInterface |
Public Functions
TTextBrowser(QWidget *parent = 0) | |
~TTextBrowser() |
- 15 public functions inherited from QTextBrowser
- 62 public functions inherited from QTextEdit
- 20 public functions inherited from QAbstractScrollArea
- 14 public functions inherited from QFrame
- 213 public functions inherited from QWidget
Public Slots
virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
int | maxRowCount() const |
int | minRowCount() const |
virtual void | setData(const QString &key, const QVariant &data) |
void | setMaxRowCount(int iCountInt) |
void | setMinRowCount(int iCountInt) |
- 5 public slots inherited from QTextBrowser
- 9 public slots inherited from TUiInterface
- 25 public slots inherited from QTextEdit
- 19 public slots inherited from QWidget
Signals
virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
- 7 signals inherited from QTextBrowser
- 1 signal inherited from TUiInterface
- 7 signals inherited from QTextEdit
- 3 signals inherited from QWidget
Reimplemented Protected Functions
virtual void | focusOutEvent(QFocusEvent *e) |
virtual void | paintEvent(QPaintEvent *iEvent) |
- 8 protected functions inherited from QTextBrowser
- 2 protected functions inherited from TUiInterface
- 24 protected functions inherited from QTextEdit
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 7 properties inherited from QTextBrowser
- 17 properties inherited from QTextEdit
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 8 protected functions inherited from QTextBrowser
- 2 protected functions inherited from TUiInterface
- 24 protected functions inherited from QTextEdit
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
TTextBrowser::TTextBrowser(QWidget *parent = 0)
Default constructs an instance of TTextBrowser.
TTextBrowser::~TTextBrowser()
Destroys the instance of TTextBrowser.
[virtual protected]
void TTextBrowser::focusOutEvent(QFocusEvent *e)
[virtual slot]
QVariant TTextBrowser::getData(const QString &key = "", const QVariant &options = QVariant())
[slot]
int TTextBrowser::maxRowCount() const
See also setMaxRowCount().
[slot]
int TTextBrowser::minRowCount() const
See also setMinRowCount().
[virtual signal]
void TTextBrowser::notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" ))
[virtual protected]
void TTextBrowser::paintEvent(QPaintEvent *iEvent)
[virtual slot]
void TTextBrowser::setData(const QString &key, const QVariant &data)
[slot]
void TTextBrowser::setMaxRowCount(int iCountInt)
See also maxRowCount().
[slot]
void TTextBrowser::setMinRowCount(int iCountInt)
See also minRowCount().