kmail
#include <kmcomposereditor.h>
Inherits KMeditor.
Signals | |
void | insertSnippet () |
Public Member Functions | |
KMComposerEditor (KMComposeWin *win, QWidget *parent=0) | |
~KMComposerEditor () | |
void | createActions (KActionCollection *actionCollection) |
void | replaceUnknownChars (const QTextCodec *codec) |
void | setHighlighterColors (KPIMTextEdit::EMailQuoteHighlighter *highlighter) |
void | showSpellConfigDialog (const QString &configFileName) |
QString | smartQuote (const QString &msg) |
Protected Slots | |
void | mousePopupMenuImplementation (const QPoint &pos) |
Protected Member Functions | |
bool | canInsertFromMimeData (const QMimeData *source) const |
void | insertFromMimeData (const QMimeData *source) |
Detailed Description
Definition at line 30 of file kmcomposereditor.h.
Constructor & Destructor Documentation
|
explicit |
Constructs a KMComposerEditor object.
Definition at line 48 of file kmcomposereditor.cpp.
KMComposerEditor::~KMComposerEditor | ( | ) |
Definition at line 54 of file kmcomposereditor.cpp.
Member Function Documentation
|
protected |
Definition at line 120 of file kmcomposereditor.cpp.
void KMComposerEditor::createActions | ( | KActionCollection * | actionCollection | ) |
Reimplemented from KMEditor, to support more actions.
The additional action XML names are:
- paste_quoted
- tools_quote
- tools_unquote
Definition at line 58 of file kmcomposereditor.cpp.
|
protected |
Definition at line 132 of file kmcomposereditor.cpp.
|
signal |
|
protectedslot |
Definition at line 163 of file kmcomposereditor.cpp.
void KMComposerEditor::replaceUnknownChars | ( | const QTextCodec * | codec | ) |
This replaces all characters not known to the specified codec with questionmarks.
HTML formatting is preserved.
Definition at line 104 of file kmcomposereditor.cpp.
void KMComposerEditor::setHighlighterColors | ( | KPIMTextEdit::EMailQuoteHighlighter * | highlighter | ) |
Reimplemented from KMEditor.
Definition at line 81 of file kmcomposereditor.cpp.
void KMComposerEditor::showSpellConfigDialog | ( | const QString & | configFileName | ) |
Static override because we want to hide part of the dialog UI.
Definition at line 143 of file kmcomposereditor.cpp.
Reimplemented from KMEditor.
Definition at line 99 of file kmcomposereditor.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.