THyperTextEdit Class

Header: #include <THyperTextEdit>
Inherits: QWidget and TUiInterface

Properties

  • 58 properties inherited from QWidget

Public Functions

THyperTextEdit(QWidget *parent = nullptr)
~THyperTextEdit()
  • 213 public functions inherited from QWidget

Public Slots

bool downloadAll(TError *oErr = nullptr)
QStringList downloadDoWork(const QVariantList &iAttachmentList, TError *oErr = nullptr)
QVariantList entryFileInfo(const QString &iDirStr)
virtual QVariant getData(const QString &key = "", const QVariant &options = QVariant())
THypterTextToolBar *hyperTextToolBar()
bool isAttachmentEnable()
int maxByteCount() const
int maxRowCount() const
int minRowCount() const
void refreshAttachmentState()
virtual void setData(const QString &key, const QVariant &data)
void setHtml(const QString &text)
void setMaxByteCount(int iCountInt)
void setMaxRowCount(int iCountInt)
void setMinRowCount(int iCountInt)
TTextEdit *textEdit()
QString toHtml() const
bool uploadAll(TError *oErr = nullptr)
QStringList uploadWork(const QVariantList &iAttachmentList, TError *oErr = nullptr)

Signals

virtual void notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" ))
void textChanged()

Reimplemented Protected Functions

virtual void focusOutEvent(QFocusEvent *iEvent)
virtual void paintEvent(QPaintEvent *iEvent)
  • 35 protected functions inherited from QWidget
  • 2 protected functions inherited from TUiInterface

Additional Inherited Members

  • 5 static public members inherited from QWidget
  • 35 protected functions inherited from QWidget
  • 2 protected functions inherited from TUiInterface
  • 1 protected slot inherited from QWidget

Detailed Description

Property Documentation

html : QString

Access functions:

QString toHtml() const
void setHtml(const QString &text)

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

THyperTextEdit::THyperTextEdit(QWidget *parent = nullptr)

Default constructs an instance of THyperTextEdit.

THyperTextEdit::~THyperTextEdit()

Destroys the instance of THyperTextEdit.

[slot] bool THyperTextEdit::downloadAll(TError *oErr = nullptr)

[slot] QStringList THyperTextEdit::downloadDoWork(const QVariantList &iAttachmentList, TError *oErr = nullptr)

[slot] QVariantList THyperTextEdit::entryFileInfo(const QString &iDirStr)

[virtual protected] void THyperTextEdit::focusOutEvent(QFocusEvent *iEvent)

[virtual slot] QVariant THyperTextEdit::getData(const QString &key = "", const QVariant &options = QVariant())

[slot] THypterTextToolBar *THyperTextEdit::hyperTextToolBar()

[slot] bool THyperTextEdit::isAttachmentEnable()

[virtual signal] void THyperTextEdit::notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" ))

[virtual protected] void THyperTextEdit::paintEvent(QPaintEvent *iEvent)

[slot] void THyperTextEdit::refreshAttachmentState()

[virtual slot] void THyperTextEdit::setData(const QString &key, const QVariant &data)

[signal] void THyperTextEdit::textChanged()

[slot] TTextEdit *THyperTextEdit::textEdit()

[slot] bool THyperTextEdit::uploadAll(TError *oErr = nullptr)

[slot] QStringList THyperTextEdit::uploadWork(const QVariantList &iAttachmentList, TError *oErr = nullptr)