MessageViewer::EmptySource
#include <objecttreeemptysource.h>

Public Member Functions | |
virtual const AttachmentStrategy * | attachmentStrategy () const |
bool | autoImportKeys () const override |
const MimeTreeParser::BodyPartFormatterFactory * | bodyPartFormatterFactory () override |
virtual QString | createMessageHeader (KMime::Message *message) |
virtual CSSHelperBase * | cssHelper () const |
bool | decryptMessage () const override |
virtual bool | htmlLoadExternal () const |
virtual HtmlWriter * | htmlWriter () const |
virtual bool | isPrinting () const |
virtual int | levelQuote () const |
QByteArray | overrideCodecName () const override |
MimeTreeParser::Util::HtmlMode | preferredMode () const override |
void | render (const MimeTreeParser::MessagePartPtr &msgPart, bool showOnlyOneMimePart) |
void | setAllowDecryption (bool allowDecryption) |
void | setHtmlMode (MimeTreeParser::Util::HtmlMode mode, const QList< MimeTreeParser::Util::HtmlMode > &availableModes) override |
virtual bool | showEmoticons () const |
virtual bool | showEncryptionDetails () const |
virtual bool | showExpandQuotesMark () const |
virtual bool | showSignatureDetails () const |
Detailed Description
The EmptySource class.
Definition at line 26 of file objecttreeemptysource.h.
Member Function Documentation
◆ autoImportKeys()
|
overridevirtual |
should keys be imported automatically
Implements MimeTreeParser::Interface::ObjectTreeSource.
Reimplemented in MessageViewer::MailViewerSource.
Definition at line 93 of file objecttreeemptysource.cpp.
◆ decryptMessage()
|
overridevirtual |
Return true if an encrypted mail should be decrypted.
Implements MimeTreeParser::Interface::ObjectTreeSource.
Reimplemented in MessageViewer::MailViewerSource.
Definition at line 41 of file objecttreeemptysource.cpp.
◆ htmlLoadExternal()
|
virtual |
Return true if external sources should be loaded in a html mail.
Reimplemented in MessageViewer::MailViewerSource.
Definition at line 46 of file objecttreeemptysource.cpp.
◆ overrideCodecName()
|
overridevirtual |
The override codec that should be used for the mail.
Implements MimeTreeParser::Interface::ObjectTreeSource.
Reimplemented in MessageViewer::MailViewerSource.
Definition at line 67 of file objecttreeemptysource.cpp.
◆ preferredMode()
|
overridevirtual |
Return the mode that is the preferred to display.
Implements MimeTreeParser::Interface::ObjectTreeSource.
Reimplemented in MessageViewer::MailViewerSource.
Definition at line 57 of file objecttreeemptysource.cpp.
◆ setHtmlMode()
|
overridevirtual |
Sets the type of mail that is currently displayed.
Applications can display this information to the user, for example KMail displays a HTML status bar. Note: This is not called when the mode is "Normal".
Implements MimeTreeParser::Interface::ObjectTreeSource.
Reimplemented in MessageViewer::MailViewerSource.
Definition at line 51 of file objecttreeemptysource.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 03:56:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.