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.

Constructor & Destructor Documentation

◆ EmptySource()

EmptySource::EmptySource ( )

Definition at line 33 of file objecttreeemptysource.cpp.

Member Function Documentation

◆ attachmentStrategy()

const AttachmentStrategy * EmptySource::attachmentStrategy ( ) const
virtual

Definition at line 78 of file objecttreeemptysource.cpp.

◆ 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.

◆ bodyPartFormatterFactory()

const MimeTreeParser::BodyPartFormatterFactory * EmptySource::bodyPartFormatterFactory ( )
overridevirtual

◆ createMessageHeader()

QString EmptySource::createMessageHeader ( KMime::Message * message)
virtual

Definition at line 72 of file objecttreeemptysource.cpp.

◆ cssHelper()

CSSHelperBase * EmptySource::cssHelper ( ) const
virtual

Definition at line 88 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.

◆ htmlWriter()

HtmlWriter * EmptySource::htmlWriter ( ) const
virtual

Definition at line 83 of file objecttreeemptysource.cpp.

◆ isPrinting()

bool EmptySource::isPrinting ( ) const
virtual

Definition at line 125 of file objecttreeemptysource.cpp.

◆ levelQuote()

int EmptySource::levelQuote ( ) const
virtual

Definition at line 150 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.

◆ render()

void EmptySource::render ( const MimeTreeParser::MessagePartPtr & msgPart,
bool showOnlyOneMimePart )

Definition at line 103 of file objecttreeemptysource.cpp.

◆ setAllowDecryption()

void EmptySource::setAllowDecryption ( bool allowDecryption)

Definition at line 62 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.

◆ showEmoticons()

bool EmptySource::showEmoticons ( ) const
virtual

Definition at line 130 of file objecttreeemptysource.cpp.

◆ showEncryptionDetails()

bool EmptySource::showEncryptionDetails ( ) const
virtual

Definition at line 145 of file objecttreeemptysource.cpp.

◆ showExpandQuotesMark()

bool EmptySource::showExpandQuotesMark ( ) const
virtual

Definition at line 135 of file objecttreeemptysource.cpp.

◆ showSignatureDetails()

bool EmptySource::showSignatureDetails ( ) const
virtual

Definition at line 140 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.