MessageViewer::EmptySource

Search for usage in LXR

MessageViewer::EmptySource Class Reference

#include <objecttreeemptysource.h>

Inheritance diagram for MessageViewer::EmptySource:

Public Member Functions

virtual const AttachmentStrategyattachmentStrategy () const
 
bool autoImportKeys () const override
 
const MimeTreeParser::BodyPartFormatterFactorybodyPartFormatterFactory () override
 
virtual QString createMessageHeader (KMime::Message *message)
 
virtual CSSHelperBasecssHelper () const
 
bool decryptMessage () const override
 
virtual bool htmlLoadExternal () const
 
virtual HtmlWriterhtmlWriter () 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()

bool EmptySource::autoImportKeys ( ) const
overridevirtual

should keys be imported automatically

Implements MimeTreeParser::Interface::ObjectTreeSource.

Reimplemented in MessageViewer::MailViewerSource.

Definition at line 93 of file objecttreeemptysource.cpp.

◆ decryptMessage()

bool EmptySource::decryptMessage ( ) const
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()

bool EmptySource::htmlLoadExternal ( ) const
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()

QByteArray EmptySource::overrideCodecName ( ) const
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()

MimeTreeParser::Util::HtmlMode EmptySource::preferredMode ( ) const
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()

void EmptySource::setHtmlMode ( MimeTreeParser::Util::HtmlMode  mode,
const QList< MimeTreeParser::Util::HtmlMode > &  availableModes 
)
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:
This file is part of the KDE documentation.
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.