MessageComposer::RichTextComposerNg
#include <richtextcomposerng.h>

Protected Member Functions | |
| bool | processModifyText (QKeyEvent *event) override |
Additional Inherited Members | |
Public Types inherited from KPIMTextEdit::RichTextComposer | |
| enum | Mode |
Signals inherited from KPIMTextEdit::RichTextComposer | |
| void | focusUp () |
| void | textModeChanged (KPIMTextEdit::RichTextComposer::Mode mode) |
Public Attributes inherited from KPIMTextEdit::RichTextComposer | |
| Plain | |
| Rich | |
Detailed Description
The RichTextComposerNg class.
Definition at line 28 of file richtextcomposerng.h.
Constructor & Destructor Documentation
◆ RichTextComposerNg()
|
explicit |
Definition at line 42 of file richtextcomposerng.cpp.
Member Function Documentation
◆ autocorrection()
|
nodiscard |
Definition at line 55 of file richtextcomposerng.cpp.
◆ composerSignature()
|
nodiscard |
Definition at line 50 of file richtextcomposerng.cpp.
◆ convertPlainText()
|
nodiscardvirtual |
Definition at line 151 of file richtextcomposerng.cpp.
◆ fillComposerTextPart()
| void RichTextComposerNg::fillComposerTextPart | ( | MessageComposer::TextPart * | textPart | ) |
Definition at line 157 of file richtextcomposerng.cpp.
◆ forceAutoCorrection()
|
override |
Definition at line 376 of file richtextcomposerng.cpp.
◆ insertSignature()
| void RichTextComposerNg::insertSignature | ( | const KIdentityManagementCore::Signature & | signature, |
| KIdentityManagementCore::Signature::Placement | placement, | ||
| KIdentityManagementCore::Signature::AddedText | addedText ) |
Definition at line 332 of file richtextcomposerng.cpp.
◆ processModifyText()
|
overrideprotected |
Definition at line 80 of file richtextcomposerng.cpp.
◆ setAutocorrection()
| void RichTextComposerNg::setAutocorrection | ( | TextAutoCorrectionCore::AutoCorrection * | autocorrect | ) |
Definition at line 60 of file richtextcomposerng.cpp.
◆ setAutocorrectionLanguage()
| void RichTextComposerNg::setAutocorrectionLanguage | ( | const QString & | lang | ) |
Definition at line 65 of file richtextcomposerng.cpp.
◆ toCleanHtml()
|
nodiscard |
Definition at line 366 of file richtextcomposerng.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:51:55 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from