TTextEdit Class
Header: | #include <TTextEdit> |
Inherits: | QTextEdit and TUiInterface |
Properties
- maxByteCount : int
- maxRowCount : int
- minRowCount : int
- 17 properties inherited from QTextEdit
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
Public Functions
TTextEdit(QWidget *parent = 0) | |
~TTextEdit() |
- 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
void | adjustTextAreaHeight() |
virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
int | maxByteCount() const |
int | maxRowCount() const |
int | minRowCount() const |
void | onTextChange() |
virtual void | setData(const QString &key, const QVariant &data) |
void | setMaxByteCount(int iCountInt) |
void | setMaxRowCount(int iCountInt) |
void | setMinRowCount(int iCountInt) |
- 25 public slots inherited from QTextEdit
- 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( "" )) |
- 7 signals inherited from QTextEdit
- 1 signal inherited from TUiInterface
- 3 signals inherited from QWidget
Reimplemented Protected Functions
virtual bool | canInsertFromMimeData(const QMimeData *source) const |
virtual void | focusOutEvent(QFocusEvent *iEvent) |
virtual void | insertFromMimeData(const QMimeData *source) |
virtual void | paintEvent(QPaintEvent *iEvent) |
virtual void | resizeEvent(QResizeEvent *iEvent) |
- 24 protected functions inherited from QTextEdit
- 2 protected functions inherited from TUiInterface
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 5 static public members inherited from QWidget
- 24 protected functions inherited from QTextEdit
- 2 protected functions inherited from TUiInterface
- 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
Property Documentation
maxByteCount : int
Access functions:
int | maxByteCount() const |
void | setMaxByteCount(int iCountInt) |
maxRowCount : int
Access functions:
int | maxRowCount() const |
void | setMaxRowCount(int iCountInt) |
minRowCount : int
Access functions:
int | minRowCount() const |
void | setMinRowCount(int iCountInt) |
Member Function Documentation
TTextEdit::TTextEdit(QWidget *parent = 0)
Default constructs an instance of TTextEdit.
TTextEdit::~TTextEdit()
Destroys the instance of TTextEdit.